|
@@ -46,7 +46,7 @@
|
|
|
class="button-warning"
|
|
|
@click="handleExport"
|
|
|
:disabled="disabled"
|
|
|
- v-if="$hasPermissions('B_ProductPriceExoprt')"
|
|
|
+ v-if="$hasPermissions('B_productLaunchInfoExoprt')"
|
|
|
id="productInfoList-export">导出</a-button>
|
|
|
<a @click="advanced=!advanced" style="margin-left: 5px">
|
|
|
{{ advanced ? '收起' : '展开' }}
|