审批审批过程 ,删除按钮显示

This commit is contained in:
gengxin
2025-02-20 10:28:22 +08:00
parent a3e8c7f3bb
commit 73e4bc4290

View File

@@ -111,12 +111,13 @@
@click="() => handleModify(record, String(record.courseform))"
>编辑</a-button
> -->
<!-- <a-button
v-if="record.status == 2 && false"
<!-- TODO GX02 -->
<a-button
v-if="record.status == 1 || record.status == 4"
type="link"
@click="() => updateModal(record)"
>撤回</a-button
> -->
>删除</a-button
>
<!-- <a-button type="link" @click="() => deleteModal(record, String(record.courseform))">删除</a-button> -->
<!-- <a-button
@click="isEnablePost(record, 0)"
@@ -756,7 +757,6 @@ export default {
objA.approvalType = 0
}
queryTrainOrg(objA).then((res) => {
tableData.value = res.data.data.records;
state.tableDataTotal = Number(res.data.data.total);
@@ -792,7 +792,7 @@ export default {
};
const updateModal = (record) => {
dialog({
content: "是否确认撤回 ?",
content: "是否确认删除 ?",
ok: () => {
lecturer
.affiliatIsConfirm(record.id)