Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
d00dc3b0
Unverified
Commit
d00dc3b0
authored
Feb 12, 2022
by
若依
Committed by
Gitee
Feb 12, 2022
Browse files
!426 修正单词拼写错误
Merge pull request !426 from 稚屿/master
parents
f5c69bae
c99eb980
Changes
22
Show whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/tool/build/TreeNodeDialog.vue
View file @
d00dc3b0
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<div
slot=
"footer"
>
<div
slot=
"footer"
>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"hand
e
lConfirm"
@
click=
"handl
e
Confirm"
>
>
确定
确定
</el-button>
</el-button>
...
@@ -133,7 +133,7 @@ export default {
...
@@ -133,7 +133,7 @@ export default {
close
()
{
close
()
{
this
.
$emit
(
'
update:visible
'
,
false
)
this
.
$emit
(
'
update:visible
'
,
false
)
},
},
hand
e
lConfirm
()
{
handl
e
Confirm
()
{
this
.
$refs
.
elForm
.
validate
(
valid
=>
{
this
.
$refs
.
elForm
.
validate
(
valid
=>
{
if
(
!
valid
)
return
if
(
!
valid
)
return
if
(
this
.
dataType
===
'
number
'
)
{
if
(
this
.
dataType
===
'
number
'
)
{
...
...
ruoyi-ui/src/views/tool/build/index.vue
View file @
d00dc3b0
...
@@ -146,7 +146,7 @@ import { beautifierConf, titleCase } from '@/utils/index'
...
@@ -146,7 +146,7 @@ import { beautifierConf, titleCase } from '@/utils/index'
import
{
makeUpHtml
,
vueTemplate
,
vueScript
,
cssStyle
}
from
'
@/utils/generator/html
'
import
{
makeUpHtml
,
vueTemplate
,
vueScript
,
cssStyle
}
from
'
@/utils/generator/html
'
import
{
makeUpJs
}
from
'
@/utils/generator/js
'
import
{
makeUpJs
}
from
'
@/utils/generator/js
'
import
{
makeUpCss
}
from
'
@/utils/generator/css
'
import
{
makeUpCss
}
from
'
@/utils/generator/css
'
import
drawingDefa
l
ut
from
'
@/utils/generator/drawingDefa
l
ut
'
import
drawingDefau
l
t
from
'
@/utils/generator/drawingDefau
l
t
'
import
logo
from
'
@/assets/logo/logo.png
'
import
logo
from
'
@/assets/logo/logo.png
'
import
CodeTypeDialog
from
'
./CodeTypeDialog
'
import
CodeTypeDialog
from
'
./CodeTypeDialog
'
import
DraggableItem
from
'
./DraggableItem
'
import
DraggableItem
from
'
./DraggableItem
'
...
@@ -171,15 +171,15 @@ export default {
...
@@ -171,15 +171,15 @@ export default {
selectComponents
,
selectComponents
,
layoutComponents
,
layoutComponents
,
labelWidth
:
100
,
labelWidth
:
100
,
drawingList
:
drawingDefa
l
ut
,
drawingList
:
drawingDefau
l
t
,
drawingData
:
{},
drawingData
:
{},
activeId
:
drawingDefa
l
ut
[
0
].
formId
,
activeId
:
drawingDefau
l
t
[
0
].
formId
,
drawerVisible
:
false
,
drawerVisible
:
false
,
formData
:
{},
formData
:
{},
dialogVisible
:
false
,
dialogVisible
:
false
,
generateConf
:
null
,
generateConf
:
null
,
showFileName
:
false
,
showFileName
:
false
,
activeData
:
drawingDefa
l
ut
[
0
]
activeData
:
drawingDefau
l
t
[
0
]
}
}
},
},
created
()
{
created
()
{
...
...
Prev
1
2
Next
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