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

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

@@ -176,6 +176,12 @@
},
// 表头
columns: [
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
@@ -208,12 +214,6 @@
{ title: '支付订金', dataIndex: 'changeAmount',width:60},
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' }
},
{
title: '操作',
dataIndex: 'action',
align:"center", width: 150,
scopedSlots: { customRender: 'action' },
}
],
url: {