fix:assetmeta option不能删除的问题 以及option可以为空的问题

This commit is contained in:
zhangyu
2021-03-25 16:10:35 +08:00
parent d6b5a58d4b
commit aefafab313
5 changed files with 38 additions and 28 deletions

View File

@@ -937,6 +937,7 @@ const en = {
assetMeta: {
example: 'Example',
assetMeta: 'Asset meta',
all: 'All',
addGroup: 'Create group',
editGroup: 'Edit group',
addMeta: 'Create meta',
@@ -973,7 +974,8 @@ const en = {
interval: 'Interval',
decimals: 'Decimals',
moreOptionsError: 'There are up to 20 options',
onlyOptionError: 'You need at least one option'
onlyOptionError: 'You need at least one option',
metaOptionNull: 'Please input option'
},
exprTemp: {
exprTemp: 'Expression template',