@dongkboy 2 лет назад
Родитель
Сommit
b92b88186b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/views/AgreementManage/CarInsurance/ProductCostExamine.vue

+ 2 - 1
src/views/AgreementManage/CarInsurance/ProductCostExamine.vue

@@ -342,6 +342,7 @@ export default {
         { prop: "costsEndDate", label: "费用止期", minWidth: 160 },
         { prop: "costsDescription", label: "费用描述", minWidth: 220 },
         { prop: "desc", label: "费用因子描述", minWidth: 520 },
+        { prop: "priorityLevel", label: "方案优先级", minWidth: 120 },
         {
           prop: "jqCarCostsProportion",
           label: "费用比例(交强)",
@@ -472,7 +473,7 @@ export default {
           label: "非车出口比例五级",
           minWidth: 160,
         },
-        { prop: "priorityLevel", label: "方案优先级", minWidth: 120 },
+
       ],
       batchSizeList: [],
       isBatch: false,