feat:system basic 添加限制query接口返回数量 以及 添加新的标签页Nottication

This commit is contained in:
zhangyu
2020-11-19 18:20:31 +08:00
parent 10a385c0f4
commit ba188b9128
3 changed files with 234 additions and 5 deletions

View File

@@ -702,7 +702,8 @@ const cn = {
timezone: "时区",
defaultCabinetUsize: "机柜默认U位",
second:'秒',
day:'天'
day:'天',
maxSeries:'Query max series',
},
email: {
email: "邮件",
@@ -747,6 +748,18 @@ const cn = {
nameMaxLength:"长度应小于64",
uriRequired:'请填写正确的网址'
},
notification: {
notification:'Notification',
name: "名称",
filePath: "文件路径",
operation: "操作",
add: "添加",
update: "更新",
del: "删除",
nameMaxLength:"长度应小于64",
uriRequired:'必填项',
filePathReg:'请输入正确的文件路径'
},
reset: {
reset: "重置",
type: "类型",