From 63436d545b7e8be49dd23c0e0dcb2a42dcd4f4d4 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期六, 29 五月 2021 10:21:09 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/base-page/enterprise-emergency/event-handling/res-info/PipeInfo.js | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 119 insertions(+), 0 deletions(-) diff --git a/src/components/base-page/enterprise-emergency/event-handling/res-info/PipeInfo.js b/src/components/base-page/enterprise-emergency/event-handling/res-info/PipeInfo.js new file mode 100644 index 0000000..ac4a3b5 --- /dev/null +++ b/src/components/base-page/enterprise-emergency/event-handling/res-info/PipeInfo.js @@ -0,0 +1,119 @@ +export default { + id: 5, + name: '绠¢亾淇℃伅', + child: [ + { + name: '鍚补姹℃按绠$嚎', + column: [{ + label: '搴忓彿', + prop: 'no', + width: 'auto' + }, + { + label: '绠$嚎鍚嶇О', + prop: 'pipename', + width: 'auto' + }, + { + label: '浠嬭川', + prop: 'mediumtype', + width: 'auto' + }, + { + label: '杩愯鐘舵��', + prop: 'operationalstatus', + width: 'auto' + }, + { + label: '鎵�灞炲崟浣嶅悕绉�', + prop: 'unitname', + width: 'auto' + }] + }, + { + name: '鍚洂姹℃按绠$嚎', + column: [ + { + label: '搴忓彿', + prop: 'no', + width: 'auto' + }, + { + label: '绠$嚎鍚嶇О', + prop: 'pipename', + width: 'auto' + }, + { + label: '浠嬭川', + prop: 'mediumtype', + width: 'auto' + }, + { + label: '杩愯鐘舵��', + prop: 'operationalstatus', + width: 'auto' + }, + { + label: '鎵�灞炲崟浣嶅悕绉�', + prop: 'unitname', + width: 'auto' + }] + }, + { + name: '鍚⒈姹℃按绠$嚎', + column: [{ + label: '搴忓彿', + prop: 'no', + width: 'auto' + }, + { + label: '绠$嚎鍚嶇О', + prop: 'pipename', + width: 'auto' + }, + { + label: '浠嬭川', + prop: 'mediumtype', + width: 'auto' + }, + { + label: '杩愯鐘舵��', + prop: 'operationalstatus', + width: 'auto' + }, + { + label: '鎵�灞炲崟浣嶅悕绉�', + prop: 'unitname', + width: 'auto' + }] + }, + { + name: '鍑�鍖栨按绠$嚎', + column: [{ + label: '搴忓彿', + prop: 'no', + width: 'auto' + }, + { + label: '绠$嚎鍚嶇О', + prop: 'pipename', + width: 'auto' + }, + { + label: '浠嬭川', + prop: 'mediumtype', + width: 'auto' + }, + { + label: '杩愯鐘舵��', + prop: 'operationalstatus', + width: 'auto' + }, + { + label: '鎵�灞炲崟浣嶅悕绉�', + prop: 'unitname', + width: 'auto' + }] + } + ] +} -- Gitblit v1.8.0