浏览代码

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,