后台
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
<td>{{ demand.reward || '无赏金' }}</td>
|
||||
<td>{{ formatDate(demand.date) }}</td>
|
||||
<td>
|
||||
<button @click="editDemand(demand)" class="action-button edit">编辑</button>
|
||||
<button @click="confirmDeleteDemand(demand.id)" class="action-button delete">删除</button>
|
||||
<!-- <button @click="editDemand(demand)" class="action-button edit">编辑</button>-->
|
||||
<!-- <button @click="confirmDeleteDemand(demand.id)" class="action-button delete">删除</button>-->
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user