This commit is contained in:
parent
48e9941ac6
commit
8e964622fb
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue