refactor(消息通知): 去掉消息模版中不用的字段
This commit is contained in:
parent
05707a7cc0
commit
b973a45cfb
|
@ -86,10 +86,6 @@ export default {
|
||||||
label: this.$t('commons.title'),
|
label: this.$t('commons.title'),
|
||||||
value: 'title',
|
value: 'title',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: this.$t('commons.status'),
|
|
||||||
value: 'status',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: this.$t('commons.create_time'),
|
label: this.$t('commons.create_time'),
|
||||||
value: 'createTime',
|
value: 'createTime',
|
||||||
|
|
Loading…
Reference in New Issue