{{ setWBType(scope.row.standFileClassify) }}
@@ -2544,7 +2544,7 @@ export default {
applyArctic: '',//适用车型
standState: '',
standNature: '',//标准性质
- textStatus: '',//文本状态
+ textStatus: '',//标准状态
synopsis: '', // 内容摘要
CLLX: '' // 适用车型
}, // 分页查询过程中用到的对象
@@ -2865,7 +2865,7 @@ export default {
{required: true, message: '标准性质不能为空', trigger: 'change'}
],
textStatus: [
- {required: true, message: '文本状态不能为空', trigger: 'change'}
+ {required: true, message: '标准状态不能为空', trigger: 'change'}
],
standNumber: [
{required: true, type: 'string', message: '标准编号不能为空', trigger: 'change'},
@@ -3052,7 +3052,7 @@ export default {
orderBy: '',
nowOrder: '',
nowOrderBy: '',
- textStatusMap: {} // 文本状态id与name对应
+ textStatusMap: {} // 标准状态id与name对应
}
},
watch: {
@@ -5651,7 +5651,7 @@ export default {
disabled: false
},
{
- label: '文本状态',
+ label: '标准状态',
value: 'stand_state_show',
type: 'SEL_OPTION',
disabled: false
@@ -5828,7 +5828,7 @@ export default {
// }
// isEdit 为0 标准状态不是必填
if (isEdit === '0') {
- rules.standState = [{required: false, message: '文本状态不能为空', trigger: 'change'}]
+ rules.standState = [{required: false, message: '标准状态不能为空', trigger: 'change'}]
rules.issueTime = [{required: false, message: '发布日期不能为空', trigger: 'change'}]
}
if (item.attrLen && item.attrType !== 'INPUT_NUM' && item.attrType !== 'DATE_PICKER' && item.attrType !== 'SEL_OPTION' && item.attrType !== 'SEL_OPTS' && item.attrType !== 'DATE_PIC_OPTS') {
@@ -6063,7 +6063,7 @@ export default {
}
}
},
- // 将文本状态的id与name对应
+ // 将标准状态的id与name对应
setMap(data) {
data.forEach(item => {
this.$set(this.textStatusMap, item.value, item.label)
@@ -6199,7 +6199,7 @@ export default {
this.allSelectOptions = res.data || {}
this.standSortOptions = res.data.STANDCLASSIFY // 标准类别
this.standNatureOptions = res.data.SARPROPERTY // 标准性质
- this.standStateOptions = res.data.WBZTCLASS // 文本状态
+ this.standStateOptions = res.data.WBZTCLASS // 标准状态
// this.standSystemOptions = res.data.BZTXCLASS // 标准体系
this.standSystemOptions = res.data.TXLBBUSS // 标准体系
this.applyArcticOptions.options = res.data.ENERGYTYPES // 适用车型