Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
d2e1b81c
Commit
d2e1b81c
authored
4 years ago
by
wenyann
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
dd86a0f5
452fc297
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue
+3
-0
...performance/test/components/PerformancePressureConfig.vue
frontend/src/business/components/settings/system/Organization.vue
+1
-7
.../src/business/components/settings/system/Organization.vue
with
4 additions
and
7 deletions
+4
-7
frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue
+
3
-
0
View file @
d2e1b81c
...
...
@@ -201,6 +201,9 @@ export default {
case
RPS_LIMIT
:
this
.
rpsLimit
=
d
.
value
;
break
;
case
RPS_LIMIT_ENABLE
:
this
.
rpsLimitEnable
=
d
.
value
;
break
;
default
:
break
;
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/settings/system/Organization.vue
+
1
-
7
View file @
d2e1b81c
...
...
@@ -233,13 +233,7 @@ export default {
rule
:
{
name
:
[
{
required
:
true
,
message
:
this
.
$t
(
'
organization.input_name
'
),
trigger
:
'
blur
'
},
{
min
:
2
,
max
:
25
,
message
:
this
.
$t
(
'
commons.input_limit
'
,
[
2
,
25
]),
trigger
:
'
blur
'
},
{
required
:
true
,
pattern
:
/^
[\u
4e00-
\u
9fa5_a-zA-Z0-9.·-
]
+$/
,
message
:
this
.
$t
(
'
organization.special_characters_are_not_supported
'
),
trigger
:
'
blur
'
}
{
min
:
2
,
max
:
25
,
message
:
this
.
$t
(
'
commons.input_limit
'
,
[
2
,
25
]),
trigger
:
'
blur
'
}
],
description
:
[
{
max
:
50
,
message
:
this
.
$t
(
'
commons.input_limit
'
,
[
0
,
50
]),
trigger
:
'
blur
'
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help