Browse Source

样品确认

master
han\hanst 1 month ago
parent
commit
361624ba44
  1. 4
      src/views/modules/erf/expApplyList.vue

4
src/views/modules/erf/expApplyList.vue

@ -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',
//

Loading…
Cancel
Save