We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
侧边栏增加“服务管理”菜单项
右侧文件管理工具栏显示“添加服务”按钮
点击按钮,弹出标题为“添加服务”的表单
表单项,所有输入的内容要 trim:
点击,提交按钮,要验证所有必填项和数据格式
验证失败提示到每个字段,成功后关闭弹框
out of scope:连接 ftp 的功能不在此处
表单组件和验证可参考:https://element.eleme.cn/#/zh-CN/component/form
The text was updated successfully, but these errors were encountered:
PachVerb
No branches or pull requests
侧边栏增加“服务管理”菜单项
右侧文件管理工具栏显示“添加服务”按钮
点击按钮,弹出标题为“添加服务”的表单
表单项,所有输入的内容要 trim:
点击,提交按钮,要验证所有必填项和数据格式
验证失败提示到每个字段,成功后关闭弹框
out of scope:连接 ftp 的功能不在此处
表单组件和验证可参考:https://element.eleme.cn/#/zh-CN/component/form
The text was updated successfully, but these errors were encountered: