Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
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
820c7a92
Commit
820c7a92
authored
Jun 19, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段添加
parent
aec2beaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
7 deletions
+40
-7
edit.vue
src/views/fmegl/fmekpigl/biao/edit.vue
+24
-6
index.vue
src/views/fmegl/fmekpigl/biao/index.vue
+16
-1
No files found.
src/views/fmegl/fmekpigl/biao/edit.vue
View file @
820c7a92
...
@@ -111,32 +111,50 @@
...
@@ -111,32 +111,50 @@
label
:
"历史遗留"
,
label
:
"历史遗留"
,
prop
:
"lsyl"
,
prop
:
"lsyl"
,
span
:
12
,
// 注意这里的span为24,因为虽然未明确说明,但假设bz类型或其他特殊情况的span为24的规则适用于width较大的字段,或根据实际需求调整
span
:
12
,
// 注意这里的span为24,因为虽然未明确说明,但假设bz类型或其他特殊情况的span为24的规则适用于width较大的字段,或根据实际需求调整
type
:
"input
Number
"
// 假设未特殊说明的宽度较大字段默认为input类型,或根据实际业务需求调整
type
:
"input"
// 假设未特殊说明的宽度较大字段默认为input类型,或根据实际业务需求调整
},
},
{
{
label
:
"设备缺陷"
,
label
:
"设备缺陷"
,
prop
:
"sbqx"
,
prop
:
"sbqx"
,
span
:
12
,
span
:
12
,
type
:
"input
Number
"
type
:
"input"
},
},
{
{
label
:
"外部引入"
,
label
:
"外部引入"
,
prop
:
"wbyr"
,
prop
:
"wbyr"
,
span
:
12
,
span
:
12
,
type
:
"input
Number
"
type
:
"input"
},
},
{
{
label
:
"腐蚀老化"
,
label
:
"腐蚀老化"
,
prop
:
"fslh"
,
prop
:
"fslh"
,
span
:
12
,
span
:
12
,
type
:
"input
Number
"
type
:
"input"
},
},
{
{
label
:
"未取出异物"
,
label
:
"未取出异物"
,
prop
:
"wqcyw"
,
prop
:
"wqcyw"
,
span
:
12
,
span
:
12
,
type
:
"inputNumber"
type
:
"input"
}
},
{
label
:
"QSR"
,
prop
:
"qsr"
,
span
:
12
,
type
:
"input"
},
{
label
:
"一回路"
,
prop
:
"ywl"
,
span
:
12
,
type
:
"input"
},
{
label
:
"SG二次测"
,
prop
:
"sgecc"
,
span
:
12
,
type
:
"input"
},
],
],
/* 生成主从表,为空数组默认不展示 */
/* 生成主从表,为空数组默认不展示 */
editTableTitle
:
[
editTableTitle
:
[
...
...
src/views/fmegl/fmekpigl/biao/index.vue
View file @
820c7a92
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-0
1-08 17:16:41
* @LastEditTime: 2025-0
6-19 16:12:35
* @FilePath: /zghywpc-vue/src/views/fmegl/fmekpigl/biao/index.vue
* @FilePath: /zghywpc-vue/src/views/fmegl/fmekpigl/biao/index.vue
-->
-->
<
template
>
<
template
>
...
@@ -133,6 +133,21 @@
...
@@ -133,6 +133,21 @@
title
:
"未取出异物"
,
title
:
"未取出异物"
,
field
:
"wqcyw"
,
field
:
"wqcyw"
,
width
:
200
width
:
200
},
{
title
:
"QSR"
,
field
:
"qsr"
,
width
:
200
},
{
title
:
"一回路"
,
field
:
"ywl"
,
width
:
200
},
{
title
:
"SG二次测"
,
field
:
"sgecc"
,
width
:
200
}
}
],
],
...
...
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