|
@@ -2,11 +2,11 @@
|
|
|
<template>
|
|
|
<div class="supplier-management">
|
|
|
<!-- 顶部操作区 -->
|
|
|
- <div class="top-actions">
|
|
|
+ <!-- <div class="top-actions">
|
|
|
<a-space>
|
|
|
<a-button type="primary" @click="showNewSupplierForm">{{ $t('supplier.addSupplier') }}</a-button>
|
|
|
</a-space>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<!-- 搜索条件区 -->
|
|
|
<div class="search-section">
|