zouzs 14 timmar sedan
förälder
incheckning
70cb8aba96
1 ändrade filer med 7 tillägg och 0 borttagningar
  1. 7 0
      src/views/order/orderMy/index.vue

+ 7 - 0
src/views/order/orderMy/index.vue

@@ -209,6 +209,7 @@ const tableConfig: PlusColumn[] = [
   },
   {
     label: "客户姓名",
+    width: 90,
     prop: "userName"
   },
   {
@@ -263,16 +264,19 @@ const tableConfig: PlusColumn[] = [
   {
     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)
   },
@@ -299,6 +303,9 @@ const tableConfig: PlusColumn[] = [
   {
     label: "备注",
     prop: "remark",
+    tableColumnProps: {
+      showOverflowTooltip: true
+    },
     hideInSearch: true
   }
 ];