zouzs 12 時間 前
コミット
9e67d53b21
1 ファイル変更9 行追加0 行削除
  1. 9 0
      src/views/order/orderLoan/index.vue

+ 9 - 0
src/views/order/orderLoan/index.vue

@@ -220,6 +220,7 @@ const tableConfig: PlusColumn[] = [
   },
   {
     label: "客户姓名",
+    width: 90,
     prop: "userName"
   },
   {
@@ -274,21 +275,25 @@ const tableConfig: PlusColumn[] = [
   {
     label: "优先联系方式",
     prop: "headContractType",
+    width: 110,
     hideInSearch: true
   },
   {
     label: "申请产品",
     prop: "productName",
+    width: 100,
     hideInSearch: true
   },
   {
     label: "需求资金",
     prop: "loanAmount",
+    width: 85,
     hideInSearch: true
   },
   {
     label: "贷款期限",
     prop: "loanTerm",
+    width: 100,
     hideInSearch: true,
     formatter: val => getDictionary("LoanLimit", val)
   },
@@ -317,6 +322,7 @@ const tableConfig: PlusColumn[] = [
   {
     label: "分配子账号",
     prop: "follower",
+    width: 100,
     hideInSearch: true
   },
   {
@@ -331,6 +337,9 @@ const tableConfig: PlusColumn[] = [
   {
     label: "备注",
     prop: "remark",
+    tableColumnProps: {
+      showOverflowTooltip: true
+    },
     hideInSearch: true
   }
 ];