const bz = require("@/static/user_head/刘先良.webp") const jdy = require("@/static/user_head/晏巍.png") export const orgData = [ { dep_name: "镇武装部党委", depId: 1, users: [ { position: "教导员", user_name: "晏 巍", userId: 2, headImg:jdy }, { position: "武装部长", user_name: "刘先良", userId: 1, headImg:bz }, ], children: [ { dep_name: " 武装力量党支部", depId: 2, children: [ { dep_name: " 文武社区支部", depId: 3, children: [ { dep_name: " 一小组", depId: 6, users: [ { position: "一小组长", user_name: "一小组长1", userId: 6, }, { position: "二小组长12", user_name: "二小组长2", userId: 8, }, { position: "战士", user_name: "王小三3", userId: 11, }, { position: "战士", user_name: "王小四4", userId: 12, }, { position: "二小组长34", user_name: "二小组长5", userId: 8, }, { position: "战士", user_name: "王小三6", userId: 11, }, { position: "战士", user_name: "wang_yp", userId: 13, }, ], }, { dep_name: " 二小组", depId: 7, users: [ { position: "二小组长8", user_name: "二小组长9", userId: 7, }, { position: "二小组长10", user_name: "二小组长11", userId: 8, }, { position: "战士", user_name: "王小三14", userId: 11, }, { position: "战士", user_name: "王小四", userId: 12, }, ], }, ], users: [ { position: "文武社区支部书记", user_name: "袁建强", userId: 3, }, ], }, { dep_name: " 花龙村支部", depId: 4, children: [ { dep_name: " 一小组", depId: 7, users: [ { position: "一小组长", user_name: "一小组长", userId: 7, }, { position: "二小组长2", user_name: "二小组长11", userId: 8, }, { position: "战士", user_name: "王小三", userId: 11, }, { position: "战士", user_name: "王小四12", userId: 12, }, { position: "二小组长3", user_name: "二小组长", userId: 8, }, { position: "战士", user_name: "王小四32", userId: 12, }, ], }, { dep_name: " 二小组", depId: 8, users: [ { position: "二小组长4", user_name: "二小组长4", userId: 8, }, { position: "战士", user_name: "王小三", userId: 11, }, { position: "战士", user_name: "王小四12", userId: 12, }, { position: "战士", user_name: "王小五", userId: 13, }, ], }, ], users: [ { position: "花龙村支部书记", user_name: "肖冬", userId: 4, }, ], }, { dep_name: " 云华社区支部", depId: 5, children: [ { dep_name: " 一小组", depId: 8, users: [ { position: "一小组长", user_name: "小组长", userId: 8, }, { position: "战士", user_name: "王喜哦", userId: 12, }, { position: "战士", user_name: "王喜吃", userId: 13, }, ], }, { dep_name: " 二小组", depId: 9, users: [ { position: "二小组长5", user_name: "小组长", userId: 9, }, { position: "战士", user_name: "王小二", userId: 10, }, { position: "战士", user_name: "王小三", userId: 11, }, { position: "战士", user_name: "王小四3", userId: 12, }, { position: "战士", user_name: "wang_yp", userId: 13, }, ], }, ], users: [ { position: "云华社区支部书记", user_name: "黄忠", userId: 5, }, ], }, ], }, ], }, ];