|
|
@@ -150,10 +150,7 @@ const fields = ref([
|
|
|
label: "险种", model: "productId", type: "select", options: insurance_type,
|
|
|
},
|
|
|
{
|
|
|
- label: "承保规则", model: "rulesName", type: "input", placeholder: "输入业务规则查找",
|
|
|
- },
|
|
|
- {
|
|
|
- label: "费用描述", model: "costRules", type: "input", placeholder: "输入费用规则关键字查找",
|
|
|
+ label: "费用描述", model: "costDescribe", type: "input", placeholder: "输入费用规则关键字查找",
|
|
|
},
|
|
|
{
|
|
|
label: "费用状态", model: "agreementStatus", type: "select", placeholder: "选择状态", options: is_enable,
|