Procházet zdrojové kódy

fix(bugs): 修改排序

tangning před 3 roky
rodič
revize
99a0c8ea20

+ 1 - 1
src/views/advertisement/pads.vue

@@ -52,7 +52,7 @@
       const type = route.fullPath.split('/').pop(); //charAt(route.fullPath.length - 2) || '1';
       const columns: BasicColumn[] = [
         {
-          title: '序',
+          title: '序',
           dataIndex: 'orderNum',
           fixed: 'left',
           width: 100,

+ 1 - 1
src/views/product/drawer.data.ts

@@ -11,7 +11,7 @@ import { BrandListApi } from '/@/api/order/list';
 export const formSchema: FormSchema[] = [
   {
     field: 'categoryId',
-    label: '商品分类dd',
+    label: '商品分类',
     component: 'ApiTreeSelect',
     required: true,
     componentProps: {