Commit 1d29c753 authored by 武广's avatar 武广

fix: 去掉门店ID

parent 2ce7c881
...@@ -204,7 +204,7 @@ const StoreModal = props => { ...@@ -204,7 +204,7 @@ const StoreModal = props => {
{getFieldDecorator('name', { {getFieldDecorator('name', {
rules: [{ required: true, message: '请输入门店名称!' }], rules: [{ required: true, message: '请输入门店名称!' }],
initialValue: formData.name, initialValue: formData.name,
})(<Input placeholder="请输入门店名称" allowClear maxLength={50} />)} })(<Input placeholder="请输入门店名称" allowClear maxLength={20} />)}
</FormItem> </FormItem>
<FormItem label="门店电话" name="phone"> <FormItem label="门店电话" name="phone">
{getFieldDecorator('phone', { {getFieldDecorator('phone', {
......
...@@ -35,12 +35,6 @@ export default () => { ...@@ -35,12 +35,6 @@ export default () => {
setVisible(false); setVisible(false);
}; };
const columns = [ const columns = [
{
title: '门店ID',
dataIndex: 'id',
hideInSearch: true,
width: 80,
},
{ {
title: '门店名称', title: '门店名称',
dataIndex: 'name', dataIndex: 'name',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment