diff --git a/src/assets/languages/cn.js b/src/assets/languages/cn.js
index b1d4e6388..88ea7e12a 100644
--- a/src/assets/languages/cn.js
+++ b/src/assets/languages/cn.js
@@ -155,7 +155,7 @@ export const m = {
dataType: '标准类别',
standardNumberAndPolicyNumber: '标准编号/政策编号',
standardNameAndPolicyName: '标准名称/政策名称',
- textState: '文本状态',
+ textState: '标准状态',
conversionResults: '转换结果',
timeConsuming: '消耗时间',
searchByModule: '根据模块查找',
@@ -169,7 +169,7 @@ export const m = {
searchByStandardNumberAndName: '根据标准号/名称查找',
split: '拆分',
pleaseSelectDataType: '请选择资料类型',
- pleaseSelectTheTextState: '请选择文本状态',
+ pleaseSelectTheTextState: '请选择标准状态',
push: '推送',
bulkCopy: '批量复制',
clauseRequirements: '条款要求',
@@ -260,7 +260,7 @@ export const m = {
findByTheResponsibilityDepartment: '根据责任部门查找',
findByNormativeReferenceStandard: '根据规范性引用标准查找',
lookupByStandardStatus: '根据标准状态查找',
- lookupByStandardStatusText: '根据文本状态查找',
+ lookupByStandardStatusText: '根据标准状态查找',
findByPrincipalCompiler: '根据主要编制者查找',
contentInThisPaper: '内容摘要',
substituteForStandNumber: '代替标准号',
@@ -506,8 +506,8 @@ export const m = {
searchByNewTextNumberOrname: '根据新文本号/名称查找',
compare: '比对',
batchDeletion: '批量删除',
- oldTextState: '旧文本状态',
- newTextState: '新文本状态',
+ oldTextState: '旧标准状态',
+ newTextState: '新标准状态',
collect: '收藏',
sharingStandard: '分享标准',
standardName: '标准名称',
@@ -644,7 +644,7 @@ export const m = {
comparison: '比对',
oldDocumentTextNumber: '旧文档文本号',
oldDocumentTextName: '旧文档文本名称',
- oldTextStatus: '旧文本状态',
+ oldTextStatus: '旧标准状态',
draft: '草稿',
draftForComments: '征求意见稿',
draftForReview: '送审稿',
@@ -653,7 +653,7 @@ export const m = {
standardText: '标准文本',
newDocumentTextNumber: '新文档文本号',
newDocumentTextName: '新文档文本名称',
- newTextStatus: '新文本状态',
+ newTextStatus: '新标准状态',
comparisonType: '比对类型',
comparisonTime: '比对时间',
dataLoading: '数据加载中',
diff --git a/src/components/hzwlComponents/InputForStandardsForLaws.vue b/src/components/hzwlComponents/InputForStandardsForLaws.vue
index 0388d1910..aaa895722 100644
--- a/src/components/hzwlComponents/InputForStandardsForLaws.vue
+++ b/src/components/hzwlComponents/InputForStandardsForLaws.vue
@@ -129,7 +129,7 @@
@@ -137,6 +137,8 @@
@@ -169,8 +169,8 @@
-
-
+
+
@@ -249,7 +249,7 @@
-
+
@@ -383,7 +383,7 @@
-
+
-
+
@@ -638,7 +638,7 @@
@@ -803,7 +803,7 @@ export default {
uploadFileSplitRules: {
standNumSplit: [{required: true, message: '标准号/政策号不能为空', trigger: 'blur'}],
// standNameSplit: [{required: true, message: '标准名称/政策名称不能为空', trigger: 'blur'}],
- fileType: [{ required: true, message: '文本状态不能为空', trigger: 'change' }],
+ fileType: [{ required: true, message: '标准状态不能为空', trigger: 'change' }],
defaultFileList: [{ required: true, message: '拆分文件不能为空', trigger: 'change' }],
splitType: [{ required: true, message: '拆分方式不能为空', trigger: 'change' }]
},
@@ -817,12 +817,12 @@ export default {
standId: '',
standNumSplit: '', // 标准号/政策号
standNameSplit: '', // 标准名称/政策名称
- fileType: '' // 文本状态
+ fileType: '' // 标准状态
},
editFormRules: {
standNumSplit: [{required: true, message: '标准号/政策号不能为空', trigger: 'blur'}],
standNameSplit: [{required: true, message: '标准名称/政策名称不能为空', trigger: 'blur'}],
- fileType: [{ required: true, message: '文本状态不能为空', trigger: 'change' }]
+ fileType: [{ required: true, message: '标准状态不能为空', trigger: 'change' }]
},
splitFileTypeOptions: [
{
diff --git a/src/pages/localTool/standContrast/index.vue b/src/pages/localTool/standContrast/index.vue
index 3eaf3a185..6825b888e 100644
--- a/src/pages/localTool/standContrast/index.vue
+++ b/src/pages/localTool/standContrast/index.vue
@@ -76,7 +76,7 @@
-
+
+ label="标准状态">
-
+
@@ -520,10 +520,10 @@
prop="textStatus"
sortable="custom"
width="110"
- label="文本状态">
+ label="标准状态">
-
+
@@ -602,7 +602,7 @@
show-overflow-tooltip
sortable
prop="standStatusShow"
- label="文本状态"
+ label="标准状态"
width="110"
>
@@ -684,7 +684,7 @@
show-overflow-tooltip
sortable
prop="standStatusShow"
- label="文本状态"
+ label="标准状态"
width="110"
>
@@ -730,7 +730,7 @@ export default {
data() {
return {
selectTableDatas: [],
- textStatusMap: {}, // 文本状态id与name对应
+ textStatusMap: {}, // 标准状态id与name对应
lawInfoTable:[],
lawInfoTableLoading: true,
//手动查找的模态框
@@ -789,7 +789,7 @@ export default {
// },
// ],
fileType: [
- { required: true, message: "文本状态称不能为空", trigger: "change" },
+ { required: true, message: "标准状态称不能为空", trigger: "change" },
],
fileName: [
{ required: true, message: '文件不能为空', trigger: 'change' }
@@ -816,7 +816,7 @@ export default {
props: {},
watch: {},
methods: {
- // 将文本状态的id与name对应
+ // 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label)
@@ -835,7 +835,7 @@ export default {
this.uploadFilesdfEo.standNumber =this.handleSelectTableList[0].standCode || this.handleSelectTableList[0].lawsNumber || this.handleSelectTableList[0].standSort+" "+this.handleSelectTableList[0].standNumber+"-"+this.handleSelectTableList[0].standYear
this.uploadFilesdfEo.standName = this.handleSelectTableList[0].standName || this.handleSelectTableList[0].lawsName
// console.log('999',this.handleSelectTableList[0])
- //文本状态,下次一定(tnnd,人家的文本状态和这个的文本状态都不是一个东西,不用画蛇添足)
+ //标准状态,下次一定(tnnd,人家的标准状态和这个的标准状态都不是一个东西,不用画蛇添足)
// this.uploadFilesdfEo.fileType = this.handleSelectTableList[0].standTextStatusShow || this.handleSelectTableList[0].standStatusShow
this.selectModal = false
}
diff --git a/src/pages/personal/pages/my-questions/index3.vue b/src/pages/personal/pages/my-questions/index3.vue
index 0d80b0977..2dd1fabd4 100644
--- a/src/pages/personal/pages/my-questions/index3.vue
+++ b/src/pages/personal/pages/my-questions/index3.vue
@@ -1035,7 +1035,7 @@
+ label="标准状态">
{{
textStatusMap[scope.row.textStatus]
@@ -1150,7 +1150,7 @@
+ label="标准状态">
{{
textStatusMap[scope.row.textStatus]
@@ -1224,7 +1224,7 @@
@@ -1322,7 +1322,7 @@ export default {
validFlag: '0',
menuId: 'nomenu'
},
- textStatusMap: {},// 文本状态id与name对应
+ textStatusMap: {},// 标准状态id与name对应
textState: [],
standModel: false,
lawInfoTableLoading: true,
@@ -1415,8 +1415,8 @@ export default {
_this: this,
loading: "loading"
}, res => {
- this.setMap(res.data.WBZTCLASS);// 文本状态
- this.textState = res.data.WBZTCLASS // 文本状态
+ this.setMap(res.data.WBZTCLASS);// 标准状态
+ this.textState = res.data.WBZTCLASS // 标准状态
this.pubOptions = res.data.DYGGWT //问答公共问题
}, e => {
});
@@ -1530,7 +1530,7 @@ export default {
});
window.open(routeUrl.href, "_blank");
},
- // 将文本状态的id与name对应
+ // 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label)
diff --git a/src/pages/policyRegulation/policy/components/configStandDrawer.vue b/src/pages/policyRegulation/policy/components/configStandDrawer.vue
index 9b465d254..49b527dd1 100644
--- a/src/pages/policyRegulation/policy/components/configStandDrawer.vue
+++ b/src/pages/policyRegulation/policy/components/configStandDrawer.vue
@@ -115,7 +115,7 @@
diff --git a/src/pages/policyRegulation/policy/components/editDrawer.vue b/src/pages/policyRegulation/policy/components/editDrawer.vue
index b92bf9c6d..44d3c7b33 100644
--- a/src/pages/policyRegulation/policy/components/editDrawer.vue
+++ b/src/pages/policyRegulation/policy/components/editDrawer.vue
@@ -168,9 +168,9 @@
- 文本状态
+ 标准状态
diff --git a/src/pages/policyRegulation/policy/components/policySearch.vue b/src/pages/policyRegulation/policy/components/policySearch.vue
index 2d82cbb9d..bb8f2fc83 100644
--- a/src/pages/policyRegulation/policy/components/policySearch.vue
+++ b/src/pages/policyRegulation/policy/components/policySearch.vue
@@ -30,11 +30,11 @@
>
-
+
+ label="标准状态">
{{
textStatusMap[scope.row.textStatus]
@@ -419,7 +419,7 @@
+ label="标准状态">
{{
textStatusMap[scope.row.textStatus]
@@ -493,7 +493,7 @@
@@ -515,6 +515,8 @@
{
- this.setMap(res.data.WBZTCLASS);// 文本状态
- this.textState = res.data.WBZTCLASS // 文本状态
+ this.setMap(res.data.WBZTCLASS);// 标准状态
+ this.textState = res.data.WBZTCLASS // 标准状态
this.pubOptions = res.data.DYGGWT //问答公共问题
}, e => {
});
@@ -792,7 +794,7 @@ export default {
});
window.open(routeUrl.href, "_blank");
},
- // 将文本状态的id与name对应
+ // 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label)
diff --git a/src/pages/regulatoryRepository/standQA/index2.vue b/src/pages/regulatoryRepository/standQA/index2.vue
index 4cb43e9bc..d2d189d7a 100644
--- a/src/pages/regulatoryRepository/standQA/index2.vue
+++ b/src/pages/regulatoryRepository/standQA/index2.vue
@@ -471,7 +471,7 @@
+ label="标准状态">
{{
textStatusMap[scope.row.textStatus]
@@ -581,7 +581,7 @@
+ label="标准状态">
{{
textStatusMap[scope.row.textStatus]
@@ -655,7 +655,7 @@
@@ -736,7 +736,7 @@ export default {
validFlag: '0',
menuId: 'nomenu'
},
- textStatusMap: {},// 文本状态id与name对应
+ textStatusMap: {},// 标准状态id与name对应
textState: [],
DYGGWT: [],
standModel: false,
@@ -814,8 +814,8 @@ export default {
_this: this,
loading: "loading"
}, res => {
- this.setMap(res.data.WBZTCLASS);// 文本状态
- this.textState = res.data.WBZTCLASS // 文本状态
+ this.setMap(res.data.WBZTCLASS);// 标准状态
+ this.textState = res.data.WBZTCLASS // 标准状态
this.pubOptions = res.data.DYGGWT //问答公共问题
}, e => {
});
@@ -863,7 +863,7 @@ export default {
});
window.open(routeUrl.href, "_blank");
},
- // 将文本状态的id与name对应
+ // 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label)