add
This commit is contained in:
parent
53217ec58e
commit
29c5f8f57a
File diff suppressed because it is too large
Load Diff
|
@ -9,7 +9,7 @@
|
|||
<!-- <img src="/static/index/actbg.png" alt=""> -->
|
||||
</div>
|
||||
<div style="display: flex;color: white;justify-content: flex-end;margin-right: 5vw;cursor: pointer;"
|
||||
v-if="!ShwostoreType">
|
||||
v-if="ShwostoreType">
|
||||
<div @click="initProduct(item.type)" class="manageBtn " v-for="(item) in proFilterList"
|
||||
:class="{ actmanageBtn: type == item.type }">{{ item.name }}</div>
|
||||
|
||||
|
@ -56,7 +56,6 @@ const initProduct = (num) => {
|
|||
limit: 50,
|
||||
type: type.value
|
||||
}).then(res => {
|
||||
|
||||
a(configs2, res.data.list, true)
|
||||
})
|
||||
|
||||
|
@ -119,8 +118,8 @@ const a = (aaa, data, flag) => {
|
|||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #02243D;'>${item.merchant?.is_trader ? '自营' : '非自营' || '--'}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #02243D;'>${item.price}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #02243D;'>${item.storeCategory?.cate_name || '--'}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #02243D;'>${item.attrValue[0].sales}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #02243D;'>${item.attrValue[0].stock}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #02243D;'>${item.sales}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #02243D;'>${item.stock}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #02243D;'>
|
||||
${num(item.star)}
|
||||
</div>`,
|
||||
|
@ -144,12 +143,8 @@ const a = (aaa, data, flag) => {
|
|||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #102B3E;'>${item.attrValue[0].sales}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #102B3E;'>${item.attrValue[0].stock}</div>`,
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #102B3E;'>
|
||||
|
||||
${num(item.star)}
|
||||
|
||||
</div>`,
|
||||
|
||||
|
||||
`<div style='width: 100%;text-align: center; height: 100%; color: aliceblue; background: #102B3E;'>${item.update_time}</div>`,
|
||||
]
|
||||
)
|
||||
|
|
|
@ -133,9 +133,6 @@ const refundStatusFn = (item) => {
|
|||
}
|
||||
const btnFlag = reactive([true, false, false])
|
||||
const hdClick = (i) => {
|
||||
|
||||
|
||||
|
||||
btnFlag.forEach((item, index) => {
|
||||
btnFlag[index] = false
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue