huangxw 5 месяцев назад
Родитель
Сommit
f8ba915a4c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/authority/info/index.vue

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

@@ -67,13 +67,13 @@
                                 <DictTag :options="dm_position_status" :value="row?.status"></DictTag>
                             </template>
                         </vxe-column>
+                        <vxe-column title="所在地区" width="120" field="adcodeName" :formatter="colNoData" />
                         <vxe-column title="被抽取次数" width="100" field="chooseCount" :formatter="colNoData" />
                         <vxe-column title="前端显示" width="90">
                             <template #default="{ row }">
                                 <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="120" field="adcodeName" :formatter="colNoData" />
                         <vxe-column title="操作" width="210" align="center" fixed="right">
                             <template #default="{ row }">
                                 <el-button type="primary" @click="editRow(row)" text style="width: 40px">编辑</el-button>