|
|
@@ -999,7 +999,7 @@ const fields = computed(() => [
|
|
|
label: "险种", model: "productId", type: "select", options: getDict('insurance_type'),
|
|
|
},
|
|
|
{
|
|
|
- label: "费用描述", model: "costRules", type: "input", placeholder: "输入费用描述关键字查找",
|
|
|
+ label: "费用描述", model: "costRulesList", type: "inputTag", placeholder: "输入费用描述关键字查找",
|
|
|
},
|
|
|
{
|
|
|
label: "费用状态", model: "agreementStatus", type: "select", placeholder: "选择状态", options: getDict('is_enable'),
|