浏览代码

报价费用审核表格排版

@dongkboy 1 周之前
父节点
当前提交
c02c9cfd83
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/representative/quoteApproval.vue

+ 4 - 4
src/views/representative/quoteApproval.vue

@@ -306,7 +306,7 @@ const getAgreement = () => {
 }
 const columns = [
   {
-    prop: "agreementAbbreviation", label: "协议信息", width: '300', fixed: 'left',
+    prop: "agreementAbbreviation", label: "协议信息", width: '250',
     formatter: (row: any) => {
       return `${row.agreementTitle}--${row.dockingPerson || ''}`
     }
@@ -314,12 +314,12 @@ const columns = [
   { prop: "effectiveTime", label: "生效时间", width: '200' },
   { prop: "failureTime", label: "失效时间", width: '200' },
   {
-    prop: "ruleDescription", label: "承保规则", component: 'customSlot', width: '800'
+    prop: "ruleDescription", label: "承保规则", component: 'customSlot', width: '600'
   },
   { prop: "productName", label: "险种", width: '120', },
-  { prop: "costDescribe", label: "费用描述", width: '500', component: 'customSlot', },
+  { prop: "costDescribe", label: "费用描述", width: '400', component: 'customSlot', },
   {
-    prop: "costRules", label: "费用规则", component: 'customSlot', width: '500',
+    prop: "costRules", label: "费用规则", component: 'customSlot', width: '700',
   },
   { prop: "priorityLevel", label: "优先级", width: '120', },
   {