商家端代码优化

This commit is contained in:
mabo
2021-08-10 10:17:48 +08:00
parent 1f02b45600
commit 604a918fd1
19 changed files with 149 additions and 187 deletions

View File

@@ -58,7 +58,6 @@
:data="data"
ref="table"
class="mt_10"
sortable="custom"
></Table>
<Row type="flex" justify="end" class="mt_10">
<Page

View File

@@ -21,7 +21,7 @@
<Form-item label="商品编号" prop="sn">
<Input type="text" v-model="searchForm.sn" placeholder="商品编号" clearable style="width: 200px" />
</Form-item>
<Button @click="handleSearch" type="primary" icon="ios-search" class="search-btn">搜索</Button>
<Button @click="handleSearch" type="primary" class="search-btn">搜索</Button>
<Button @click="handleReset" class="search-btn">重置</Button>
</Form>
</Row>