|
@@ -1131,7 +1131,7 @@ const formDemo = {
|
|
|
price: [''],
|
|
|
days: [''],
|
|
|
cost_name: ['制版费用'],
|
|
|
- cost_price: [''],
|
|
|
+ cost_price: ['0'],
|
|
|
|
|
|
// 包装信息
|
|
|
package_info: '',
|
|
@@ -1199,7 +1199,7 @@ const costTableDeleteRow = function (index: number, subIndex: number) {
|
|
|
}
|
|
|
const costTableAddRow = function (index: number) {
|
|
|
forms.value[index].cost_name.push('制版费用')
|
|
|
- forms.value[index].cost_price.push('')
|
|
|
+ forms.value[index].cost_price.push('0')
|
|
|
}
|
|
|
const numberTableDeleteRow = function (index: number, subIndex: number) {
|
|
|
forms.value[index].number.splice(subIndex, 1)
|