Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-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
李苏
sgaqgl-vue
Commits
18177e0d
Commit
18177e0d
authored
Nov 09, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xtfl
parent
ab43c3f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
edit.vue
src/views/equipment/inspection/edit.vue
+3
-3
index.vue
src/views/equipment/inspection/index.vue
+1
-1
No files found.
src/views/equipment/inspection/edit.vue
View file @
18177e0d
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"设备分类"
ref=
"
flid"
prop=
"flid
"
>
<el-form-item
label=
"设备分类"
ref=
"
xtfl"
prop=
"xtfl
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
flid
"
></el-input>
<el-input
:readonly=
"readonly"
v-model=
"form.
xtfl
"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
//巡检日期
//巡检日期
xjrq
:
new
Date
().
getTime
(),
xjrq
:
new
Date
().
getTime
(),
//设备分类
//设备分类
flid
:
''
,
xtfl
:
''
,
//设备ID
//设备ID
sbxxid
:
''
,
sbxxid
:
''
,
//安装位置
//安装位置
...
...
src/views/equipment/inspection/index.vue
View file @
18177e0d
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
/* 表格标题对应参数*/
/* 表格标题对应参数*/
tableTitle
:
[
tableTitle
:
[
{
label
:
"巡检日期"
,
prop
:
"xjrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"巡检日期"
,
prop
:
"xjrq"
,
fieldType
:
"ftDateTime"
},
{
label
:
"设备分类"
,
prop
:
"
flid
"
,
fieldType
:
"ftString"
,
width
:
96
},
{
label
:
"设备分类"
,
prop
:
"
xtfl
"
,
fieldType
:
"ftString"
,
width
:
96
},
{
label
:
"设备分类"
,
prop
:
"xtflName"
,
fieldType
:
"ftString"
,
width
:
96
},
{
label
:
"设备分类"
,
prop
:
"xtflName"
,
fieldType
:
"ftString"
,
width
:
96
},
// {label: "设备ID", prop: "sbxxid", fieldType: "ftString",width:192},
// {label: "设备ID", prop: "sbxxid", fieldType: "ftString",width:192},
{
label
:
"设备编号"
,
prop
:
"sbxxCode"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"设备编号"
,
prop
:
"sbxxCode"
,
fieldType
:
"ftString"
,
width
:
192
},
...
...
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