界面列表宽度优化

This commit is contained in:
季圣华
2021-05-24 23:28:58 +08:00
parent a152f3ae61
commit 51f670e42f
26 changed files with 92 additions and 43 deletions

View File

@@ -99,7 +99,7 @@
title: '#',
dataIndex: '',
key:'rowIndex',
width:60,
width:40,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
@@ -116,6 +116,7 @@
{
title: '操作',
dataIndex: 'action',
width: 150,
align:"center",
scopedSlots: { customRender: 'action' },
}

View File

@@ -132,6 +132,7 @@
{
title: '操作',
dataIndex: 'action',
width: 200,
align:"center",
scopedSlots: { customRender: 'action' },
}

View File

@@ -94,7 +94,7 @@
title: '#',
dataIndex: '',
key:'rowIndex',
width:60,
width:40,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
@@ -114,6 +114,7 @@
title: '操作',
dataIndex: 'action',
align:"center",
width: 200,
scopedSlots: { customRender: 'action' },
}
],

View File

@@ -103,6 +103,7 @@
{
title: '操作',
dataIndex: 'action',
width: 200,
align:"center",
scopedSlots: { customRender: 'action' },
}

View File

@@ -98,7 +98,7 @@
title: '#',
dataIndex: '',
key:'rowIndex',
width:60,
width:40,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
@@ -110,6 +110,7 @@
{
title: '操作',
dataIndex: 'action',
width: 200,
align:"center",
scopedSlots: { customRender: 'action' },
}

View File

@@ -132,6 +132,7 @@
{
title: '操作',
dataIndex: 'action',
width: 200,
align:"center",
scopedSlots: { customRender: 'action' },
}

View File

@@ -89,7 +89,7 @@
title: '#',
dataIndex: '',
key:'rowIndex',
width:60,
width:40,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
@@ -98,17 +98,20 @@
{
title: '姓名',
align:"center",
dataIndex: 'name'
dataIndex: 'name',
width: 100,
},
{
title: '类型',
align:"center",
dataIndex: 'type'
dataIndex: 'type',
width: 100,
},
{
title: '操作',
dataIndex: 'action',
align:"center",
width: 150,
scopedSlots: { customRender: 'action' },
}
],

View File

@@ -142,6 +142,7 @@
{
title: '操作',
dataIndex: 'action',
width: 200,
align:"center",
scopedSlots: { customRender: 'action' },
}

View File

@@ -104,22 +104,26 @@
{
title: '角色名称',
align:"center",
dataIndex: 'name'
dataIndex: 'name',
width: 100
},
{
title: '数据类型',
align:"center",
dataIndex: 'type'
dataIndex: 'type',
width: 100
},
{
title: '描述',
align:"center",
dataIndex: 'description'
dataIndex: 'description',
width: 100
},
{
title: '操作',
dataIndex: 'action',
align:"center",
width: 150,
scopedSlots: { customRender: 'action' },
}
],

View File

@@ -120,6 +120,7 @@
{
title: '操作',
dataIndex: 'action',
width: 200,
align:"center",
scopedSlots: { customRender: 'action' },
}

View File

@@ -104,7 +104,7 @@
title: '负库存', dataIndex: 'minusStockFlag', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderFlag' }
},
{title: '操作', dataIndex: 'action', align:"center",
{title: '操作', dataIndex: 'action', width: 150, align:"center",
scopedSlots: { customRender: 'action' },
}
],

View File

@@ -85,13 +85,14 @@
return parseInt(index)+1;
}
},
{ title: '计量单位', align:"center", dataIndex: 'name' },
{ title: '基本单位', align:"center", dataIndex: 'basicUnit' },
{ title: '副单位', align:"center", dataIndex: 'otherUnit' },
{ title: '比例', align:"center", dataIndex: 'ratio' },
{ title: '计量单位', align:"center", dataIndex: 'name', width:100 },
{ title: '基本单位', align:"center", dataIndex: 'basicUnit', width:100 },
{ title: '副单位', align:"center", dataIndex: 'otherUnit', width:100 },
{ title: '比例', align:"center", dataIndex: 'ratio', width:100 },
{
title: '操作',
dataIndex: 'action',
width:150,
align:"center",
scopedSlots: { customRender: 'action' },
}

View File

@@ -132,6 +132,7 @@
{
title: '操作',
dataIndex: 'action',
width: 200,
align:"center",
scopedSlots: { customRender: 'action' },
}