|
@@ -1,15 +1,15 @@
|
|
<template>
|
|
<template>
|
|
- <a-card :bordered="false">
|
|
|
|
|
|
+ <a-card :bordered="false" style="margin-bottom: 10px" class="mb-2">
|
|
<a-form ref="searchFormRef" name="advanced_search" :model="searchFormState" class="ant-advanced-search-form">
|
|
<a-form ref="searchFormRef" name="advanced_search" :model="searchFormState" class="ant-advanced-search-form">
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
<a-form-item label="供货商名称" name="searchKey">
|
|
<a-form-item label="供货商名称" name="searchKey">
|
|
- <a-input v-model:value="searchFormState.searchKey" placeholder="请输入供货商名称" />
|
|
|
|
|
|
+ <a-input v-model:value="searchFormState.searchKey" placeholder="查询供货商名称" />
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
<a-form-item label="联系方式" name="searchKey">
|
|
<a-form-item label="联系方式" name="searchKey">
|
|
- <a-input v-model:value="searchFormState.searchKey" placeholder="请输入联系方式" />
|
|
|
|
|
|
+ <a-input v-model:value="searchFormState.searchKey" placeholder="查询联系方式" />
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
@@ -23,6 +23,8 @@
|
|
</a-col>
|
|
</a-col>
|
|
</a-row>
|
|
</a-row>
|
|
</a-form>
|
|
</a-form>
|
|
|
|
+ </a-card>
|
|
|
|
+ <a-card :bordered="false">
|
|
<s-table
|
|
<s-table
|
|
ref="tableRef"
|
|
ref="tableRef"
|
|
:columns="columns"
|
|
:columns="columns"
|