Monitor-APP/pages/home/home.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Monitor-APP/pages/home/home.vue
@@ -65,7 +65,7 @@ </text> --> </view> <view class="item-box" style="width: 10%;">{{item.appeTime$}}</view> <view class="item-box" style="width: 10%;">{{item.appeTime$}}</view> <view class="item-box" style="width: 10%;">{{item.overTime$}}</view> <view class="item-box" style="width: 9.5%;"> <button class="start-btn" size="mini" v-if="item.beBatch == 1" @click="complete(item.matnr)">开始</button> <button class="end-btn" size="mini" v-if="item.beBatch == 2" @click="cancel(item.matnr)">完成</button>