|
|
|
@ -237,7 +237,7 @@
|
|
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="ehsRiskList" @selection-change="handleSelectionChange" max-height="750" style="width: 100%">
|
|
|
|
|
<el-table v-loading="loading" :data="ehsRiskList" @selection-change="handleSelectionChange" max-height="650" style="width: 100%">
|
|
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
|
|
<!-- <el-table-column label="" align="center" prop="riskId" />-->
|
|
|
|
|
<el-table-column label="上报部门" align="center" prop="deptName" v-if="this.$store.state.user.parentId==0"/>
|
|
|
|
|