|
@@ -21,7 +21,7 @@ export default {
|
|
warningNumbers: "预警参数",
|
|
warningNumbers: "预警参数",
|
|
|
|
|
|
// 表格列
|
|
// 表格列
|
|
- id: "ID",
|
|
|
|
|
|
+ id: "序号",
|
|
customerCode: "客户编码",
|
|
customerCode: "客户编码",
|
|
accountNumber: "账号",
|
|
accountNumber: "账号",
|
|
accountBalance: "账户余额",
|
|
accountBalance: "账户余额",
|
|
@@ -112,7 +112,7 @@ export default {
|
|
enterWebsiteBackend: '请输入网站备案号',
|
|
enterWebsiteBackend: '请输入网站备案号',
|
|
customerAddress: '客户地址',
|
|
customerAddress: '客户地址',
|
|
enterCustomerAddress: '请输入客户地址',
|
|
enterCustomerAddress: '请输入客户地址',
|
|
-
|
|
|
|
|
|
+
|
|
contactPerson: '联系人',
|
|
contactPerson: '联系人',
|
|
enterContactPerson: '请输入联系人',
|
|
enterContactPerson: '请输入联系人',
|
|
contactPhone: '联系人手机号',
|
|
contactPhone: '联系人手机号',
|
|
@@ -121,7 +121,7 @@ export default {
|
|
enterContactEmail: '请输入联系人邮箱',
|
|
enterContactEmail: '请输入联系人邮箱',
|
|
contactQQ: '联系人QQ号',
|
|
contactQQ: '联系人QQ号',
|
|
enterContactQQ: '请输入联系人QQ号',
|
|
enterContactQQ: '请输入联系人QQ号',
|
|
-
|
|
|
|
|
|
+
|
|
billingPerson: '收件人',
|
|
billingPerson: '收件人',
|
|
enterBillingPerson: '请输入收件人',
|
|
enterBillingPerson: '请输入收件人',
|
|
billingPhone: '收件人手机号',
|
|
billingPhone: '收件人手机号',
|
|
@@ -192,17 +192,23 @@ export default {
|
|
telephoneApplicationFormDescription: '支持扩展名:.rar .zip .doc .docx .ppt .pptx .xls .xlsx .pdf .jpg .jpeg .png .txt\n最多上传10个文件,每个文件不超过2M',
|
|
telephoneApplicationFormDescription: '支持扩展名:.rar .zip .doc .docx .ppt .pptx .xls .xlsx .pdf .jpg .jpeg .png .txt\n最多上传10个文件,每个文件不超过2M',
|
|
otherDocumentsDescription: '支持扩展名:.rar .zip .doc .docx .ppt .pptx .xls .xlsx .pdf .jpg .jpeg .png .txt\n最多上传10个文件,每个文件不超过2M',
|
|
otherDocumentsDescription: '支持扩展名:.rar .zip .doc .docx .ppt .pptx .xls .xlsx .pdf .jpg .jpeg .png .txt\n最多上传10个文件,每个文件不超过2M',
|
|
|
|
|
|
- // 预警参数相关翻译
|
|
|
|
- warningNumbers: '预警参数',
|
|
|
|
- accountBalanceWarning: '账号余额预警',
|
|
|
|
- reachWarning: '达量预警',
|
|
|
|
- stopSending: '达量停机',
|
|
|
|
- networkDisconnection: '达量断网',
|
|
|
|
- warningPhones: '预警手机',
|
|
|
|
- warningEmails: '预警邮箱',
|
|
|
|
- enterWarningPhones: '多个逗号隔开,最多3个',
|
|
|
|
- enterWarningEmails: '多个逗号隔开,最多3个',
|
|
|
|
- noRecovery: '不复机',
|
|
|
|
- manualRecovery: '手工恢复',
|
|
|
|
- autoRecovery: '自动恢复',
|
|
|
|
|
|
+ // 预警参数相关翻译
|
|
|
|
+ warningNumbers: '预警参数',
|
|
|
|
+ accountBalanceWarning: '账号余额预警',
|
|
|
|
+ reachWarning: '达量预警',
|
|
|
|
+ stopSending: '达量停机',
|
|
|
|
+ networkDisconnection: '达量断网',
|
|
|
|
+ warningPhones: '预警手机',
|
|
|
|
+ warningEmails: '预警邮箱',
|
|
|
|
+ enterWarningPhones: '多个逗号隔开,最多3个',
|
|
|
|
+ enterWarningEmails: '多个逗号隔开,最多3个',
|
|
|
|
+ noRecovery: '不复机',
|
|
|
|
+ manualRecovery: '手工恢复',
|
|
|
|
+ autoRecovery: '自动恢复',
|
|
|
|
+ // customerInvoice: {
|
|
|
|
+ // businessLicenseFile: "营业执照扫描件(加盖公章)"
|
|
|
|
+ // },
|
|
|
|
+ // customerCardQualification: {
|
|
|
|
+ // legalPersonIdCardFrontFile:
|
|
|
|
+ // }
|
|
};
|
|
};
|