|
|
|
@ -281,7 +281,7 @@ |
|
|
|
|
|
|
|
<!-- Tab 4: 审批状态和日志 --> |
|
|
|
<el-tab-pane label="审批状态和日志" name="approvalStatus"> |
|
|
|
<div v-if="currentRow.applyNo" :style="{height: detailHeight + 'px', overflowY: 'auto', padding: '10px'}"> |
|
|
|
<div v-if="currentRow.applyNo" :style="{height: detailHeight + 'px', overflowY: 'auto', padding: '0px 10px'}"> |
|
|
|
|
|
|
|
<!-- 两栏布局:审批流程 | 审批日志 --> |
|
|
|
<div class="two-column-layout"> |
|
|
|
@ -570,7 +570,7 @@ export default { |
|
|
|
activeName: 'attachment', |
|
|
|
|
|
|
|
// 表格高度 |
|
|
|
tableHeight: (window.innerHeight - 300)/2, |
|
|
|
tableHeight: (window.innerHeight - 260)/2, |
|
|
|
detailHeight: '35vh', |
|
|
|
|
|
|
|
// 下达确认弹窗 |
|
|
|
|