gxd-uni-library-editx 1.0.167 → 1.0.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -12,10 +12,14 @@
|
|
|
12
12
|
v-for="(item, i) in showWalletList" :key="i"
|
|
13
13
|
@click="handleChange(!(item.wallet_use_price > 0), item)"
|
|
14
14
|
>
|
|
15
|
+
<view>
|
|
15
16
|
<view class="label">
|
|
16
17
|
<view class="label_tit">{{item.wallet_name}}</view>
|
|
17
|
-
<view
|
|
18
|
+
<view>(剩余{{item.amount/100}})</view>
|
|
18
19
|
</view>
|
|
20
|
+
<view class="label_company" v-if="item.customer_name">{{ item.customer_name }}</view>
|
|
21
|
+
</view>
|
|
22
|
+
|
|
19
23
|
<view class="value">
|
|
20
24
|
<view class="val_sub" v-if="item.wallet_use_price > 0">本单<text class="red">已减{{item.wallet_use_price/100}}</text></view>
|
|
21
25
|
<xd-radio
|
|
@@ -247,6 +251,11 @@
|
|
|
247
251
|
.label_tit{
|
|
248
252
|
margin-right: 16rpx;
|
|
249
253
|
}
|
|
254
|
+
&_company{
|
|
255
|
+
color: #999999;
|
|
256
|
+
font-size: 24rpx;
|
|
257
|
+
margin-top: 10rpx;
|
|
258
|
+
}
|
|
250
259
|
}
|
|
251
260
|
.value{
|
|
252
261
|
display: flex;
|