Compare commits

...

2 Commits

Author SHA1 Message Date
guoyuepeng 0e657bb5c6 Merge remote-tracking branch 'origin/pet' into pet 2024-11-19 14:24:33 +08:00
guoyuepeng 71fded8e8a 1.隐患整改页面操作样式修改 2024-11-19 14:24:21 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@
<template v-if="row.checkNames != ''"><span>{{ row.checkNames }}</span></template> <template v-if="row.checkNames != ''"><span>{{ row.checkNames }}</span></template>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="操作" width="200" align="center"> <el-table-column prop="" label="操作" width="400" align="center">
<template slot-scope="{row}"> <template slot-scope="{row}">
<el-button v-if="hasButtenAllMap.buttenTypeGoView" icon="el-icon-view" size="mini" @click="goView(row.HIDDEN_ID)"></el-button> <el-button v-if="hasButtenAllMap.buttenTypeGoView" icon="el-icon-view" size="mini" @click="goView(row.HIDDEN_ID)"></el-button>
<el-button v-if="hasButtenAllMap.buttenTypeRectify" type="success" icon="el-icon-document" size="mini" @click="addTempSafeMeasureBtn(row.DAYNUM, row.HIDDEN_ID, row.TEMP_SAFE_MEASURE)"></el-button> <el-button v-if="hasButtenAllMap.buttenTypeRectify" type="success" icon="el-icon-document" size="mini" @click="addTempSafeMeasureBtn(row.DAYNUM, row.HIDDEN_ID, row.TEMP_SAFE_MEASURE)"></el-button>