Explorar el Código

表格字段位置调整

@dongkboy hace 8 meses
padre
commit
dda62e3e85
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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}`
       return `${row.agreementCode}\n${row.agreementAbbreviation}`
     }
     }
   },
   },
+  { prop: "effectiveTime", label: "生效时间", width: '200' },
+  { prop: "failureTime", label: "失效时间", width: '200' },
   {
   {
     prop: "ruleDescription", label: "承保规则", width: '500',
     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) => {
     prop: "ruleConditions", label: "交强费用", width: '300', formatter: (row: any) => {
       let info = row.ruleConditions.find((val: any) => val.costType == '交强险');
       let info = row.ruleConditions.find((val: any) => val.costType == '交强险');