特殊人群

This commit is contained in:
yanran200730
2022-03-10 12:27:46 +08:00
parent 7f2d6942dc
commit 610631133a
5 changed files with 194 additions and 35 deletions

View File

@@ -69,7 +69,7 @@
<div v-if="item.type == 'checkbox'">{{ row[item.fieldDbName] }}</div>
</template>
</el-table-column>
<el-table-column slot="options" label="操作" align="center" width="200">
<el-table-column slot="options" label="操作" fixed="right" align="center" width="160">
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="toDetail(row, 'Detail')">详情</el-button>