Ver Fonte

添加下拉

caojunjie há 3 anos atrás
pai
commit
d71039dcd8

+ 7 - 0
src/views/basicData/landTransportation/driverInformation/index.vue

@@ -240,6 +240,13 @@ export default {
           cell: true,
           overHidden: true,
           search:true,
+          type: 'select',
+          filterable:true,
+          dicUrl: "/api/blade-client/land-driver/driver-list?vehicleId={{key}}",
+          props: {
+            label: "name",
+            value: "id"
+          },
         },{
           label: '身份证号',
           prop: 'idCard',