Explorar el Código

报价费用审核 筛选条件三列改四列,优化页面排版

@dongkboy hace 1 mes
padre
commit
73e3d75f05
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/views/representative/quoteApproval.vue

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

@@ -8,7 +8,7 @@
       <el-tab-pane :label="`审核不通过(${reviewRejectedlength})`" name="reviewRejected">
       </el-tab-pane>
     </el-tabs>
-    <SearchForm :fields="visibleFields" :formInline="formInline" :onSearch="agreementQuery" :onReset="resetForm" />
+    <SearchForm :fields="visibleFields" :formInline="formInline" :onSearch="agreementQuery" :onReset="resetForm" :span="6" />
     <ComplexTable :tableData="companylist" :columns="columns" :showIndex="false" :columnwidth="200" :showSelect="true"
       :pageInfo="pageInfo" @getList="getList" @selectionChange="selectionChange" uniqueIdName="costId">
       <template #ruleDescription="{ data, bodyCell }">
@@ -294,7 +294,7 @@ const getAgreement = () => {
 }
 const columns = [
   {
-    prop: "agreementAbbreviation", label: "协议信息", width: '300',
+    prop: "agreementAbbreviation", label: "协议信息", width: '300', fixed: 'left',
     formatter: (row: any) => {
       return `${row.agreementCode}\n${row.agreementAbbreviation}`
     }
@@ -302,7 +302,7 @@ const columns = [
   { prop: "effectiveTime", label: "生效时间", width: '200' },
   { prop: "failureTime", label: "失效时间", width: '200' },
   {
-    prop: "ruleDescription", label: "承保规则", component: 'customSlot', width: '500'
+    prop: "ruleDescription", label: "承保规则", component: 'customSlot', width: '800'
   },
   { prop: "productName", label: "险种", width: '120', },
   { prop: "costDescribe", label: "费用描述", width: '500', },