更新
This commit is contained in:
@ -25,8 +25,9 @@
|
||||
<el-table-column prop="ylq" label="已领取"/>
|
||||
<el-table-column prop="ywc" label="已完成"/>
|
||||
</template>
|
||||
<!-- 操作 -->
|
||||
<template #controls="{ row }">
|
||||
<!-- 领取后不可再编辑,领取后不可再删除 -->
|
||||
<el-button @click="addEditForm('detail',row)" size="small">详情</el-button>
|
||||
<el-button @click="addEditForm('eidt',row)" size="small">编辑</el-button>
|
||||
<el-button @click="deletList(row.id)" type="danger" size="small">删除</el-button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user