Explorar o código

feat: 销售显示格式

xdd hai 1 mes
pai
achega
da7f4d78ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/fs/user/index.vue

+ 1 - 1
src/views/fs/user/index.vue

@@ -119,7 +119,7 @@
             <el-option
               v-for="item in companyUserOptions"
               :key="item.userId"
-              :label="item.nickName"
+              :label="item.nickName + '_' + item.userName"
               :value="item.userId"
             />
           </el-select>