[update] 修改外来标准,定时任务不显示状态
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user