添加按钮

This commit is contained in:
wkc
2026-01-30 15:50:30 +08:00
parent 20a0ebfbef
commit 16dc95de06
10 changed files with 1765 additions and 5 deletions

View File

@@ -96,6 +96,12 @@
icon="el-icon-s-data"
@click="handleEnter(scope.row)"
>进入项目</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-refresh"
@click="handleReAnalyze(scope.row)"
>重新分析</el-button>
</template>
<!-- 已完成项目 -->