change
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
<button class="confirm-button" @tap="toSearch()">查询</button>
|
<button class="confirm-button" @tap="toSearch()">查询</button>
|
||||||
<button class="confirm-button" :disabled="disabled" @tap="toSure()">强制完成</button>
|
<button class="confirm-button" :disabled="disabled" @tap="toSure()">强制完成</button>
|
||||||
<button class="confirm-button" :disabled="disabled" @tap="toSure()">重新下发</button>
|
<button class="confirm-button" :disabled="disabled" @tap="toSure()">重新下发</button>
|
||||||
<button class="confirm-button" :disabled="disabled" @tap="toSure()">确认</button>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="grid-wrap">
|
<view class="grid-wrap">
|
||||||
@@ -24,8 +23,8 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>选择</th>
|
<th>选择</th>
|
||||||
<th>指令编号</th>
|
<th>任务号</th>
|
||||||
<th>设备编号</th>
|
<th>任务编号</th>
|
||||||
<th>条码</th>
|
<th>条码</th>
|
||||||
<th>起点</th>
|
<th>起点</th>
|
||||||
<th>目的</th>
|
<th>目的</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user