Commit 8458ff3c by henry

修改批次列表样式

1 parent af12e9f8
Showing with 3 additions and 3 deletions
......@@ -105,8 +105,8 @@ export default {
columns() {
return [
{ label: '序号', type: 'index', width: '80px' },
{ label: '批次名称', prop: 'batName', width: '300px', __slotName: 'batName', },
{ label: '批次年度', prop: 'year', width: '100px'},
{ label: '批次名称', prop: 'batName', width: '400px', __slotName: 'batName', },
{ label: '批次年度', prop: 'year', width: '120px'},
{
label: '计划评审日期',
width: '120px',
......@@ -119,7 +119,7 @@ export default {
collectionType: 'approvalStatusOptions',
options: approvalStatusOptions,
},
{ label: '备注', width: '100px', prop: 'remark' },
{ label: '备注', width: '300px', prop: 'remark' },
// { label: '创建人', prop: 'createMan' },
{ label: '创建时间', prop: 'createTime', width: '120px' },
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!