This commit is contained in:
parent
48e9941ac6
commit
8e964622fb
|
|
@ -84,7 +84,7 @@
|
|||
/>
|
||||
</template> </TableModel
|
||||
></template>
|
||||
<template v-if="dialogConfig.outerTitle != '审批详情'">
|
||||
<template v-if="dialogConfig.outerTitle === '审核'">
|
||||
<TableModel
|
||||
:config="dialogConfig"
|
||||
:sendParams="sendParams"
|
||||
|
|
@ -92,10 +92,7 @@
|
|||
ref="dialogTbRef"
|
||||
@getTableSelectionChange="getDialogTbChange"
|
||||
></TableModel>
|
||||
<el-row
|
||||
v-if="dialogConfig.outerTitle === '审核'"
|
||||
class="dialog-common-btn"
|
||||
>
|
||||
<el-row class="dialog-common-btn">
|
||||
<el-button
|
||||
size="mini"
|
||||
type="success"
|
||||
|
|
@ -112,7 +109,7 @@
|
|||
</template>
|
||||
|
||||
<!-- 审核详情 -->
|
||||
<template v-else>
|
||||
<template v-if="dialogConfig.outerTitle === '审批详情'">
|
||||
<AuditingDetails :auditingList="auditingList" />
|
||||
</template>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue