huangxw 7 månader sedan
förälder
incheckning
03c3117ea4
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      src/views/authority/choose-list/index.vue
  2. 2 2
      src/views/authority/info/index.vue

+ 1 - 1
src/views/authority/choose-list/index.vue

@@ -59,7 +59,7 @@
                         </vxe-column>
                         <vxe-column title="联系人" width="80" field="contact" :formatter="colNoData" />
                         <vxe-column title="联系电话" width="110" field="tel" :formatter="colNoData" />
-                        <vxe-column title="抽取专家要求">
+                        <vxe-column title="抽取专家要求" min-width="160">
                             <template #default="{ row }">
                                 <div class="d-flex flex-wrap">
                                     <div v-for="(item, index) in row?.personInfo" :key="index" class="pd-4">

+ 2 - 2
src/views/authority/info/index.vue

@@ -51,7 +51,7 @@
                                 {{ selectDictLabel(sys_sex_type, row?.sex) }}
                             </template>
                         </vxe-column>
-                        <vxe-column title="拟加入专家组">
+                        <vxe-column title="拟加入专家组" min-width="160">
                             <template #default="{ row }">
                                 <DictTag :options="dm_person_type" :value="row?.personType"></DictTag>
                             </template>
@@ -70,7 +70,7 @@
                                 <el-switch v-model="row.putawayFlag" active-value="1" inactive-value="0" @change="changeRowPutaway($event, row)"></el-switch>
                             </template>
                         </vxe-column>
-                        <vxe-column title="操作" width="250" align="center" fixed="right">
+                        <vxe-column title="操作" width="160" align="center" fixed="right">
                             <template #default="{ row }">
                                 <el-button type="primary" @click="editRow(row)" text>编辑</el-button>
                                 <el-button text type="danger" @click="deleteRow(row)">删除</el-button>