优化单据的搜索框的排版

This commit is contained in:
季圣华
2022-04-24 22:22:29 +08:00
parent dfbcc4090e
commit d7afcc54e5
27 changed files with 390 additions and 377 deletions

View File

@@ -98,8 +98,8 @@
return parseInt(index)+1;
}
},
{ title: '计量单位', align:"center", dataIndex: 'name', width:150 },
{ title: '基本单位', align:"center", dataIndex: 'basicUnit', width:100 },
{ title: '计量单位', align:"center", dataIndex: 'name', width:200 },
{ title: '基本单位', align:"center", dataIndex: 'basicUnit', width:80 },
{ title: '副单位', align:"center", dataIndex: 'otherUnit', width:100,
customRender:function (t,r,index) {
if (r) {
@@ -128,7 +128,7 @@
{
title: '操作',
dataIndex: 'action',
width:150,
width:120,
align:"center",
scopedSlots: { customRender: 'action' },
}