Jelajahi Sumber

供应商关联产品 页面调整

chenrui 4 tahun lalu
induk
melakukan
36f7258beb
1 mengubah file dengan 5 tambahan dan 6 penghapusan
  1. 5 6
      src/views/supplierManagement/associatedProduct/add.vue

+ 5 - 6
src/views/supplierManagement/associatedProduct/add.vue

@@ -6,11 +6,6 @@
         <a id="salesEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
         <span style="margin: 0 15px;color: #666;">供应商名称:{{ decodeURI($route.params.name) }}</span>
       </template>
-      <!-- 操作区,位于 title 行的行尾 -->
-      <template slot="extra">
-        <a-button key="2" type="primary" @click="choosePModal" class="button-error" id="associatedProduct-addProduct-btn">增加产品</a-button>
-        <!-- <a-button key="1" type="primary" class="button-success" id="associatedProduct-import-btn">批量导入</a-button> -->
-      </template>
     </a-page-header>
     <!-- 列表 -->
     <a-card size="small" :bordered="false">
@@ -51,7 +46,11 @@
           </a-row>
         </a-form>
       </div>
-
+		<!-- 操作按钮 -->
+		<div class="table-operator">
+		  <a-button id="associatedProduct-addProduct-btn" type="primary" class="button-error" @click="choosePModal">增加产品</a-button>
+		  <!-- <a-button id="associatedProduct-import-btn" type="primary" class="button-success">批量导入</a-button> -->
+		</div>
       <!-- 列表 -->
       <s-table
         class="sTable"