Commit b4d7d9a2 authored by 李苏's avatar 李苏 💬

异物信息新增管径

parent 94dce81e
...@@ -100,6 +100,13 @@ ...@@ -100,6 +100,13 @@
span: 12, span: 12,
type: 'input', type: 'input',
}, },
{
label: '管径',
prop: 'gj',
span: 8,
"type": "inputNumber",
required: true,
},
{ {
label: "放射性强度", label: "放射性强度",
prop: "fsxqd", prop: "fsxqd",
......
...@@ -76,6 +76,12 @@ ...@@ -76,6 +76,12 @@
fieldType: "ftString", fieldType: "ftString",
width: 300 width: 300
}, },
{
label: "管径",
prop: "gj",
fieldType: "ftString",
width: 120
},
{ {
label: "异物放射性强度", label: "异物放射性强度",
prop: "fsxqd", prop: "fsxqd",
......
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