浏览代码

添加船名航次

caojunjie 3 年之前
父节点
当前提交
7cde17d9da
共有 1 个文件被更改,包括 16 次插入1 次删除
  1. 16 1
      src/views/finance/otherFinancial/index.vue

+ 16 - 1
src/views/finance/otherFinancial/index.vue

@@ -110,6 +110,22 @@
             show-overflow-tooltip
         />
         <el-table-column
+            label="船名"
+            sortable
+            align="center"
+            prop="shipsName"
+            fixed
+            show-overflow-tooltip
+        />
+        <el-table-column
+            label="航次"
+            sortable
+            align="center"
+            prop="voyage"
+            fixed
+            show-overflow-tooltip
+        />
+        <el-table-column
             label="单据类型"
             sortable
             align="center"
@@ -965,7 +981,6 @@ export default {
     getList() {
       listCorps_s(this.query).then(res => {
         this.total = res.total
-        console.log(res)
         this.loading = false
         this.agreementList = res.rows
       })