Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
刘怀志
pet-business-web
Commits
67e2e881
Commit
67e2e881
authored
Jun 25, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/router/index.js
parent
a143a4bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
21 deletions
+31
-21
equipment-add.vue
...uipment-management/equipment-management/equipment-add.vue
+9
-9
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+22
-12
No files found.
src/views/equipment-management/equipment-management/equipment-add.vue
View file @
67e2e881
...
...
@@ -87,20 +87,20 @@
@
change=
"handleChangeAddress"
/>
</el-form-item>
<el-form-item
prop=
"address"
>
<el-form-item
prop=
"address"
>
<el-input
v-model
.
trim=
"form.address"
placeholder=
"请输入详细地址地址(街道、楼牌号等)"
maxlength=
"40"
clearable
style=
"width:
436px
"
style=
"width:
263%
"
/>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"8"
>
-->
<!-- -->
<!--
</el-col>
-->
</el-col
>
<el-col
:span=
"8"
>
<el-form-item
label=
"单位时段服务数"
prop=
"useNum"
>
<el-input-number
...
...
@@ -251,7 +251,7 @@
type=
"textarea"
placeholder=
"请输入备注(2~200字)"
maxlength=
"200"
style=
"width:
1050px
;"
style=
"width:
705%
;"
:rows=
"4"
/>
</el-form-item>
...
...
@@ -291,7 +291,7 @@
</el-form>
<el-row>
<el-col
style=
"display: flex;justify-content: center;margin-top: 20px"
>
<el-button
class=
"queryBtn"
type=
"primary"
size=
"mini"
icon=
"el-icon-check"
@
click=
"submitForm"
:disabled=
"loading
"
>
<el-button
class=
"queryBtn"
type=
"primary"
size=
"mini"
icon=
"el-icon-check"
:disabled=
"loading"
@
click=
"submitForm
"
>
<span
v-if=
"!loading"
>
提交
</span>
<span
v-else
>
提交...
</span>
</el-button>
...
...
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
67e2e881
...
...
@@ -75,7 +75,7 @@
<!-- 3-->
<el-row>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
16
"
>
<el-form-item
label=
"服务地点"
>
<el-cascader
ref=
"serviceArea"
...
...
@@ -90,21 +90,31 @@
@
change=
"handleChangeAddress"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
>
<el-form-item
prop=
"address"
>
<el-input
v-model
.
trim=
"form.address"
placeholder=
"
暂无数据
"
placeholder=
"
请输入详细地址地址(街道、楼牌号等)
"
maxlength=
"40"
clearable
style=
"width: 263%"
disabled
style=
"width: 400px"
>
<template
v-if=
"addtions.names !== ''"
slot=
"prepend"
>
{{
addtions
.
names
}}
</
template
>
</el-input>
/>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"8"
>
-->
<!--
<el-form-item
>
-->
<!--
<el-input-->
<!-- v-model.trim="form.address"-->
<!-- placeholder="暂无数据"-->
<!-- maxlength="40"-->
<!-- clearable-->
<!-- disabled-->
<!-- style="width: 263%"-->
<!-- >-->
<!--
<template
v-if=
"addtions.names !== ''"
slot=
"prepend"
>
{{
addtions
.
names
}}
</
template
>
-->
<!-- </el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<el-col
:span=
"8"
>
<el-form-item
label=
"单位时段服务数"
>
<el-input-number
...
...
@@ -257,7 +267,7 @@
type=
"textarea"
placeholder=
"暂无数据"
maxlength=
"200"
style=
"width:
1050px
;"
style=
"width:
705%
;"
:rows=
"4"
/>
</el-form-item>
...
...
@@ -411,7 +421,7 @@
placeholder=
"请输入详细地址地址(街道、楼牌号等)"
maxlength=
"40"
clearable
style=
"width:
400px
"
style=
"width:
263%
"
/>
</el-form-item>
</el-col>
...
...
@@ -562,7 +572,7 @@
type=
"textarea"
placeholder=
"请输入备注(2~200字)"
maxlength=
"200"
style=
"width:
1050px
;"
style=
"width:
705%
;"
:rows=
"4"
/>
</el-form-item>
...
...
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