Commit 51f670e4 authored by 季圣华's avatar 季圣华
Browse files

界面列表宽度优化

parent a152f3ae
...@@ -142,6 +142,7 @@ ...@@ -142,6 +142,7 @@
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width: 200,
align:"center", align:"center",
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} }
......
...@@ -104,22 +104,26 @@ ...@@ -104,22 +104,26 @@
{ {
title: '角色名称', title: '角色名称',
align:"center", align:"center",
dataIndex: 'name' dataIndex: 'name',
width: 100
}, },
{ {
title: '数据类型', title: '数据类型',
align:"center", align:"center",
dataIndex: 'type' dataIndex: 'type',
width: 100
}, },
{ {
title: '描述', title: '描述',
align:"center", align:"center",
dataIndex: 'description' dataIndex: 'description',
width: 100
}, },
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
align:"center", align:"center",
width: 150,
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} }
], ],
......
...@@ -120,6 +120,7 @@ ...@@ -120,6 +120,7 @@
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width: 200,
align:"center", align:"center",
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} }
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
title: '负库存', dataIndex: 'minusStockFlag', width: 80, align: "center", title: '负库存', dataIndex: 'minusStockFlag', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderFlag' } scopedSlots: { customRender: 'customRenderFlag' }
}, },
{title: '操作', dataIndex: 'action', align:"center", {title: '操作', dataIndex: 'action', width: 150, align:"center",
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} }
], ],
......
...@@ -85,13 +85,14 @@ ...@@ -85,13 +85,14 @@
return parseInt(index)+1; return parseInt(index)+1;
} }
}, },
{ title: '计量单位', align:"center", dataIndex: 'name' }, { title: '计量单位', align:"center", dataIndex: 'name', width:100 },
{ title: '基本单位', align:"center", dataIndex: 'basicUnit' }, { title: '基本单位', align:"center", dataIndex: 'basicUnit', width:100 },
{ title: '副单位', align:"center", dataIndex: 'otherUnit' }, { title: '副单位', align:"center", dataIndex: 'otherUnit', width:100 },
{ title: '比例', align:"center", dataIndex: 'ratio' }, { title: '比例', align:"center", dataIndex: 'ratio', width:100 },
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width:150,
align:"center", align:"center",
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} }
......
...@@ -132,6 +132,7 @@ ...@@ -132,6 +132,7 @@
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width: 200,
align:"center", align:"center",
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment