Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qahome-diamond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qahome-diamond
Commits
33d37b7e
Commit
33d37b7e
authored
Apr 15, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
b722742f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
index.vue
src/views/proconfig/index.vue
+12
-12
No files found.
src/views/proconfig/index.vue
View file @
33d37b7e
...
...
@@ -67,45 +67,45 @@
<!-- <pagination v-show="total>0" :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getList" /> -->
<el-dialog
:title=
"textMap[dialogStatus]"
:visible.sync=
"dialogFormVisible"
>
<el-form
ref=
"dataForm"
:rules=
"rules"
:model=
"temp"
label-position=
"left"
label-width=
"
70px"
style=
"width: 400px; margin-left:5
0px;"
>
<el-form
ref=
"dataForm"
:rules=
"rules"
:model=
"temp"
label-position=
"left"
label-width=
"
105px"
style=
"width: 90%; margin-left:4
0px;"
>
<el-form-item
label=
"类型"
prop=
"type"
>
<el-select
v-model=
"temp.type"
class=
"filter-item"
placeholder=
"Please select"
>
<el-option
v-for=
"item in typeOptions"
:key=
"item.key"
:label=
"item.display_name"
:value=
"item.key"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"Git地址"
prop=
"git_path"
>
<el-form-item
label=
"Git地址"
prop=
"git_path"
style=
"width:100%"
>
<el-input
v-model=
"temp.git_path"
/>
</el-form-item>
<el-form-item
label=
"是否激活"
>
<el-form-item
label=
"是否激活"
>
<el-select
v-model=
"temp.is_active"
class=
"filter-item"
placeholder=
"Please select"
>
<el-option
v-for=
"item in avtiveOptions"
:key=
"item.key"
:label=
"item.display_name"
:value=
"item.key"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"项目描述"
>
<el-form-item
label=
"项目描述"
style=
"width:100%"
>
<el-input
:autosize=
"{ minRows: 2, maxRows: 4}"
v-model=
"temp.des"
type=
"textarea"
placeholder=
"Please input"
/>
</el-form-item>
<el-form-item
label=
"线上域名"
prop=
"host_name"
>
<el-form-item
label=
"线上域名"
prop=
"host_name"
style=
"width:100%"
>
<el-input
v-model=
"temp.host_name"
/>
</el-form-item>
<el-form-item
label=
"负责人"
prop=
"auth"
>
<el-form-item
label=
"负责人"
prop=
"auth"
style=
"width:100%"
>
<el-input
v-model=
"temp.auth"
/>
</el-form-item>
<el-form-item
label=
"配置文件路径"
prop=
"config_path"
>
<el-form-item
label=
"配置文件路径"
prop=
"config_path"
style=
"width:100%"
>
<el-input
v-model=
"temp.config_path"
/>
</el-form-item>
<el-form-item
label=
"Build文件路径"
prop=
"jar_path"
>
<el-form-item
label=
"Build文件路径"
prop=
"jar_path"
style=
"width:100%"
>
<el-input
v-model=
"temp.jar_path"
/>
</el-form-item>
<el-form-item
label=
"日志路径"
prop=
"log_path"
>
<el-form-item
label=
"日志路径"
prop=
"log_path"
style=
"width:100%"
>
<el-input
v-model=
"temp.log_path"
/>
</el-form-item>
<el-form-item
label=
"部署命令"
prop=
"build_command"
>
<el-form-item
label=
"部署命令"
prop=
"build_command"
style=
"width:100%"
>
<el-input
v-model=
"temp.build_command"
/>
</el-form-item>
<el-form-item
label=
"启动命令"
prop=
"start_command"
>
<el-form-item
label=
"启动命令"
prop=
"start_command"
style=
"width:100%"
>
<el-input
:autosize=
"{ minRows: 2, maxRows: 4}"
v-model=
"temp.start_command"
type=
"textarea"
/>
</el-form-item>
<el-form-item
label=
"关闭命令"
prop=
"stop_command"
>
<el-form-item
label=
"关闭命令"
prop=
"stop_command"
style=
"width:100%"
>
<el-input
v-model=
"temp.stop_command"
/>
</el-form-item>
</el-form>
...
...
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