隐患考评bug修复

2024年1月19日V01.00.51
zhaoyu 2024-01-18 11:09:48 +08:00
parent 5c8e674f14
commit 990357092a
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@
v-if="USER_ID=='1'" v-if="USER_ID=='1'"
type="danger" type="danger"
icon="el-icon-view" icon="el-icon-view"
@click="fnDelvaluation(row.HIDDEN_ID)">删除 @click="fnDelvaluation(row.HIDDEN_ID)">重置考评
</el-button> </el-button>
</template> </template>
</el-table-column> </el-table-column>
@ -428,7 +428,7 @@ export default {
}) })
}, },
fnDelvaluation(hiddenId) { fnDelvaluation(hiddenId) {
this.$confirm('确定要删除选中的评审记录吗?', { this.$confirm('确定要重置选中的评审记录吗?', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'