소스 검색

客户资料 代理区域加长

qinbai 3 년 전
부모
커밋
e620dd9c5c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/basicData/customerInformation/detailsPageEdit.vue

+ 2 - 0
src/views/basicData/customerInformation/detailsPageEdit.vue

@@ -58,6 +58,7 @@
                 <avue-input-tree
                   v-else-if="item.prop === 'belongtoarea'"
                   leaf-only
+                  multiple
                   style="width: 100%;"
                   size="small"
                   :props="{ label: 'name',value:'name' }"
@@ -480,6 +481,7 @@ export default {
           {
             label: "代理区域",
             prop: "belongtoarea",
+            span:24,
             mock: {
               type: "county"
             }