edit problem.

This commit is contained in:
2023-03-29 20:56:00 +08:00
parent 0ef36abb13
commit c97b2c4879
5 changed files with 124 additions and 51 deletions

View File

@@ -43,6 +43,7 @@ function goEdit() {
<n-button size="small" secondary type="primary" @click="goEdit">
编辑
</n-button>
<n-button size="small" secondary type="info">查看</n-button>
<n-popconfirm @positive-click="handleDeleteProblem">
<template #trigger>
<n-button secondary size="small" type="error">删除</n-button>