Browse Source

提交派车

caojunjie 2 years ago
parent
commit
c7263e3446
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/landTransportation/motorcadeDriver/index.vue

+ 3 - 2
src/views/landTransportation/motorcadeDriver/index.vue

@@ -469,7 +469,8 @@ export default {
             search: true,
             index: 7,
             // hide:true,
-            // showColumn: false,
+            disabled:true,
+            showColumn: false,
             filterable: true,
             type: 'select',
             cascader: ['plateNo'],
@@ -480,7 +481,7 @@ export default {
               label: "cname",
               value: "id"
             },
-            // cell: true
+            cell: true
           }, {
             label: '车号',
             width: 82,