调整单据列表的操作按钮的位置,改到最左侧

This commit is contained in:
季圣华
2022-10-05 21:10:58 +08:00
parent 2173def08e
commit 73890021c3
36 changed files with 238 additions and 238 deletions

View File

@@ -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: {