[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
@@ -97,7 +97,7 @@ export default {
type: [String, Array],
required: false,
default: () => {
return [StandardSource.DOMESTIC.value, StandardSource.OVERSEAS.value, StandardSource.ENTERPRISE.value]
return [StandardSource.FOREIGN.value, StandardSource.ENTERPRISE.value]
}
},
value: {
@@ -172,10 +172,10 @@ export default {
width: 150,
scopedSlots: { customRender: 'toDetail' }
},
// 发布日期
// 实施日期
{
title: this.$t('standardSelect.releaseDate'),
dataIndex: 'releaseDate',
title: this.$t('standardSelect.materialDate'),
dataIndex: 'implementationDate',
align: 'center',
width: 120,
scopedSlots: { customRender: 'text' }