From 2d5e75bbc04d8c4c5c7dc6bb141ad16ffa2d9936 Mon Sep 17 00:00:00 2001 From: XingChuan <m17600301067@163.com> Date: 星期日, 30 五月 2021 12:24:54 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' 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