qymljy 2 years ago
parent
commit
47f259465d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/Form/publicCustomer/add.vue
  2. 1 1
      src/Form/publicCustomer/edit.vue

+ 1 - 1
src/Form/publicCustomer/add.vue

@@ -21,7 +21,7 @@
             <el-col :span="4">
               <el-popover
                   placement="right"
-                  width="600"
+                  width="900"
                   v-model="businessShow"
                   trigger="click">
                 <el-table :data="businessData" @row-click="businessSelect" :header-cell-style="{background:'#EEEEEE',color:'#333'}" size="mini">

+ 1 - 1
src/Form/publicCustomer/edit.vue

@@ -19,7 +19,7 @@
             <el-col :span="4">
               <el-popover
                   placement="right"
-                  width="600"
+                  width="900"
                   v-model="businessShow"
                   trigger="click">
                 <el-table :data="businessData" @row-click="businessSelect" :header-cell-style="{background:'#EEEEEE',color:'#333'}" size="mini">