修改工单反馈功能不好使的问题
This commit is contained in:
parent
b5a0b29bdc
commit
635d6fa91e
|
|
@ -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 }">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue