feat: There is no way the #47605
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
<p><label style=" margin-right: 157px;">中文名称</label><span>{{ sarStandardsInfoEO.standName || '-' }}</span></p>
|
<p><label style=" margin-right: 157px;">中文名称</label><span>{{ sarStandardsInfoEO.standName || '-' }}</span></p>
|
||||||
<p><label style=" margin-right: 157px;">英文名称</label><span>{{ sarStandardsInfoEO.standEnName || '-' }}</span></p>
|
<p><label style=" margin-right: 157px;">英文名称</label><span>{{ sarStandardsInfoEO.standEnName || '-' }}</span></p>
|
||||||
<p>
|
<p>
|
||||||
<label style=" margin-right: 139px;"
|
<label style=" margin-right: 156px;"
|
||||||
title="“修订中”为现行有效版本;“已修订”标准的有效性需根据实际实施情况判定"
|
title="“修订中”为现行有效版本;“已修订”标准的有效性需根据实际实施情况判定"
|
||||||
>文本状态</label><span style="color: #409EFF;">{{ sarStandardsInfoEO.standStatusShow || '-' }}</span>
|
>文本状态</label><span style="color: #409EFF;">{{ sarStandardsInfoEO.standStatusShow || '-' }}</span>
|
||||||
</p>
|
</p>
|
||||||
@@ -2029,7 +2029,11 @@ export default {
|
|||||||
field['tips'] = tips
|
field['tips'] = tips
|
||||||
}
|
}
|
||||||
if (value && typeof value === 'number') {
|
if (value && typeof value === 'number') {
|
||||||
value = this.$dateFormat(value, 'yyyy-MM-dd')
|
value = this.$moment(value).format('YYYY-MM-DD')
|
||||||
|
}
|
||||||
|
// 时间格式处理
|
||||||
|
if (field.attrType === 'DATE_PICKER' && value) {
|
||||||
|
value = this.$moment(value).format('YYYY-MM-DD')
|
||||||
}
|
}
|
||||||
field['value'] = value
|
field['value'] = value
|
||||||
if (field.showRegionId === location.value) {
|
if (field.showRegionId === location.value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user