src/views/model/sche/suggest/suggestOperationRecord.vue
@@ -50,18 +50,6 @@ align="center" min-width="150" /> <el-table-column label="快照" align="center" min-width="100" fixed="right"> <template #default="scope"> <el-button link type="primary" @click="openSnapshot(scope.row.id)" v-if="scope.row.operate=='采纳建议'" > 快照 </el-button> </template> </el-table-column> </el-table> <!-- 分页 --> <Pagination @@ -121,7 +109,7 @@ /** 快照 */ const suggestSnapshotRef = ref() const openSnapshot = (id?: string) => { suggestSnapshotRef.value.openSnapshot(id) suggestSnapshotRef.value.open(id) } /** 打开弹窗 */