diff --git a/src/languages/en.js b/src/languages/en.js
index c72f87b..43ada67 100644
--- a/src/languages/en.js
+++ b/src/languages/en.js
@@ -58,6 +58,26 @@ export default {
yes: 'Yes',
no: 'No',
},
+ operateType: {
+ type0: 'General Retail',
+ type1: 'Food, Beverage and Tobacco Retail',
+ type2: 'Textile, Apparel and Daily Necessities Retail',
+ type3: 'Cultural, Sports Supplies and Equipment Retail',
+ type4: 'Pharmaceutical and Medical Equipment Retail',
+ type5: 'Automotive, Motorcycle, Fuel and Parts Retail',
+ type6: 'Home Appliances and Electronics Retail',
+ type7: 'Accommodation',
+ type8: 'Catering',
+ type9: 'Leisure and Entertainment',
+ type10: 'Real Estate',
+ type11: 'Finance',
+ type12: 'Residential Services',
+ type13: 'Commercial Services',
+ type14: 'Education',
+ type15: 'Healthcare',
+ type16: 'Social Welfare',
+ type17: 'Government Agencies and Public Services',
+ },
},
menus: {
'首页': 'Homepage',
@@ -846,6 +866,7 @@ export default {
userLevelRequired: 'The user level cannot be empty',
legalPersonRequired: 'The legal person cannot be empty',
operateStatusRequired: 'The business status cannot be empty',
+ operateTypeRequired: 'The business type cannot be empty',
operateStatusExist: 'Active',
operateStatusCancel: 'Cancelled',
operateAddrRequired: 'The business address cannot be empty',
@@ -876,7 +897,9 @@ export default {
legalPersonLabel: 'Legal Person',
legalPersonPlaceholder: 'Please enter the legal person',
operateStatusLabel: 'Business Status',
+ operateTypeLabel: 'Business Type',
operateStatusPlaceholder: 'Please select the business status',
+ operateTypePlaceholder: 'Please select the business type',
operateAddrLabel: 'Business Address',
operateAddrPlaceholder: 'Please enter the business address'
},
@@ -915,6 +938,8 @@ export default {
businessLicenseNumber: 'Business License Number',
legalPersonInfoName: 'Registered Legal Person Name',
legalPersonName: 'Legal Person Name',
+ legalPersonPhone: 'Legal Person Phone',
+ legalPersonEmail: 'Legal Person Email',
status: 'Authentication Status',
authenticationDate: 'Authentication Date',
certificateExpirationDate: 'Certificate expiration date',
@@ -925,6 +950,8 @@ export default {
authenticatedLegalPersonName: 'Authenticated Legal Person Name',
legalPersonIdCardNumber: 'Legal Person ID Card Number',
businessLicense: 'Business License',
+ yes: 'Yes',
+ no: 'No',
authenticationFailureReason: 'Authentication Failure Reason',
authenticate: 'Authenticate',
audit: 'Review',
diff --git a/src/languages/zh.js b/src/languages/zh.js
index 6a90ff7..8fbb489 100644
--- a/src/languages/zh.js
+++ b/src/languages/zh.js
@@ -58,6 +58,26 @@ export default {
yes: '是',
no: '否',
},
+ operateType: {
+ type0: '综合零售',
+ type1: '食品、饮料及烟草制品专门零售',
+ type2: '纺织、服装及日用品专门零售店',
+ type3: '文化、体育用品及器材专门零售',
+ type4: '医药和医疗器材专门零售',
+ type5: '汽车、摩托车、燃料及配件专门零售',
+ type6: '家用电器及电子产品专门零售',
+ type7: '住宿业',
+ type8: '餐饮业',
+ type9: '休闲娱乐业',
+ type10: '房地产业',
+ type11: '金融业',
+ type12: '居民服务业',
+ type13: '商业服务业',
+ type14: '教育',
+ type15: '卫生',
+ type16: '社会保障与福利',
+ type17: '政府机关及其他公共服务',
+ },
},
menus: {
'首页': '首页',
@@ -832,10 +852,10 @@ export default {
contactAddress: '联系地址',
contactAddressPlaceholder: '请输入联系地址',
contactAddressRequired: '联系地址不能为空',
- addTitle: '添加用户注册',
- editTitle: '编辑用户注册',
- detailTitle: '用户注册详情',
- deleteConfirmAccount: '确定要删除用户账户吗?',
+ addTitle: '商户信息注册',
+ editTitle: '商户信息编辑',
+ detailTitle: '商户信息详情',
+ deleteConfirmAccount: '确定要删除商户用户吗?',
deleteConfirmBatch: '确定要删除选中的用户吗?',
passwordResetConfirm: '确定要重置密码吗?',
passwordResetSuccess: '密码重置成功',
@@ -848,6 +868,7 @@ export default {
userLevelRequired: '用户等级不能为空',
legalPersonRequired: '法人不能为空',
operateStatusRequired: '经营状态不能为空',
+ operateTypeRequired: '经营类别不能为空',
operateStatusExist: '存续',
operateStatusCancel: '注销',
operateAddrRequired: '经营地址不能为空',
@@ -865,7 +886,7 @@ export default {
age: '年龄',
agePlaceholder: '请输入年龄',
ageNumberOnly: '年龄只能为数字',
- addr: '地址',
+ addr: '联系地址',
addrPlaceholder: '请输入地址',
addrRequired: '地址不能为空',
merchantNameLabel: '商户名称',
@@ -878,7 +899,9 @@ export default {
legalPersonLabel: '法人',
legalPersonPlaceholder: '请输入法人',
operateStatusLabel: '经营状态',
+ operateTypeLabel: '经营类别',
operateStatusPlaceholder: '请选择经营状态',
+ operateTypePlaceholder: '请选择经营类别',
operateAddrLabel: '经营地址',
operateAddrPlaceholder: '请输入经营地址'
},
@@ -917,6 +940,8 @@ export default {
businessLicenseNumber: '营业执照号',
legalPersonInfoName: '注册法人姓名',
legalPersonName: '法人姓名',
+ legalPersonPhone: '法人电话',
+ legalPersonEmail: '法人邮箱',
status: '认证状态',
authenticationDate: '认证日期',
certificateExpirationDate: '证件有效期',
@@ -927,6 +952,8 @@ export default {
authenticatedLegalPersonName: '认证法人姓名',
legalPersonIdCardNumber: '法人身份证号码',
businessLicense: '营业执照',
+ yes: '有',
+ no: '无',
authenticationFailureReason: '认证失败原因',
authenticate: '认证',
audit: '审核',
diff --git a/src/views/business/userInfoBus/index.vue b/src/views/business/userInfoBus/index.vue
index fd50afb..f8bf3a5 100644
--- a/src/views/business/userInfoBus/index.vue
+++ b/src/views/business/userInfoBus/index.vue
@@ -66,11 +66,12 @@
-
-
-
-
-
+
+
+
+ {{getOperateType(scope.row.operateType)}}
+
+
@@ -99,30 +100,28 @@
-
-
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
+
-
-
+
+