2
3
Просмотр исходного кода

前端:集中评审列表字段顺序

baichengfei 4 лет назад
Родитель
Сommit
d7b2280d5a

+ 12 - 13
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/basislist.vue

@@ -376,15 +376,9 @@ import api from '@/api/oilsupplier/supplier'
         },
         tableColumns: [
           {
-            prop: 'ThirdAudit',
-            label: '审核处室',
-            width: 120,
-            sort: true
-          },
-          {
-            prop: 'RecUnitName',
-            label: '推荐单位',
-            width: 200,
+            prop: 'SupplierName',
+            label: '企业名称',
+            width: 300,
             sort: true
           },
           {
@@ -393,11 +387,16 @@ import api from '@/api/oilsupplier/supplier'
             width: 100,
             sort: true
           },
-
           {
-            prop: 'SupplierName',
-            label: '企业名称',
-            width: 300,
+            prop: 'ThirdAudit',
+            label: '审核处室',
+            width: 120,
+            sort: true
+          },
+          {
+            prop: 'RecUnitName',
+            label: '推荐单位',
+            width: 200,
             sort: true
           },
           {

+ 12 - 13
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/goodslist.vue

@@ -377,15 +377,9 @@ import certApi from '@/api/oilsupplier/suppliercert'
         },
         tableColumns: [
           {
-            prop: 'ThirdAudit',
-            label: '审核处室',
-            width: 120,
-            sort: true
-          },
-          {
-            prop: 'RecUnitName',
-            label: '推荐单位',
-            width: 200,
+            prop: 'SupplierName',
+            label: '企业名称',
+            width: 300,
             sort: true
           },
           {
@@ -394,11 +388,16 @@ import certApi from '@/api/oilsupplier/suppliercert'
             width: 100,
             sort: true
           },
-
           {
-            prop: 'SupplierName',
-            label: '企业名称',
-            width: 300,
+            prop: 'ThirdAudit',
+            label: '审核处室',
+            width: 120,
+            sort: true
+          },
+          {
+            prop: 'RecUnitName',
+            label: '推荐单位',
+            width: 200,
             sort: true
           },
           {

+ 12 - 13
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/index.vue

@@ -398,15 +398,9 @@
         },
         tableColumns: [
           {
-            prop: 'ThirdAudit',
-            label: '审核处室',
-            width: 120,
-            sort: true
-          },
-          {
-            prop: 'RecUnitName',
-            label: '推荐单位',
-            width: 200,
+            prop: 'SupplierName',
+            label: '企业名称',
+            width: 300,
             sort: true
           },
           {
@@ -415,11 +409,16 @@
             width: 100,
             sort: true
           },
-
           {
-            prop: 'SupplierName',
-            label: '企业名称',
-            width: 300,
+            prop: 'ThirdAudit',
+            label: '审核处室',
+            width: 120,
+            sort: true
+          },
+          {
+            prop: 'RecUnitName',
+            label: '推荐单位',
+            width: 200,
             sort: true
           },
           {

+ 12 - 13
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/techlist.vue

@@ -375,15 +375,9 @@
         },
         tableColumns: [
           {
-            prop: 'ThirdAudit',
-            label: '审核处室',
-            width: 120,
-            sort: true
-          },
-          {
-            prop: 'RecUnitName',
-            label: '推荐单位',
-            width: 200,
+            prop: 'SupplierName',
+            label: '企业名称',
+            width: 300,
             sort: true
           },
           {
@@ -392,11 +386,16 @@
             width: 100,
             sort: true
           },
-
           {
-            prop: 'SupplierName',
-            label: '企业名称',
-            width: 300,
+            prop: 'ThirdAudit',
+            label: '审核处室',
+            width: 120,
+            sort: true
+          },
+          {
+            prop: 'RecUnitName',
+            label: '推荐单位',
+            width: 200,
             sort: true
           },
           {