Browse Source

某个额功能显示包装号

intex_online20241205
张立 3 months ago
parent
commit
45a217c1eb
  1. 10
      src/mycomponents/balance/pack.vue

10
src/mycomponents/balance/pack.vue

@ -1,5 +1,5 @@
<template>
<view class="card_view" v-if="ShowPackingNumber">
<view class="card_view" v-if="ShowPackingNumber || isShowPackingNumberProps">
<text class="card_packing_code ">{{title}}</text>
<text class="card_content ">{{packingCode}}</text>
</view>
@ -23,10 +23,14 @@ import {
type: String,
default: ''
},
title:
{
title:{
type:String,
default: '包装'
},
//
isShowPackingNumberProps:{
type:Boolean,
default:false
}
},
mounted() {

Loading…
Cancel
Save