mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
审批审批过程 ,删除按钮显示
This commit is contained in:
@@ -111,12 +111,13 @@
|
|||||||
@click="() => handleModify(record, String(record.courseform))"
|
@click="() => handleModify(record, String(record.courseform))"
|
||||||
>编辑</a-button
|
>编辑</a-button
|
||||||
> -->
|
> -->
|
||||||
<!-- <a-button
|
<!-- TODO GX02 -->
|
||||||
v-if="record.status == 2 && false"
|
<a-button
|
||||||
|
v-if="record.status == 1 || record.status == 4"
|
||||||
type="link"
|
type="link"
|
||||||
@click="() => updateModal(record)"
|
@click="() => updateModal(record)"
|
||||||
>撤回</a-button
|
>删除</a-button
|
||||||
> -->
|
>
|
||||||
<!-- <a-button type="link" @click="() => deleteModal(record, String(record.courseform))">删除</a-button> -->
|
<!-- <a-button type="link" @click="() => deleteModal(record, String(record.courseform))">删除</a-button> -->
|
||||||
<!-- <a-button
|
<!-- <a-button
|
||||||
@click="isEnablePost(record, 0)"
|
@click="isEnablePost(record, 0)"
|
||||||
@@ -756,7 +757,6 @@ export default {
|
|||||||
objA.approvalType = 0
|
objA.approvalType = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
queryTrainOrg(objA).then((res) => {
|
queryTrainOrg(objA).then((res) => {
|
||||||
tableData.value = res.data.data.records;
|
tableData.value = res.data.data.records;
|
||||||
state.tableDataTotal = Number(res.data.data.total);
|
state.tableDataTotal = Number(res.data.data.total);
|
||||||
@@ -792,7 +792,7 @@ export default {
|
|||||||
};
|
};
|
||||||
const updateModal = (record) => {
|
const updateModal = (record) => {
|
||||||
dialog({
|
dialog({
|
||||||
content: "是否确认撤回 ?",
|
content: "是否确认删除 ?",
|
||||||
ok: () => {
|
ok: () => {
|
||||||
lecturer
|
lecturer
|
||||||
.affiliatIsConfirm(record.id)
|
.affiliatIsConfirm(record.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user