This commit is contained in:
bb_pan 2025-12-10 16:50:34 +08:00
parent 6d1055041b
commit 22e946c54a
1 changed files with 2 additions and 2 deletions

View File

@ -487,7 +487,7 @@
show-overflow-tooltip
label="审批状态"
fixed="right"
min-width="200px"
min-width="100px"
>
<template slot-scope="{ row }">
<el-tag v-if="row.entryStatus == 0" size="small" type="warning">待审批</el-tag>
@ -496,7 +496,7 @@
<el-tag v-if="row.entryStatus == 3" size="small" type="info">草稿</el-tag>
</template>
</el-table-column>
<el-table-column label="操作" align="center" min-width="300" fixed="right">
<el-table-column label="操作" align="center" min-width="220" fixed="right">
<template slot-scope="{ row, $index }">
<el-button v-if="!row.isNew" type="text" icon="el-icon-view" @click="handleViewDetail(row)">
查看