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