Commit d5f3bc5a by liangjianmin

增加qty

parent b8d6168a
......@@ -90,7 +90,7 @@
}
.list {
.box {
height: 123rpx;
height: 160rpx;
border-bottom: 1px solid #e6edf0;
&:last-child {
border-bottom: none;
......
......@@ -64,6 +64,12 @@
<text class="t1">指令作业数:</text>
<text class="t2">{{ item.instructions_num }}</text>
</view>
<view class="tt row verCenter">
<view class="w1">
<text class="t1">作业数量:</text>
<text class="t2">{{ item.qty }}</text>
</view>
</view>
</view>
<view class="camera disable row rowCenter verCenter" v-if="item.operation_img">已上传</view>
<view class="camera row rowCenter verCenter" @click="chooseImageChange()" v-else="item.operation_img">拍照</view>
......
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 sign in to comment