Parcourir la source

表格字段位置调整

@dongkboy il y a 8 mois
Parent
commit
dda62e3e85
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      src/views/representative/quoteApproval.vue

+ 3 - 2
src/views/representative/quoteApproval.vue

@@ -169,6 +169,8 @@ const columns = [
       return `${row.agreementCode}\n${row.agreementAbbreviation}`
     }
   },
+  { prop: "effectiveTime", label: "生效时间", width: '200' },
+  { prop: "failureTime", label: "失效时间", width: '200' },
   {
     prop: "ruleDescription", label: "承保规则", width: '500',
   },
@@ -194,8 +196,7 @@ const columns = [
       }
     }
   },
-  { prop: "effectiveTime", label: "生效时间", width: '200' },
-  { prop: "failureTime", label: "失效时间", width: '200' },
+
   {
     prop: "ruleConditions", label: "交强费用", width: '300', formatter: (row: any) => {
       let info = row.ruleConditions.find((val: any) => val.costType == '交强险');