jufubao-admin-library 1.1.44 → 1.1.46
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.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<template slot="stands" slot-scope="inScope">
|
|
13
13
|
<div v-for="ss in inScope.row.standards" :key="ss.value" style="display: inline-block;vertical-align: middle;">
|
|
14
14
|
<template v-if="ss.value == 'event_upload'">
|
|
15
|
-
<el-image style="width:40px;height: 40px;" :src="ss.image.path"></el-image>
|
|
15
|
+
<el-image style="width:40px;height: 40px;" :src="ss.image.path" :preview-src-list="[ss.image.path]"></el-image>
|
|
16
16
|
</template>
|
|
17
17
|
<span v-else style="margin: 0 4px;">{{ `${ss.name}=${ss.value}` }}, </span>
|
|
18
18
|
</div>
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
:z-index='9999'
|
|
39
39
|
title="查看价格日历"
|
|
40
40
|
width="50%"
|
|
41
|
-
>
|
|
41
|
+
>
|
|
42
42
|
<div v-if="datePricesRow&&datePricesRow.sku_uniq_id">商品规格:{{ sku_name }}</div>
|
|
43
43
|
<div class="app-container__list-table">
|
|
44
44
|
<xd-table
|
|
@@ -223,8 +223,12 @@
|
|
|
223
223
|
}
|
|
224
224
|
</script>
|
|
225
225
|
|
|
226
|
-
<style scoped>
|
|
226
|
+
<style scoped lang="scss">
|
|
227
227
|
.jfb-productSkuList {
|
|
228
228
|
width: 100%;
|
|
229
|
+
|
|
230
|
+
& ::v-deep .el-image i.el-icon-circle-close {
|
|
231
|
+
color: #fff!important;
|
|
232
|
+
}
|
|
229
233
|
}
|
|
230
234
|
</style>
|