소스 검색

no message

linwenxin 5 달 전
부모
커밋
69ae8c14cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/workOrder/automaticDispatchConfig/unallocatedStreet/index.vue

+ 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,