|
@@ -84,6 +84,7 @@ export default {
|
|
|
{ label: '签约日期', key: 'sign_at', type: 'datePicker', type2: 'date', class: 'c-3', rules: 1},
|
|
|
{ label: '单价', key: 'unit_price', class: 'c-3', type: 'inputFont', appendFont: '元', changeHandle: this.priceChange, rules: 1},
|
|
|
{ label: '总价', key: 'price', class: 'c-3', type: 'inputFont', appendFont: '万元', rules: 1},
|
|
|
+ { label: '备注', key: 'remark', class: 'c-3s',},
|
|
|
]
|
|
|
this.setDefaultValue(params)
|
|
|
},
|