From a312e0dd96d8f7e96fb3341f1a55561b12394405 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期日, 30 五月 2021 12:29:48 +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/EmergRes.js | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 118 insertions(+), 0 deletions(-) diff --git a/src/components/base-page/enterprise-emergency/event-handling/res-info/EmergRes.js b/src/components/base-page/enterprise-emergency/event-handling/res-info/EmergRes.js new file mode 100644 index 0000000..2a8da25 --- /dev/null +++ b/src/components/base-page/enterprise-emergency/event-handling/res-info/EmergRes.js @@ -0,0 +1,118 @@ +export default { + id: 3, + name: '搴旀�ヨ祫婧�', + child: [ + { + name: '搴旀�ヨ溅杈�', + column: [{ + label: '搴忓彿', + prop: 'no', + width: 'auto' + }, + { + label: '鍚嶇О', + prop: 'name', + width: 'auto' + } + ] + }, + { + name: '搴旀�ョ墿璧�', + column: [{ + label: '搴忓彿', + prop: 'no', + width: 'auto' + }, + { + label: '鍚嶇О', + prop: 'name', + width: 'auto' + }, + { + label: '鍗曚綅鍚嶇О', + prop: 'companyname', + width: 'auto' + }, + { + label: '鐗╄祫鍚嶇О', + prop: 'resourcesname', + width: 'auto' + }, + { + label: '鑱旂郴鐢佃瘽', + prop: 'telephone', + width: 'auto' + }, + { + label: '鐗╄祫鏁伴噺', + prop: 'resourcesnumber', + width: 'auto' + }, + { + label: '鏄惁鑷湁鐗╄祫', + prop: 'ownedstatus', + width: 'auto' + }, + { + label: '璐熻矗浜�', + prop: 'resperson', + width: 'auto' + }, + { + label: '琛屾斂闅跺睘', + prop: 'adminzonename', + width: 'auto' + } + ] + }, + { + name: '搴旀�ラ槦浼�', + column: [{ + label: '搴忓彿', + prop: 'no', + width: 'auto' + }, + { + label: '闃熶紞鍚嶇О', + prop: 'teamname', + width: 'auto' + }, + { + label: '搴旀�ョ數璇�', + prop: 'phone', + width: 'auto' + }, + { + label: '浜哄憳鏁伴噺', + prop: 'organization', + width: 'auto' + }, + { + label: '鏄惁澶栧崗鍗曚綅', + prop: 'externalteam', + width: 'auto' + }, + { + label: '琛屾斂闅跺睘', + prop: 'administrativesubordinate', + width: 'auto' + }, + { + label: '鍦板潃', + prop: 'address', + width: 'auto' + }, + { + label: '鎵�灞炲崟浣嶅悕绉�', + prop: 'unitname', + width: 'auto' + }, + { + label: '璺濈', + prop: 'distance', + width: 'auto' + } + ] + } + ] +} -- Gitblit v1.8.0