This commit is contained in:
aaron 2026-03-30 01:57:46 +08:00
parent bcaba42394
commit 41af98e48b

View File

@ -503,7 +503,7 @@
<th>信号</th> <th>信号</th>
<th>理由</th> <th>理由</th>
<th>时间</th> <th>时间</th>
<th>操作</th> <th v-if="adminMode">操作</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -560,7 +560,7 @@
</div> </div>
</td> </td>
<td>{{ formatTime(order.created_at) }}</td> <td>{{ formatTime(order.created_at) }}</td>
<td> <td v-if="adminMode">
<button class="btn btn-danger btn-small" @click="cancelOrder(order)">撤单</button> <button class="btn btn-danger btn-small" @click="cancelOrder(order)">撤单</button>
</td> </td>
</tr> </tr>