Commit 5fcbfd4c authored by xxx's avatar xxx

修改

parent 9ffef33d
......@@ -68,7 +68,7 @@
<div class="waitingtrucksView_content">
<div v-for="(item,index) in daizhangCar" :key="index">
<div>车牌号:{{item.number}}</div>
<el-button type="primary" style="font-size:18px;" @click="wanchengzhuangcheFn(item.number,item.id)">完成装车</el-button>
<el-button type="primary" style="font-size:18px;" :disabled="item.weightStatus != 2" @click="wanchengzhuangcheFn(item.number,item.id)">完成装车</el-button>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment