管理端代码优化

This commit is contained in:
mabo
2021-08-10 09:59:53 +08:00
parent ebb048f1a7
commit 1f02b45600
16 changed files with 233 additions and 260 deletions

View File

@@ -16,10 +16,11 @@
<Option v-for="item in statusList" :value="item.value" :key="item.value">{{ item.label }}</Option>
</Select>
</Form-item>
<Button @click="handleSearch" type="primary" icon="ios-search" class="search-btn">搜索</Button>
<Form-item label="SKU编码">
<Input type="text" v-model="searchForm.skuId" placeholder="请输入SKU编码" clearable style="width: 200px" />
</Form-item>
<Button @click="handleSearch" type="primary" icon="ios-search" class="search-btn">搜索</Button>
</Form>
</Row>
<Row class="operation padding-row">

View File

@@ -21,9 +21,6 @@
<Button @click="handleSearch" type="primary" icon="ios-search" class="search-btn">搜索</Button>
</Form>
</Row>
<!-- <Row class="operation padding-row">
<Button type="primary" @click="add">添加活动</Button>
</Row> -->
<Tabs value="list" class="mt_10" @on-click="clickTabPane">
<TabPane label="秒杀活动列表" name="list">
<Table :loading="loading" border :columns="columns" :data="data" ref="table" class="mt_10">