提交 a8d17877 authored 作者: kxjia's avatar kxjia

Merge branch 'master' of http://47.97.51.208/root/zrch-risk-39

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