修改工单反馈功能不好使的问题

This commit is contained in:
yangjun 2025-10-13 14:54:15 +08:00
parent b5a0b29bdc
commit 635d6fa91e
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@
<BasicTable @register="registerTable">
<!--插槽:table标题-->
<template #tableTitle>
<span>说明工单类型为<span style="color:red">平台构建</span>的工单信息需要先创建<span style="color:red">数据源管理</span>后才能进行反馈否则管理平台<span style="color:red">初始化账号</span>功能会失败</span>
</template>
<!--操作栏-->
<template #action="{ record }">

View File

@ -37,7 +37,7 @@
<WorkOrderFankui ref="orgFankuiRef" :formDisabled="false" @ok="handleOrgFankuiFankuiCancel" :formBpm="false" />
<template #footer>
<a-button type="primary" style="margin-right: 8px" @click="handleOrgFankuiCancel">关闭</a-button>
<a-button type="primary" @click="handleOk" v-if="!handleFankuiOk">确认</a-button>
<a-button type="primary" @click="handleFankuiOk" v-if="!disableSubmit">确认</a-button>
</template>
</a-drawer>
</template>