瀏覽代碼

统一编号字段宽度

梁展鹏 3 年之前
父節點
當前提交
3ff27b5ff8

+ 1 - 1
src/views/financialManagement/orderManagement/index.vue

@@ -34,7 +34,7 @@ export default {
         {
           key: 'id',
           name: '订单编号',
-          minWidth: this.$col.b
+          width: this.$col.b
         },
         {
           key: 'nickname',

+ 3 - 1
src/views/statistics/downloadImage/index.vue

@@ -69,15 +69,17 @@ export default {
         {
           key: 'orderId',
           name: '订单编号',
-          width: '160'
+          width: this.$col.b
         },
         {
           key: 'kindergartenName',
           name: '幼儿园',
+          minWidth: this.$col.b
         },
         {
           key: 'activityName',
           name: '活动',
+          minWidth: this.$col.b
         },
         {
           key: 'listPreview',

+ 1 - 1
src/views/statistics/withdrawalRecord/index.vue

@@ -50,7 +50,7 @@ export default {
         {
           key: 'id',
           name: '提现编号',
-          minWidth: this.$col.b
+          width: this.$col.b
         },
         {
           key: 'transactionId',

+ 1 - 1
src/views/systemManagement/accountManagement/index.vue

@@ -58,7 +58,7 @@ export default {
         {
           key: 'id',
           name: '#',
-          minWidth: this.$col.b
+          width: this.$col.b
         },
         {
           key: 'mobileNumber',

+ 1 - 1
src/views/systemManagement/roleManagement/index.vue

@@ -41,7 +41,7 @@ export default {
         {
           key: 'id',
           name: '#',
-          minWidth: this.$col.b
+          width: this.$col.b
         },
         {
           key: 'name',