浏览代码

增加客户编号和名称

zhouhao 2 年之前
父节点
当前提交
34cf5cb288
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/views/finance/standbook_list.vue

+ 12 - 0
src/views/finance/standbook_list.vue

@@ -165,6 +165,18 @@
               type="index"
               show-overflow-tooltip
             ></el-table-column>
+            <el-table-column align="left" label="客户编码" prop="customerCode" min-width="160" show-overflow-tooltip>
+              <template slot-scope="scope">
+                <CopyButton :copyText="scope.row.customerCode" />
+                <span>{{ scope.row.customerCode }}</span>
+              </template>
+            </el-table-column>
+            <el-table-column align="left" label="客户名称" prop="customerName" min-width="260" show-overflow-tooltip>
+              <template slot-scope="scope">
+                <CopyButton :copyText="scope.row.customerName" />
+                <span>{{ scope.row.customerName }}</span>
+              </template>
+            </el-table-column>
             <el-table-column
               align="left"
               label="单据日期"