fix(项目设置): 消息通知去除已废弃的模版字段
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001019421 --user=郭雨琦
This commit is contained in:
parent
bd67a51757
commit
b74ce26b67
|
@ -167,10 +167,6 @@ export default {
|
|||
label: this.$t('commons.create_user'),
|
||||
value: 'createUser',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.version'),
|
||||
value: 'version',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.delete_time'),
|
||||
value: 'deleteTime',
|
||||
|
|
|
@ -168,10 +168,6 @@ export default {
|
|||
label: this.$t('commons.create_user'),
|
||||
value: 'createUser',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.version'),
|
||||
value: 'version',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.delete_time'),
|
||||
value: 'deleteTime',
|
||||
|
|
|
@ -166,10 +166,6 @@ export default {
|
|||
label: this.$t('commons.create_user'),
|
||||
value: 'createUser',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.version'),
|
||||
value: 'version',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.delete_time'),
|
||||
value: 'deleteTime',
|
||||
|
|
|
@ -252,10 +252,6 @@ export default {
|
|||
label: this.$t('commons.delete_user_id'),
|
||||
value: 'deleteUserId',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.version'),
|
||||
value: 'version',
|
||||
},
|
||||
{
|
||||
label: this.$t('api_test.definition.document.order'),
|
||||
value: 'order',
|
||||
|
@ -314,10 +310,6 @@ export default {
|
|||
label: this.$t('commons.delete_user_id'),
|
||||
value: 'deleteUserId',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.version'),
|
||||
value: 'version',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -164,10 +164,6 @@ export default {
|
|||
label: this.$t('commons.create_user'),
|
||||
value: 'createUser',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.version'),
|
||||
value: 'version',
|
||||
},
|
||||
{
|
||||
label: this.$t('commons.delete_time'),
|
||||
value: 'deleteTime',
|
||||
|
|
Loading…
Reference in New Issue