Explorar el Código

优先级前移

@dongkboy hace 2 años
padre
commit
b92b88186b

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

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