فهرست منبع

Merge branch 'dev_v1.0.0' of http://git.qmth.com.cn/sop/web into dev_v1.0.0

刘洋 1 سال پیش
والد
کامیت
bf9a9d5518
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/system/config-manage/customer-manage/index.vue

+ 1 - 0
src/views/system/config-manage/customer-manage/index.vue

@@ -173,6 +173,7 @@ const params = reactive({
 const columns = [
   { colKey: 'id', title: '客户ID', width: 200 },
   { colKey: 'name', title: '客户名称', width: 120 },
+  { colKey: 'code', title: '客户编号', width: 100 },
   { colKey: 'type', title: '客户类型', cell: 'type', width: 120 },
   { colKey: 'province', title: '省份', width: 100 },
   { colKey: 'city', title: '城市', width: 100 },