mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
审批审批过程 ,删除按钮显示
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user