Browse Source

客户档案-列表字段宽度加宽

jingbb 1 month ago
parent
commit
5e8039cc8e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

+ 1 - 0
src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

@@ -17,6 +17,7 @@ export const columns: BasicColumn[] = [
     title: '名称(name)',
     align: 'center',
     dataIndex: 'name',
+    width: 350,
   },
   {
     title: '简称(abbreviation)',