Commit af12e9f8 by henry

修改批次计划管理列表的宽度

1 parent 07433e59
Showing with 1 additions and 1 deletions
File mode changed
...@@ -105,8 +105,8 @@ export default { ...@@ -105,8 +105,8 @@ export default {
columns() { columns() {
return [ return [
{ label: '序号', type: 'index', width: '80px' }, { label: '序号', type: 'index', width: '80px' },
{ label: '批次年度', prop: 'year' },
{ label: '批次名称', prop: 'batName', width: '300px', __slotName: 'batName', }, { label: '批次名称', prop: 'batName', width: '300px', __slotName: 'batName', },
{ label: '批次年度', prop: 'year', width: '100px'},
{ {
label: '计划评审日期', label: '计划评审日期',
width: '120px', width: '120px',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!