提交 8018b4d5 authored 作者: liuluyu's avatar liuluyu

更新tb2字段

上级 bf4f39e7
......@@ -452,8 +452,13 @@ export const tableFormData = [
{
col1: 'UPS',
col2: 'UPS供电模式',
col3: { formType: 'radio-group', field: 'COL68', options: ['N+1', 'N+2', '2N', '2(N+1)', '存在单点', '其他'], otherOption: true,
otherField: 'COL69', },
col3: {
formType: 'radio-group',
field: 'COL68',
options: ['N+1', 'N+2', '2N', '2(N+1)', '存在单点', '其他'],
otherOption: true,
otherField: 'COL69',
},
},
{ col1: 'UPS', col2: '系统设计容量(KVA)', col3: { formType: 'input', field: 'COL71' } },
{ col1: 'UPS', col2: '实际负载峰值(KVA)', col3: { formType: 'input', field: 'COL73' } },
......@@ -478,7 +483,6 @@ export const tableFormData = [
extraPlaceholder: '外部机构名称',
},
},
{ col1: '发电机', col2: '运维单位名称', col3: { formType: 'input', field: 'COL94' } },
{
col1: '发电机',
col2: '是否租用',
......@@ -560,7 +564,23 @@ export const tableFormData = [
col3: {
field: 'COL105',
formType: 'checkbox-group',
options: ['温度', '湿度', '防水', '防磁', '防雷', '防鼠', '消防', '安防', '空调', 'UPS', '发电机','配电', '机房门禁', '逃生通道','其他'],
options: [
'温度',
'湿度',
'防水',
'防磁',
'防雷',
'防鼠',
'消防',
'安防',
'空调',
'UPS',
'发电机',
'配电',
'机房门禁',
'逃生通道',
'其他',
],
otherOption: true,
otherField: 'COL106',
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论