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
02ac6743
Commit
02ac6743
authored
Jun 16, 2023
by
高滢
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
0a8c0379
904d7c4f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+3
-3
No files found.
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
02ac6743
...
...
@@ -39,12 +39,12 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"负责人"
>
<el-input
v-model=
"form.head"
placeholder=
"
请输入负责人名称
"
disabled
style=
"width: 250px"
/>
<el-input
v-model=
"form.head"
placeholder=
"
暂无数据
"
disabled
style=
"width: 250px"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"手机号"
>
<el-input
v-model=
"form.phone"
placeholder=
"
请输入手机号
"
disabled
style=
"width: 250px"
/>
<el-input
v-model=
"form.phone"
placeholder=
"
暂无数据
"
disabled
style=
"width: 250px"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -233,7 +233,7 @@
v-model
.
trim=
"form.remark"
disabled
type=
"textarea"
placeholder=
"
请输入备注
"
placeholder=
"
-
"
maxlength=
"200"
style=
"width:1050px;"
:rows=
"4"
...
...
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