|
@@ -23,7 +23,12 @@
|
|
</div>
|
|
</div>
|
|
<!-- 操作按钮 -->
|
|
<!-- 操作按钮 -->
|
|
<div class="table-operator">
|
|
<div class="table-operator">
|
|
- <a-button v-if="$hasPermissions('B_supplier_supplierInfo_add')" id="supplierInfoList-add" type="primary" @click="handleEdit()">新增</a-button>
|
|
|
|
|
|
+ <a-button
|
|
|
|
+ v-if="$hasPermissions('B_supplier_supplierInfo_add')"
|
|
|
|
+ id="supplierInfoList-add"
|
|
|
|
+ type="primary"
|
|
|
|
+ class="button-error"
|
|
|
|
+ @click="handleEdit()">新增</a-button>
|
|
</div>
|
|
</div>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<s-table
|
|
<s-table
|