调整会员、供应商、客户的页面样式

This commit is contained in:
季圣华
2022-10-29 18:33:47 +08:00
parent 52b1c8eedf
commit 20e2c1414d
5 changed files with 204 additions and 192 deletions

View File

@@ -8,8 +8,8 @@
<a-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24">
<a-col :md="6" :sm="24">
<a-form-item label="名称" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入名称查询" v-model="queryParam.supplier"></a-input>
<a-form-item label="会员卡号" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入会员卡号查询" v-model="queryParam.supplier"></a-input>
</a-form-item>
</a-col>
<a-col :md="6" :sm="24">
@@ -135,7 +135,7 @@
align:"center",
scopedSlots: { customRender: 'action' },
},
{ title: '名称',dataIndex: 'supplier',width:150,align:"left"},
{ title: '会员卡号',dataIndex: 'supplier',width:150,align:"left"},
{ title: '联系人', dataIndex: 'contacts',width:70,align:"left"},
{ title: '手机号码', dataIndex: 'telephone',width:100,align:"left"},
{ title: '联系电话', dataIndex: 'phoneNum',width:100,align:"left"},