feature(国内外政策): “标准状态”修改为“政策状态”,“信息简报”修改为“信息月报”
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
<p class="half"><label style=" margin-right: 157px;">发文日期</label><span>{{ sarStandardsInfoEO.issueTime || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 157px;">发文日期</label><span>{{ sarStandardsInfoEO.issueTime || '-' }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 157px;">发文单位</label><span>{{ sarStandardsInfoEO.issueCompany || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 157px;">发文单位</label><span>{{ sarStandardsInfoEO.issueCompany || '-' }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 125px;">征集意见周期</label><span>{{ formatDateFunc(sarStandardsInfoEO.commentCycleStart) || '' }} - {{formatDateFunc(sarStandardsInfoEO.commentCycleEnd) || ''}}</span></p>
|
<p class="half"><label style=" margin-right: 125px;">征集意见周期</label><span>{{ formatDateFunc(sarStandardsInfoEO.commentCycleStart) || '' }} - {{formatDateFunc(sarStandardsInfoEO.commentCycleEnd) || ''}}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 156px;">标准状态</label><span style="">{{ sarStandardsInfoEO.standStatusShow || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 156px;">政策状态</label><span style="">{{ sarStandardsInfoEO.standStatusShow || '-' }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 157px;">适用车型</label><span>{{ sarStandardsInfoEO.lawsSycx || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 157px;">适用车型</label><span>{{ sarStandardsInfoEO.lawsSycx || '-' }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 95px;">是否纳入认证清单</label><span>{{ sarStandardsInfoEO.isRelateAccess === '1' ? '是' : (sarStandardsInfoEO.isRelateAccess ? '否':'-')}}</span></p>
|
<p class="half"><label style=" margin-right: 95px;">是否纳入认证清单</label><span>{{ sarStandardsInfoEO.isRelateAccess === '1' ? '是' : (sarStandardsInfoEO.isRelateAccess ? '否':'-')}}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 190px;">年度</label><span>{{ sarStandardsInfoEO.lawsYear || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 190px;">年度</label><span>{{ sarStandardsInfoEO.lawsYear || '-' }}</span></p>
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
<span v-else>{{ sarStandardsInfoEO.lawsNotisyncNum || '-' }}</span>
|
<span v-else>{{ sarStandardsInfoEO.lawsNotisyncNum || '-' }}</span>
|
||||||
</p>
|
</p>
|
||||||
<!--<p class="half"><label style=" margin-right: 125px;">通知文号链接</label><span>{{ sarStandardsInfoEO.notisyncNumLink || '-' }}</span></p>-->
|
<!--<p class="half"><label style=" margin-right: 125px;">通知文号链接</label><span>{{ sarStandardsInfoEO.notisyncNumLink || '-' }}</span></p>-->
|
||||||
<p class="half"><label style=" margin-right: 157px;">信息简报</label><span>{{ sarStandardsInfoEO.lawsBulletin || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 157px;">信息月报</label><span>{{ sarStandardsInfoEO.lawsBulletin || '-' }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 190px;">标签</label><span>{{ sarStandardsInfoEO.lawsLabel || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 190px;">标签</label><span>{{ sarStandardsInfoEO.lawsLabel || '-' }}</span></p>
|
||||||
<p class="half"><label style=" margin-right: 62px;">备注(最终政策发布)</label><span>{{ sarStandardsInfoEO.lawsRemark || '-' }}</span></p>
|
<p class="half"><label style=" margin-right: 62px;">备注(最终政策发布)</label><span>{{ sarStandardsInfoEO.lawsRemark || '-' }}</span></p>
|
||||||
<!--<p class="half"><label style=" margin-right: 157px;">适用区域</label><span>{{ sarStandardsInfoEO.lawsSyqy || '-' }}</span></p>-->
|
<!--<p class="half"><label style=" margin-right: 157px;">适用区域</label><span>{{ sarStandardsInfoEO.lawsSyqy || '-' }}</span></p>-->
|
||||||
|
|||||||
@@ -46,8 +46,8 @@
|
|||||||
/>
|
/>
|
||||||
<SelectFormItem
|
<SelectFormItem
|
||||||
v-model="lawsStandInfoSearch.lawsTextState"
|
v-model="lawsStandInfoSearch.lawsTextState"
|
||||||
label="标准状态"
|
label="政策状态"
|
||||||
title="标准状态"
|
title="政策状态"
|
||||||
:options="dict.lawsTextStateOptions"
|
:options="dict.lawsTextStateOptions"
|
||||||
/>
|
/>
|
||||||
<SelectFormItem
|
<SelectFormItem
|
||||||
@@ -63,8 +63,8 @@
|
|||||||
/>
|
/>
|
||||||
<InputFormItem
|
<InputFormItem
|
||||||
v-model="lawsStandInfoSearch.lawsBulletin"
|
v-model="lawsStandInfoSearch.lawsBulletin"
|
||||||
label="信息简报"
|
label="信息月报"
|
||||||
title="信息简报"
|
title="信息月报"
|
||||||
/>
|
/>
|
||||||
<InputFormItem
|
<InputFormItem
|
||||||
v-model="lawsStandInfoSearch.lawsRemark"
|
v-model="lawsStandInfoSearch.lawsRemark"
|
||||||
|
|||||||
@@ -130,7 +130,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="standStatusShow"
|
prop="standStatusShow"
|
||||||
label="标准状态"
|
label="政策状态"
|
||||||
width="100"
|
width="100"
|
||||||
align="center"
|
align="center"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -191,10 +191,10 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item prop="lawsTextState" label-width="150px" class="add-form-item">
|
<el-form-item prop="lawsTextState" label-width="150px" class="add-form-item">
|
||||||
<template slot="label">标准状态</template>
|
<template slot="label">政策状态</template>
|
||||||
<el-select
|
<el-select
|
||||||
v-model="sarLawsStandEO.lawsTextState"
|
v-model="sarLawsStandEO.lawsTextState"
|
||||||
placeholder="请选择标准状态"
|
placeholder="请选择政策状态"
|
||||||
clearable
|
clearable
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
@@ -274,10 +274,10 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="信息简报" prop="lawsBulletin" label-width="150px" class="add-form-item">
|
<el-form-item label="信息月报" prop="lawsBulletin" label-width="150px" class="add-form-item">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="sarLawsStandEO.lawsBulletin"
|
v-model="sarLawsStandEO.lawsBulletin"
|
||||||
placeholder="请输入信息简报"
|
placeholder="请输入信息月报"
|
||||||
clearable
|
clearable
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
@@ -111,7 +111,7 @@
|
|||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable
|
sortable
|
||||||
prop="standStatusShow"
|
prop="standStatusShow"
|
||||||
label="标准状态"
|
label="政策状态"
|
||||||
min-width="110"
|
min-width="110"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
@@ -55,12 +55,12 @@
|
|||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-formItem>
|
</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-select v-model="lawsStandInfoSearch.lawsTextState" filterable clearable>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in dict.lawsTextStateOptions"
|
v-for="item in dict.lawsTextStateOptions"
|
||||||
:key="item.value"
|
:key="item.value"
|
||||||
placeholder="请选择标准状态"
|
placeholder="请选择政策状态"
|
||||||
:value="item.value"
|
:value="item.value"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -103,7 +103,7 @@
|
|||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<SelectFormItem
|
<SelectFormItem
|
||||||
v-model="form.lawsTextState"
|
v-model="form.lawsTextState"
|
||||||
label="标准状态"
|
label="政策状态"
|
||||||
prop="lawsTextState"
|
prop="lawsTextState"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:options="dict.lawsTextStateOptions || []"
|
:options="dict.lawsTextStateOptions || []"
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<InputFormItem
|
<InputFormItem
|
||||||
v-model="form.lawsBulletin"
|
v-model="form.lawsBulletin"
|
||||||
label="信息简报"
|
label="信息月报"
|
||||||
prop="lawsBulletin"
|
prop="lawsBulletin"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user