This commit is contained in:
BianLzhaoMin 2024-04-28 09:15:05 +08:00
parent 48e9941ac6
commit 8e964622fb
1 changed files with 3 additions and 6 deletions

View File

@ -84,7 +84,7 @@
/> />
</template> </TableModel </template> </TableModel
></template> ></template>
<template v-if="dialogConfig.outerTitle != '审批详情'"> <template v-if="dialogConfig.outerTitle === '审核'">
<TableModel <TableModel
:config="dialogConfig" :config="dialogConfig"
:sendParams="sendParams" :sendParams="sendParams"
@ -92,10 +92,7 @@
ref="dialogTbRef" ref="dialogTbRef"
@getTableSelectionChange="getDialogTbChange" @getTableSelectionChange="getDialogTbChange"
></TableModel> ></TableModel>
<el-row <el-row class="dialog-common-btn">
v-if="dialogConfig.outerTitle === '审核'"
class="dialog-common-btn"
>
<el-button <el-button
size="mini" size="mini"
type="success" type="success"
@ -112,7 +109,7 @@
</template> </template>
<!-- 审核详情 --> <!-- 审核详情 -->
<template v-else> <template v-if="dialogConfig.outerTitle === '审批详情'">
<AuditingDetails :auditingList="auditingList" /> <AuditingDetails :auditingList="auditingList" />
</template> </template>
</template> </template>