Compare commits

..

No commits in common. "0e657bb5c6511d35d9cb06d1a9cdec46bbb74c8b" and "edcfbd9553ec140ea65bd60a9f12d5a2e3d102e0" have entirely different histories.

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>
</el-table-column>
<el-table-column prop="" label="操作" width="400" align="center">
<el-table-column prop="" label="操作" width="200" align="center">
<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.buttenTypeRectify" type="success" icon="el-icon-document" size="mini" @click="addTempSafeMeasureBtn(row.DAYNUM, row.HIDDEN_ID, row.TEMP_SAFE_MEASURE)"></el-button>