Browse Source

change: indnet报价.额外费用默认选中制版费用.

peter 2 months ago
parent
commit
0d4e2ec274
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/indent-manage/indent/components/info.vue

+ 2 - 2
src/pages/indent-manage/indent/components/info.vue

@@ -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) {