Browse Source

修改页面样式

master
邓宏 2 years ago
parent
commit
0ff499a647
  1. 2
      pages/stock/record.vue

2
pages/stock/record.vue

@ -152,8 +152,8 @@
<text>{{v.substanceName}}</text><text>({{v.goodsDetailType}})</text> <text>{{v.substanceName}}</text><text>({{v.goodsDetailType}})</text>
<text>{{v.number}}{{v.unit}}</text> <text>{{v.number}}{{v.unit}}</text>
</view> </view>
<view class="date"> 操作时间{{v.createTime}} </view>
<view class="warehouse"> 所在仓库{{v.warehouseName}} </view> <view class="warehouse"> 所在仓库{{v.warehouseName}} </view>
<view class="date"> 操作时间{{v.createTime}} </view>
</template> </template>
</view> </view>
<u-empty v-if="list.length<=0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/> <u-empty v-if="list.length<=0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/>

Loading…
Cancel
Save