国内外政策的文本状态改为标准状态

This commit is contained in:
zhoulingpo
2023-12-06 09:51:02 +08:00
parent 8e92f439f6
commit 17208cba1f
5 changed files with 12 additions and 10 deletions
@@ -129,7 +129,7 @@
</el-table-column>
<el-table-column
prop="standStatusShow"
label="文本状态"
label="标准状态"
width="130">
</el-table-column>
</el-table>
@@ -137,6 +137,8 @@
<!--分页-->
<pagination
style="position: relative;"
:auto-size="true"
:page-size="replaceLawsNumForm.pageSize"
:page="replacePage"
:total="replaceTotal"
@pageChange="pageChangeReplace"
@@ -186,7 +188,7 @@ export default {
lawsNo: '',
lawsName: '', // 政策名称
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
pageSize: 20,
total: 0,
},
replaceLawsNumRow: [], // 代替政策号 数组内容
@@ -115,7 +115,7 @@
</el-table-column>
<el-table-column
prop="standStatusShow"
label="文本状态"
label="标准状态"
width="100"
align="center">
</el-table-column>
@@ -168,9 +168,9 @@
</el-col>
<el-col :span="12">
<el-form-item prop="lawsTextState" label-width="150px" class="add-form-item">
<template slot="label">文本状态</template>
<template slot="label">标准状态</template>
<el-select v-model="sarLawsStandEO.lawsTextState"
placeholder="请选择文本状态"
placeholder="请选择标准状态"
clearable>
<el-option
v-for="opt in lawsTextStateOptions"
@@ -784,7 +784,7 @@ export default {
{type: 'string', max: 100, message: '发文单位不能超过100个字符', trigger: 'change'}
],
lawsTextState: [
{required: true, message: '文本状态不能为空', trigger: 'change'}
{required: true, message: '标准状态不能为空', trigger: 'change'}
],
isRelateAccess: [
{required: true, message: '是否纳入认证清单不能为空', trigger: 'change'}
@@ -1446,7 +1446,7 @@ export default {
this.standSubclassOptions = res.data.BUSSFINECLASS
this.standSortOptions = res.data.STANDCLASSIFY // 标准类别
this.standNatureOptions = res.data.SARPROPERTY // 标准性质
this.standStateOptions = res.data.TEXTSTATUSBUSS // 文本状态
this.standStateOptions = res.data.TEXTSTATUSBUSS // 标准状态
this.standSystemOptions = res.data.TXLBBUSS // 标准体系
this.applyArcticOptions = res.data.ENERGYTYPES // 适用车型
this.categoryOptions = res.data.NYLXCLASS // 能源类型
@@ -110,7 +110,7 @@
show-overflow-tooltip
sortable
prop="standStatusShow"
label="文本状态"
label="标准状态"
min-width="110"
>
<template slot-scope="scope">
@@ -30,11 +30,11 @@
></el-option>
</el-select>
</el-formItem>
<el-formItem label="文本状态" prop="lawsTextState" class="search-item">
<el-formItem label="标准状态" prop="lawsTextState" class="search-item">
<el-select v-model="lawsStandInfoSearch.lawsTextState" filterable clearable>
<el-option
v-for="item in dict.lawsTextStateOptions"
placeholder="请选择文本状态"
placeholder="请选择标准状态"
:key="item.value"
:value="item.value"
:label="item.label"