Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王涛
2022-03-17 21:11:00 +0800
Commit
e8beae577a34c190ade619dcf34f1c69ceae0b01
2 parents
443f4b9b
226746a1
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
设计器配置弹框提示信息优化 See merge request
!477
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-qh/src/main/resources/static/vue3/src/views/ajConfig/index.js
hg-monitor-web-qh/src/main/resources/static/vue3/src/views/ajConfig/index.js
View file @
e8beae5
@@ -10,7 +10,7 @@ export default {
@@ -10,7 +10,7 @@ export default {
10
id
:
[
10
id
:
[
11
{
11
{
12
required
:
true
,
12
required
:
true
,
13
-
message
:
'请填写
文档
编号!'
,
13
+
message
:
'请填写
配置
编号!'
,
14
trigger
:
'blur'
,
14
trigger
:
'blur'
,
15
}
15
}
16
],
16
],
Please
register
or
login
to post a comment