fix
zhoucong
2022-04-22 04031b86d12c54dad59ebca8819f03479e87924f
src/views/accidentHidden/fillProgress.vue
@@ -5,14 +5,15 @@
            <div class="whole">
                <el-form ref="form" :model="form" label-width="100px">
                    <el-form-item style="text-align: right;">
                        <el-button class="btn" type="primary" icon="el-icon-plus" @click="onSubmit">添加</el-button>
                        <el-button>批量删除</el-button>
                        <el-button class="btn" type="primary" size="small" icon="el-icon-plus" @click="onSubmit">添加</el-button>
                        <el-button size="small">批量删除</el-button>
                    </el-form-item>
                </el-form>
                <el-table
                    type="selection"
                    :data="tableData"
                    size="mini"
                    style="width: 1600px"
                    border
                    @cell-mouse-enter="handleCellEnter"
                    @cell-mouse-leave="handleCellLeave"
                    @cell-click="handleCellClick"
@@ -164,12 +165,6 @@
                    this.cancelEditable(cell)
                })
                this.clickCellMap[id] = []
            },
            close(){
                this.$router.push({
                    path:"/hiddenDangerManagement"
                })
            },
        }
    }