@@ -158,7 +158,7 @@
<el-table-column
:selectable="selectInit"
type="selection"
- width="55"
+ width="30"
></el-table-column>
<el-table-column type="index" label="序号" width="50">
<template scope="scope">
@@ -169,7 +169,7 @@
class="table_td"
prop="paymentNo"
- width="100"
+ width="90"
label="编号"
sortable
@@ -193,7 +193,7 @@
prop="goodsName"
+ width="60"
label="货名"
@@ -223,24 +223,43 @@
prop="netWeight"
- width="120"
+ width="100"
label="净重(公斤)"
prop="pureWeight"
label="纯重(公斤)"
+ ></el-table-column>
+ <el-table-column
+ class="table_td"
+ prop="bulkDensity"
+ label="容重"
+ prop="waterContent"
+ label="水分"
+ prop="mildewGrain"
+ width="50"
+ label="霉变"
prop="amountIngPayable"
+ width="80"
label="应付款(元)"
prop="amountEdPayable"
- width="130"
label="已付款(元)"
>
<template slot-scope="scope">
@@ -267,7 +286,7 @@
prop="status"
label="是否开票"