This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
字段翻译添加必填校验
test
liwei
3 years ago
parent
582bc5d88f
commit
577dccb7f1
1 changed files
with
3 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-10
src/views/system/field/addOrEdit.vue
+ 3
- 10
src/views/system/field/addOrEdit.vue
View File
@ -102,28 +102,21 @@ export default {
data
(
)
{
return
{
rules
:
{
"
Stdef-StatId
"
:
[
"
TabColName-TabName
"
:
[
{
required
:
true
,
message
:
"请输入"
,
trigger
:
"blur"
,
}
,
]
,
"
Stdef-StdefTyp
"
:
[
"
TabColName-ColName
"
:
[
{
required
:
true
,
message
:
"请输入"
,
trigger
:
"blur"
,
}
,
]
,
"Stdef-Lang"
:
[
{
required
:
true
,
message
:
"请输入"
,
trigger
:
"blur"
,
}
,
]
,
"Stdef-Bez"
:
[
"TabColName-TextLabel"
:
[
{
required
:
true
,
message
:
"请输入"
,
Write
Preview
Loading…
Cancel
Save