Browse Source

no message

linwenxin 5 months ago
parent
commit
69ae8c14cb

+ 1 - 1
src/views/workOrder/automaticDispatchConfig/unallocatedStreet/index.vue

@@ -175,7 +175,7 @@ export default {
         {
           name: 'el-select',
           md: 6,
-          options: this.dataList,
+          options: this.dataList.map(item => ({ ...item, label: `(${item.value})${item.label}` })),
           attributes: {
             placeholder: '请选择',
             clearable: true,