|
@@ -18,8 +18,8 @@
|
|
</template>
|
|
</template>
|
|
<template #action="{ row }">
|
|
<template #action="{ row }">
|
|
<el-link v-if="row.submitRectify == 2 && row.isRectify == 1" type="primary" @click="reviewRow(row)">复核</el-link>
|
|
<el-link v-if="row.submitRectify == 2 && row.isRectify == 1" type="primary" @click="reviewRow(row)">复核</el-link>
|
|
- <el-link type="primary" :disabled="row.isRectify === 3" @click="updateRow(row)">修改</el-link>
|
|
|
|
- <el-link type="primary" :disabled="row.isRectify === 3" @click="delRow(row)">删除</el-link>
|
|
|
|
|
|
+ <el-link type="primary" :disabled="row.submitRectify === '2'" @click="updateRow(row)">修改</el-link>
|
|
|
|
+ <el-link type="primary" :disabled="row.submitRectify === '2'" @click="delRow(row)">删除</el-link>
|
|
</template>
|
|
</template>
|
|
</HcTable>
|
|
</HcTable>
|
|
<template #action>
|
|
<template #action>
|