feat: operation delete_hard

This commit is contained in:
caoqianming 2023-06-07 09:26:02 +08:00
parent 3c718311db
commit 6cd695a5b3
1 changed files with 9 additions and 0 deletions

View File

@ -149,6 +149,15 @@
@click="table_del(scope.row)"
>删除
</el-button>
<el-button
link
type="danger"
size="small"
v-if="scope.row.state === 10"
v-auth="'operation.delete_hard'"
@click="table_del(scope.row)"
>删除
</el-button>
</template>
</el-table-column>
</scTable>