更新页面

This commit is contained in:
2025-07-11 15:08:23 +08:00
parent f5d605fc23
commit 69bee283a8
9 changed files with 150 additions and 317 deletions

View File

@ -48,7 +48,7 @@
<!-- 操作 -->
<template #controls="{ row }">
<el-link type="primary" size="small" @click="sendControl('detail',row)">详情</el-link>
<el-link type="primary" size="small">续控</el-link>
<el-link type="primary" size="small">送审</el-link>
<el-link type="danger" size="small" @click="handleRow(row.id)">删除</el-link>
</template>
</MyTable>