|
@@ -77,7 +77,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="备注" align="center" prop="remark" />
|
|
<el-table-column label="备注" align="center" prop="remark" />
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
|
|
|
|
|
|
+ <el-table-column fixed="right" label="操作" align="center" class-name="small-padding fixed-width" width="200">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button v-if="scope.row.auditStatus == 0 || scope.row.auditStatus == 2" link type="warning"
|
|
<el-button v-if="scope.row.auditStatus == 0 || scope.row.auditStatus == 2" link type="warning"
|
|
icon="Check" @click="handleConfirm(scope.row)" v-hasPermi="['business:beforeCheckoutVerify:edit']">
|
|
icon="Check" @click="handleConfirm(scope.row)" v-hasPermi="['business:beforeCheckoutVerify:edit']">
|