|
@@ -307,7 +307,7 @@
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
|
<div class="grid-item grid_chart">
|
|
<div class="grid-item grid_chart">
|
|
|
<h2 align="center" style="margin-bottom: 10vh">
|
|
<h2 align="center" style="margin-bottom: 10vh">
|
|
|
- 安全生产网格化管理责任图
|
|
|
|
|
|
|
+ 安全生产管理"一网通"
|
|
|
</h2>
|
|
</h2>
|
|
|
<vue2-org-tree
|
|
<vue2-org-tree
|
|
|
:data="treeData"
|
|
:data="treeData"
|
|
@@ -318,21 +318,21 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<el-dialog
|
|
<el-dialog
|
|
|
- title="详情"
|
|
|
|
|
|
|
+ title="责任人信息"
|
|
|
:visible.sync="dialogFormVisible3"
|
|
:visible.sync="dialogFormVisible3"
|
|
|
width="600px"
|
|
width="600px"
|
|
|
>
|
|
>
|
|
|
<div>
|
|
<div>
|
|
|
<el-row :gutter="10">
|
|
<el-row :gutter="10">
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<span>姓名:</span>
|
|
<span>姓名:</span>
|
|
|
<span>{{form1.charge_person_name}}</span>
|
|
<span>{{form1.charge_person_name}}</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<span>手机:</span>
|
|
<span>手机:</span>
|
|
|
<span>{{form1.charge_person_phone}}</span>
|
|
<span>{{form1.charge_person_phone}}</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
|
|
|
|
+ <el-col :span="8">
|
|
|
<span>照片:</span>
|
|
<span>照片:</span>
|
|
|
<img width="100px" :src="form1.charge_person_photo" alt="">
|
|
<img width="100px" :src="form1.charge_person_photo" alt="">
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -389,8 +389,7 @@ export default {
|
|
|
dptList: [],
|
|
dptList: [],
|
|
|
form1: {},
|
|
form1: {},
|
|
|
gridList: [],
|
|
gridList: [],
|
|
|
- // utype: localStorage.getItem('utype',0),
|
|
|
|
|
- utype: 2,
|
|
|
|
|
|
|
+ utype: localStorage.getItem('utype',0),
|
|
|
treeData1: {
|
|
treeData1: {
|
|
|
value: 0,
|
|
value: 0,
|
|
|
label: "公司主要负责人",
|
|
label: "公司主要负责人",
|