소스 검색

修正插件提交验证提示词

microrain 2 년 전
부모
커밋
72943c2c2b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/system/monitor/plugin/edit.vue

+ 2 - 2
src/views/system/monitor/plugin/edit.vue

@@ -89,8 +89,8 @@ const formData = reactive({
 })
 
 const ruleForm = {
-	types: [ruleRequired('通信方式不能为空')],
-	handleType: [ruleRequired('功能类型不能为空')],
+	types: [ruleRequired('插件类型不能为空')],
+	handleType: [ruleRequired('处理方式类型不能为空')],
 	name: [ruleRequired('名称不能为空')],
 	title: [ruleRequired('标题不能为空')],
 	// version: [ruleRequired('版本不能为空')],