feat 增加处理逻辑

This commit is contained in:
Ironsp
2026-05-25 09:36:42 +08:00
parent 1644a9c450
commit cef368b9dc
2 changed files with 4 additions and 3 deletions

View File

@@ -71,7 +71,7 @@
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="100">
<template #default="scope">
<el-button type="primary" @click="handleUpdate(scope.row)">处理</el-button>
<el-button :disabled="scope.row.status === 1" type="primary" @click="handleUpdate(scope.row)">处理</el-button>
</template>
</el-table-column>
</el-table>