|
|
@ -191,7 +191,7 @@ |
|
|
|
<a-button style="background-color: #6370e4; color: #fff; border: none" @click="priceVisible = true" |
|
|
|
<a-button style="background-color: #6370e4; color: #fff; border: none" @click="priceVisible = true" |
|
|
|
>分类加价</a-button |
|
|
|
>分类加价</a-button |
|
|
|
> |
|
|
|
> |
|
|
|
<a-button v-if="selectedRowKeys.length" |
|
|
|
<a-button |
|
|
|
style="background-color: #501212; color: #fff; border: none" |
|
|
|
style="background-color: #501212; color: #fff; border: none" |
|
|
|
@click="handleExport(selectedRowKeys)" |
|
|
|
@click="handleExport(selectedRowKeys)" |
|
|
|
>导出</a-button |
|
|
|
>导出</a-button |
|
|
|