Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
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
李苏
zghywpc-vue
Commits
ff4a3322
Commit
ff4a3322
authored
Sep 04, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整bug
parent
b4d7d9a2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
16 deletions
+15
-16
edit.vue
src/views/ywxxgl/ywxxgl/edit.vue
+11
-12
index.vue
src/views/ywxxgl/ywxxgl/index.vue
+4
-4
No files found.
src/views/ywxxgl/ywxxgl/edit.vue
View file @
ff4a3322
...
...
@@ -18,10 +18,9 @@
mixins
:
[
editMixin
],
data
()
{
return
{
editColItemList
:
[
{
editColItemList
:
[{
label
:
'设备名称'
,
prop
:
'sbxx
id
'
,
prop
:
'sbxx
Code
'
,
span
:
12
,
required
:
true
,
type
:
'AuxInput'
,
...
...
@@ -35,8 +34,8 @@
value
:
'id'
,
label
:
'name'
},
give
(
res
){
this
.
form
.
sbxxCode
=
res
.
code
give
(
res
)
{
this
.
form
.
sbxxCode
=
res
.
code
}
}
},
...
...
@@ -103,7 +102,7 @@
{
label
:
'管径'
,
prop
:
'gj'
,
span
:
8
,
span
:
12
,
"type"
:
"inputNumber"
,
required
:
true
,
},
...
...
src/views/ywxxgl/ywxxgl/index.vue
View file @
ff4a3322
...
...
@@ -123,7 +123,8 @@
}
],
queryParams
:
[
[{
[
{
label
:
'名称'
,
prop
:
'name'
,
span
:
6
,
...
...
@@ -135,9 +136,8 @@
prop
:
'sbxxCode'
,
span
:
6
,
type
:
'input'
,
value
:
''
value
:
''
,
}
]
],
/* 默认启停用 */
...
...
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