|
@@ -1188,7 +1188,7 @@
|
|
|
prop="fContractno"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="150"
|
|
|
+ min-width="150"
|
|
|
label="合同编号"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -1199,7 +1199,7 @@
|
|
|
prop="tPackages"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="140"
|
|
|
+ min-width="140"
|
|
|
label="货物类别"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -1226,13 +1226,13 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<el-table v-loading="loading_s" border :data="agreementitemsList" @selection-change="handleSelectionChange" style="width: 70%;float:right;flex: 1.86;">
|
|
|
- <el-table-column label="行号" align="center" type="index" fixed="left" width="100"/>
|
|
|
+ <el-table-column label="行号" align="center" type="index" fixed="left" min-width="150"/>
|
|
|
|
|
|
<el-table-column
|
|
|
prop="fFeeunitid"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="125"
|
|
|
+ min-width="125"
|
|
|
label="计价单位"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -1312,7 +1312,7 @@
|
|
|
prop="fFeeid"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="160"
|
|
|
+ min-width="160"
|
|
|
label="费用名称"
|
|
|
>
|
|
|
<template slot-scope="scope">
|