Commit 503e0711 by henry

修改列表展示顺序

1 parent fdfdb906
Showing with 10 additions and 10 deletions
...@@ -105,27 +105,27 @@ export default { ...@@ -105,27 +105,27 @@ export default {
columns() { columns() {
return [ return [
{ label: '序号', type: 'index', width: '80px' }, { label: '序号', type: 'index', width: '80px' },
{ label: '批次名称', prop: 'batName', width: '400px', __slotName: 'batName', }, { label: '批次名称', prop: 'batName', width: '500px', __slotName: 'batName', },
{ label: '批次年度', prop: 'year', width: '120px'}, { label: '批次年度', prop: 'year', width: '150px'},
{
label: '计划评审日期',
width: '160px',
prop: 'planReviewDate',
},
{ {
label: '状态', label: '状态',
prop: 'state', prop: 'state',
width: '120px', width: '150px',
collectionType: 'approvalStatusOptions', collectionType: 'approvalStatusOptions',
options: approvalStatusOptions, options: approvalStatusOptions,
}, },
{
label: '计划评审日期',
width: '200px',
prop: 'planReviewDate',
},
// { label: '创建人', prop: 'createMan' }, // { label: '创建人', prop: 'createMan' },
{ label: '创建时间', prop: 'createTime', width: '160px' }, { label: '创建时间', prop: 'createTime', width: '200px' },
{ label: '备注', width: '400px', prop: 'remark' }, { label: '备注', width: '400px', prop: 'remark' },
{ {
label: '操作', label: '操作',
type: 'operation', type: 'operation',
width: '360px', width: '450px',
actionButtons: [ actionButtons: [
{ {
title: '修改', title: '修改',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!