WanGxC 9 сар өмнө
parent
commit
f471267e11

+ 3 - 3
src/views/sku-manage/company-sku/component/DataTable.vue

@@ -151,9 +151,9 @@ defineExpose({ fetchList });
           class="mt-1.5"
           @page-change="handlePageChange"
       />
-      <template #empty>
-        <el-empty description="暂无数据" />
-      </template>
+    </template>
+    <template #empty>
+      <el-empty description="暂无数据" />
     </template>
     <!-- 自定义列插槽 -->
     <template v-for="col in CompanySkuColumns" #[`${col.field}`]="{ row }">

+ 1 - 1
src/views/sku-manage/company-sku/index.vue

@@ -66,7 +66,7 @@ function resetParameter() {
         <div class="flex flex-1">
           <div class="w-full whitespace-nowrap">
             <el-row :gutter="20" style="margin-bottom: 5px;">
-              <el-col :span="4">
+              <el-col :span="5">
                 <div class="flex items-center">
                   <span class="mr-2">品牌名称</span>
                   <el-select v-model="formInline.brandName" clearable placeholder="请选择品牌名称">