Browse Source

Merge branch 'master' of http://gogs.jkcredit.com:3000/xusonglin/manage_invoice_ui

mashengyi 3 years ago
parent
commit
2e18426123
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/customer/Customer.vue

+ 5 - 0
src/views/customer/Customer.vue

@@ -29,6 +29,11 @@
             show-overflow-tooltip>
           </el-table-column>
           <el-table-column
+            label="客户密钥"
+            prop="appSecret"
+            show-overflow-tooltip>
+          </el-table-column>
+          <el-table-column
             label="主体名称"
             prop="company"
             show-overflow-tooltip>