安全风险

master
Lion 4 years ago
parent abd9c07efb
commit 438d1d760a

@ -3,7 +3,7 @@
<!-- 查询配置 --> <!-- 查询配置 -->
<div style="padding: 0px 20px"> <div style="padding: 0px 20px">
<div ref="lxHeader"> <div ref="lxHeader">
<LxHeader icon="md-apps" text="危险源信息" style="margin-bottom: 10px; border: 0px; margin-top: 15px"> <LxHeader icon="md-apps" text="安全风险信息" style="margin-bottom: 10px; border: 0px; margin-top: 15px">
<div slot="content"></div> <div slot="content"></div>
<slot> <slot>
<div> <div>
@ -94,7 +94,7 @@
</div> </div>
<div class="table-tree tableswidth"> <div class="table-tree tableswidth">
<div style="display: flex;justify-content: flex-end;margin-right: 20px;margin-bottom: 10px;"> <div style="display: flex;justify-content: flex-end;margin-right: 20px;margin-bottom: 10px;">
<Button type="primary" @click="addRow()" size="small" style="margin-left: 10px;" ghost>新增参数</Button> <Button type="primary" @click="addRow()" size="small" style="margin-left: 10px;" ghost>新增</Button>
</div> </div>
<el-table :data="this.form.details_list" height="400" class="v-table" style="width: 100%;margin-bottom: 20px;"> <el-table :data="this.form.details_list" height="400" class="v-table" style="width: 100%;margin-bottom: 20px;">
<el-table-column type="index" align="center"> <el-table-column type="index" align="center">
@ -234,7 +234,7 @@
}, },
columns: [{ columns: [{
field: "type", field: "type",
title: "风险类别", title: "类别",
type: "type" type: "type"
}, },
{ {

Loading…
Cancel
Save