QuKatie 3 gadi atpakaļ
vecāks
revīzija
1545694988

+ 1 - 0
src/views/finance/charge/add-or-update.vue

@@ -8,6 +8,7 @@
     >
       <span>
         <el-table
+          border
           :data="tableData"
           style="width: 100%"
           @selection-change="selectionChange"

+ 1 - 1
src/views/finance/charge/js/index.js

@@ -116,7 +116,7 @@ export const tableOption2 = [{
     label: "srcBillNo",
     name: "提单号",
     checked: 0,
-    width: 100,
+    width: 150,
   },
   {
     surface: "2",

+ 1 - 0
src/views/finance/contrast/add-or-update.vue

@@ -8,6 +8,7 @@
     >
       <span>
         <el-table
+          border
           :data="tableData"
           style="width: 100%"
           @selection-change="selectionChange"

+ 1 - 1
src/views/finance/contrast/js/index.js

@@ -96,7 +96,7 @@ export const tableOption2 = [{
     label: "srcBillNo",
     name: "提单号",
     checked: 0,
-    width: 100,
+    width: 150,
   },
   {
     surface: "2",

+ 1 - 0
src/views/finance/payment/add-or-update.vue

@@ -8,6 +8,7 @@
     >
       <span>
         <el-table
+          border
           :data="tableData"
           style="width: 100%"
           @selection-change="selectionChange"

+ 1 - 1
src/views/finance/payment/js/index.js

@@ -116,7 +116,7 @@ export const tableOption2 = [{
     label: "srcBillNo",
     name: "提单号",
     checked: 0,
-    width: 100,
+    width: 150,
   },
   {
     surface: "2",