|
@@ -32,8 +32,9 @@
|
|
|
</a-form-model>
|
|
|
</div>
|
|
|
<!-- 导入按钮 -->
|
|
|
+ <!-- v-if="$hasPermissions('B_importContent')" -->
|
|
|
<div class="table-operator">
|
|
|
- <a-button id="inventoryImport-add" type="primary" class="button-error" v-if="$hasPermissions('B_importContent')" @click="openGuideModal=true">库存导入</a-button>
|
|
|
+ <a-button id="inventoryImport-add" type="primary" class="button-error" @click="openGuideModal=true">库存导入</a-button>
|
|
|
</div>
|
|
|
<!-- 合计 -->
|
|
|
<a-alert type="info" style="margin-bottom:10px">
|