|
@@ -8,7 +8,7 @@
|
8
|
8
|
<el-button round @click="deleteRecordAction">删除监测</el-button>
|
9
|
9
|
|
10
|
10
|
</div>
|
11
|
|
- <el-table :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}" ref="table" :data="monitors" border highlight-current-row
|
|
11
|
+ <el-table :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)'}" ref="table" :data="monitors" border highlight-current-row
|
12
|
12
|
@current-change="tableCurrentRowChange" style="width: 100%" :class="current_row_class">
|
13
|
13
|
<el-table-column label="时间" align="center" width="144">
|
14
|
14
|
<template slot-scope="scope">
|
|
@@ -79,8 +79,8 @@
|
79
|
79
|
</el-table>
|
80
|
80
|
</div>
|
81
|
81
|
|
82
|
|
- <div v-show="edit">
|
83
|
|
- <el-form ref="form" :model="form" label-width="130px">
|
|
82
|
+ <!--<div v-show="edit">-->
|
|
83
|
+ <el-form v-show="edit" ref="form" :model="form" label-width="130px" >
|
84
|
84
|
<el-row :gutter="20">
|
85
|
85
|
<el-col :span="8">
|
86
|
86
|
<el-form-item label="监测时间:">
|
|
@@ -245,7 +245,7 @@
|
245
|
245
|
<el-button @click="cancelEditAction">取 消</el-button>
|
246
|
246
|
<el-button type="primary" @click="submitAction">保 存</el-button>
|
247
|
247
|
</div>
|
248
|
|
- </div>
|
|
248
|
+ <!--</div>-->
|
249
|
249
|
</el-dialog>
|
250
|
250
|
</div>
|
251
|
251
|
</template>
|