jufubao-admin-library 1.1.233 → 1.1.235
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.
|
@@ -1026,7 +1026,7 @@ export default {
|
|
|
1026
1026
|
list: [
|
|
1027
1027
|
{ "label": "按金额", "value": "money" },
|
|
1028
1028
|
{ "label": "按比例", "value": "ratio" },
|
|
1029
|
-
this.channelParams.showFixed&&this.sku_count
|
|
1029
|
+
this.channelParams.showFixed&&this.sku_count<1 && { "label": "固定售价", "value": "fixed" },
|
|
1030
1030
|
].filter(i=>i),
|
|
1031
1031
|
notice: params.unit === 'fixed' ? '<span style="color:red;">此选项可能会导致亏本售卖,请谨慎设置 如低于成本价,则按成本价作为售价</span>' : '',
|
|
1032
1032
|
inline: false,
|
|
@@ -1347,7 +1347,7 @@ export default {
|
|
|
1347
1347
|
],
|
|
1348
1348
|
inline: true
|
|
1349
1349
|
},
|
|
1350
|
-
this.sku_count>
|
|
1350
|
+
this.sku_count>0&&{
|
|
1351
1351
|
ele:'slot',
|
|
1352
1352
|
slot:'sku_table'
|
|
1353
1353
|
}
|
|
@@ -192,6 +192,7 @@ export default {
|
|
|
192
192
|
item.activity_start_time = window.getTimeFormat(item.activity_start_time)
|
|
193
193
|
item.activity_end_time = window.getTimeFormat(item.activity_end_time)
|
|
194
194
|
item.updated_time = window.getTimeFormat(item.updated_time)
|
|
195
|
+
item.total_exchange_mileage = this.$xdHelper.divisionFloatNumber(item.total_exchange_mileage, 100)
|
|
195
196
|
return item
|
|
196
197
|
})
|
|
197
198
|
this.total = total_size
|
package/package.json
CHANGED
|
Binary file
|