[update] 修改外来标准,定时任务不显示状态

This commit is contained in:
lideqin
2024-06-19 16:49:13 +08:00
parent 21d72188ea
commit db6ef3d3a2
8 changed files with 16 additions and 16 deletions
@@ -647,7 +647,7 @@ export default {
this.$router.push({
path: '/workCenter/StandardEntryOrChangeProcess',
query: {
source: StandardSource.Foreign.value, // 国内标准
source: StandardSource.Foreign.value, // 外来标准
operateType: OperationType.ENTRY.value // 入库
}
})
@@ -662,7 +662,7 @@ export default {
this.$router.push({
path: '/workCenter/StandardEntryOrChangeProcess',
query: {
source: StandardSource.Foreign.value, // 国内标准
source: StandardSource.Foreign.value, // 外来标准
operateType: OperationType.CHANGE.value, // 变更
standardId: record.id // 标准id
}
@@ -21,7 +21,7 @@
:disabled-field-list="disabledField"
:open-selected-all-field-list="openSelectedAllFieldList"
:exclude-standard-fields="excludeStandardFields"
:flag-by-field="{associated_foreign_standards: StandardSource.OVERSEAS.value}"
:flag-by-field="{associated_foreign_standards: StandardSource.FOREIGN.value}"
@submitFormData="submitFormData" />
</a-spin>
</div>
@@ -129,10 +129,10 @@ export default {
width: 150,
scopedSlots: { customRender: 'detail' }
},
// 发布日期
// 实施日期
{
title: this.$t('standardSelect.releaseDate'),
dataIndex: 'releaseDate',
title: this.$t('standardSelect.materialDate'),
dataIndex: 'implementationDate',
align: 'center',
width: 120,
scopedSlots: { customRender: 'text' }