Commit 820c7a92 authored by 李苏's avatar 李苏 💬

字段添加

parent aec2beaa
...@@ -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: "inputNumber" // 假设未特殊说明的宽度较大字段默认为input类型,或根据实际业务需求调整 type: "input" // 假设未特殊说明的宽度较大字段默认为input类型,或根据实际业务需求调整
}, },
{ {
label: "设备缺陷", label: "设备缺陷",
prop: "sbqx", prop: "sbqx",
span: 12, span: 12,
type: "inputNumber" type: "input"
}, },
{ {
label: "外部引入", label: "外部引入",
prop: "wbyr", prop: "wbyr",
span: 12, span: 12,
type: "inputNumber" type: "input"
}, },
{ {
label: "腐蚀老化", label: "腐蚀老化",
prop: "fslh", prop: "fslh",
span: 12, span: 12,
type: "inputNumber" 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: [
......
...@@ -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-01-08 17:16:41 * @LastEditTime: 2025-06-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
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment