|
|
@@ -318,7 +318,7 @@
|
|
|
<el-table ref="multipleTable" :show-overflow-tooltip="true" :row-style="{ height: '20px' }"
|
|
|
:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
:header-cell-style="{ padding: '0px' }" highlight-current-row="true"
|
|
|
- style="width: 100%;height: 50vh" border tooltip-effect="dark" :data="gytableData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
+ style="width: 100%;height: 45vh" border tooltip-effect="dark" :data="gytableData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
<el-table-column align="left" label="工单编号" prop="工单编号" width="90"/>
|
|
|
<el-table-column align="left" label="重点工序" prop="重点工序" width="90"/>
|
|
|
<el-table-column align="left" label="印件工序及名称" prop="印件工序及名称" width="500"/>
|
|
|
@@ -341,7 +341,7 @@
|
|
|
:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
:header-cell-style="{ padding: '0px' }" :show-overflow-tooltip="true"
|
|
|
:highlight-current-row="true"
|
|
|
- style="width: 100%;height: 50vh" border tooltip-effect="dark" :data="yjtableData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
+ style="width: 100%;height: 45vh" border tooltip-effect="dark" :data="yjtableData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
<el-table-column align="left" label="工单编号" prop="工单编号" width="90"/>
|
|
|
<el-table-column align="left" label="印件号" prop="印件号" width="70"/>
|
|
|
<el-table-column align="left" label="印件代号" prop="印件代号" width="100"/>
|
|
|
@@ -369,7 +369,7 @@
|
|
|
:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
:header-cell-style="{ padding: '0px' }" :highlight-current-row="true"
|
|
|
:cell-class-name="pczc_planUsageCellClass"
|
|
|
- style="width: 100%;height: 50vh" border tooltip-effect="dark" :data="bottomData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
+ style="width: 100%;height: 45vh" border tooltip-effect="dark" :data="bottomData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
<template v-for="item in bottomTableF[currentNode]">
|
|
|
<el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" />
|
|
|
</template>
|