This commit is contained in:
parent
6d1055041b
commit
22e946c54a
|
|
@ -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)">
|
||||
查看
|
||||
|
|
|
|||
Loading…
Reference in New Issue