|
|
@@ -56,7 +56,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr v-for="item in apple.content">
|
|
|
- <td v-if="item.status === 311">
|
|
|
+ <td>
|
|
|
<template v-if="item.status === 311">
|
|
|
<button class="btn btn-apply" @click="handleClick(true, item)">同意</button>
|
|
|
<button class="btn btn-apply" @click="handleClick(false, item)">拒绝</button>
|