dongyukun
2025-06-06 b9d0c0b5aa43658da4b66e4d66c9a9ede0b1fa08
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