调整单据列表的操作按钮的位置,改到最左侧
This commit is contained in:
@@ -120,6 +120,13 @@
|
||||
return parseInt(index)+1;
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
align:"center",
|
||||
width: 200,
|
||||
scopedSlots: { customRender: 'action' },
|
||||
},
|
||||
{title: '仓库名称', dataIndex: 'name', width: 200},
|
||||
{title: '仓库地址', dataIndex: 'address', width: 200},
|
||||
{title: '仓储费', dataIndex: 'warehousing', width: 80},
|
||||
@@ -132,13 +139,6 @@
|
||||
},
|
||||
{title: '是否默认',dataIndex: 'isDefault',width:80,align:"center",
|
||||
scopedSlots: { customRender: 'customRenderFlag' }
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
align:"center",
|
||||
width: 200,
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
],
|
||||
url: {
|
||||
|
||||
Reference in New Issue
Block a user