diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js index f2fdd22..64fedec 100644 --- a/src/common/lang/standardRegulationLibrary/en-us.js +++ b/src/common/lang/standardRegulationLibrary/en-us.js @@ -24,13 +24,13 @@ module.exports = { dynamicType: 'Dynamic type', // 动力类型 inputExample: 'Input example:', // 输入示例 // 外来标准法规文本库 - domesticStandard: { + foreignStandard: { treeSearchPlaceholder: 'Please enter the tree system', // 请输入树状图体系 collection: 'Invoice Collection', // 收藏 cancelCollection: 'Delete Collection', // 取消收藏 - exportFileName: 'Domestic standard', // 国内标准法规 - exportZipName: 'Domestic standards (with documents)', // 国内标准法规(带文件) - templateName: 'Import templates for domestic standards' // 国内标准法规导入模板 + exportFileName: 'Foreign standard', // 外来标准法规 + exportZipName: 'Foreign standards (with documents)', // 外来标准法规(带文件) + templateName: 'Import templates for foreign standards' // 外来标准法规导入模板 }, // 动态消息 dynamicMessage: { diff --git a/src/common/lang/standardRegulationLibrary/zh-cn.js b/src/common/lang/standardRegulationLibrary/zh-cn.js index 01c0560..182ff54 100644 --- a/src/common/lang/standardRegulationLibrary/zh-cn.js +++ b/src/common/lang/standardRegulationLibrary/zh-cn.js @@ -28,9 +28,9 @@ module.exports = { treeSearchPlaceholder: '请输入树状图体系', collection: '收藏', cancelCollection: '取消收藏', - exportFileName: '国内标准', - exportZipName: '国内标准(带文件)', - templateName: '国内标准导入模板' + exportFileName: '外来标准法规', + exportZipName: '外来标准法规(带文件)', + templateName: '外来标准法规导入模板' }, // 动态消息 dynamicMessage: { diff --git a/src/views/standardRegulationLibrary/foreignStandard/modules/ForeignSystemTreeModal.vue b/src/views/standardRegulationLibrary/foreignStandard/modules/ForeignSystemTreeModal.vue index 27d46a4..06737b6 100644 --- a/src/views/standardRegulationLibrary/foreignStandard/modules/ForeignSystemTreeModal.vue +++ b/src/views/standardRegulationLibrary/foreignStandard/modules/ForeignSystemTreeModal.vue @@ -15,6 +15,11 @@ :maxLength="50" v-decorator="['nodeName', validatorRules.nodeName]" /> + + + @@ -70,7 +75,7 @@ export default { if (!err) { this.confirmLoading = true const formData = Object.assign(this.model, values) - formData.nodeOrder = '0' + // formData.nodeOrder = '0' let submitFunc if (this.model.id) { submitFunc = editForeignSystemTree