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