|
@@ -143,11 +143,7 @@ export default {
|
|
|
label: "总跟单费",
|
|
label: "总跟单费",
|
|
|
type: "text"
|
|
type: "text"
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- prop: "noInvoicCommissionFeevalue",
|
|
|
|
|
- label: "未开票跟单费",
|
|
|
|
|
- type: "text"
|
|
|
|
|
- },
|
|
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
prop: "invoicCommissionFeevalue",
|
|
prop: "invoicCommissionFeevalue",
|
|
|
label: "已开票跟单费",
|
|
label: "已开票跟单费",
|
|
@@ -163,6 +159,11 @@ export default {
|
|
|
label: "已开票未结算跟单费",
|
|
label: "已开票未结算跟单费",
|
|
|
type: "text"
|
|
type: "text"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: "noInvoicCommissionFeevalue",
|
|
|
|
|
+ label: "未开票跟单费",
|
|
|
|
|
+ type: "text"
|
|
|
|
|
+ },
|
|
|
],
|
|
],
|
|
|
loading: true,
|
|
loading: true,
|
|
|
isPaginationShow: true,
|
|
isPaginationShow: true,
|