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