Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setup-project-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
setup-project-manager-ui
Commits
72cd4698
Commit
72cd4698
authored
Dec 19, 2024
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化显示顺序
parent
fa332ed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
admin/src/views/Step.vue
admin/src/views/Step.vue
+6
-5
No files found.
admin/src/views/Step.vue
View file @
72cd4698
...
@@ -33,11 +33,7 @@
...
@@ -33,11 +33,7 @@
<div
v-show=
"active == 1"
>
<div
v-show=
"active == 1"
>
<div
class=
"label"
>
创建站点
</div>
<div
class=
"label"
>
创建站点
</div>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"elinput"
>
<el-input
placeholder=
"请输入内容"
v-model=
"siteName"
>
<template
slot=
"prepend"
>
站点名称
</
template
>
</el-input>
</div>
<div
style=
"margin:20px 0;"
>
<div
style=
"margin:20px 0;"
>
<span
style=
"font-size: 14px"
>
<span
style=
"font-size: 14px"
>
<b>
当前选择区域:
</b>
<b>
当前选择区域:
</b>
...
@@ -54,6 +50,11 @@
...
@@ -54,6 +50,11 @@
:render-content=
"renderContent"
@
node-click=
"handleNodeClick"
>
:render-content=
"renderContent"
@
node-click=
"handleNodeClick"
>
</el-tree>
</el-tree>
</div>
</div>
<div
class=
"elinput"
style=
"margin:20px 0;"
>
<el-input
placeholder=
"请输入内容"
v-model=
"siteName"
>
<template
slot=
"prepend"
>
站点名称
</
template
>
</el-input>
</div>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<el-button
type=
"primary"
@
click=
"active = 0"
>
上一步
</el-button>
<el-button
type=
"primary"
@
click=
"active = 0"
>
上一步
</el-button>
<el-button
type=
"primary"
@
click=
"updateSiteConform"
:loading=
"loading"
>
下一步
</el-button>
<el-button
type=
"primary"
@
click=
"updateSiteConform"
:loading=
"loading"
>
下一步
</el-button>
...
...
Write
Preview
Markdown
is supported
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