소스 검색

no message

linwenxin 7 달 전
부모
커밋
16c97c7b59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/setting/networkSigning/settlementRelationshipAllocation/index.vue

+ 1 - 1
src/views/setting/networkSigning/settlementRelationshipAllocation/index.vue

@@ -138,7 +138,7 @@ export default {
         {
           name: 'el-select',
           md: 12,
-          options: this.websitList.map(item => ({ label: item.name, value: item.websitId })),
+          options: this.websitList.map(item => ({ label: `(${item.websitId})${item.name}`, value: item.websitId })),
           attributes: {
             clearable: true,
             filterable: true,