|
@@ -154,7 +154,7 @@
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
<vxe-column field="examinOpinion" title="审批意见" width="200"></vxe-column>
|
|
|
- <vxe-column title="操作" fixed="right" width="250" align="center">
|
|
|
+ <vxe-column title="操作" fixed="right" width="150" align="center" :show-overflow="false">
|
|
|
<template #default="{ row }">
|
|
|
<el-button link type="primary" @click="onEdit(row)" title="编辑" v-auth="'case:index:edit'" v-if="[4, 7, 5].includes(row.status)">
|
|
|
编辑
|
|
@@ -192,7 +192,6 @@
|
|
|
<el-button link type="primary" @click="onAudit(row)" title="审批" v-if="[1].includes(row.status)" v-auth="'case:index:audit'">
|
|
|
审批
|
|
|
</el-button>
|
|
|
- <el-button link type="primary" @click="onPreview(row)" title="查看"> 查看 </el-button>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
</vxe-table>
|