master
fanfan 6 months ago
parent ba332f3596
commit e753f3f753
  1. 3
      src/views/dataCenter/feedback/index.vue

@ -74,6 +74,7 @@ export default {
{ {
title: '来源商城', title: '来源商城',
dataIndex: 'store_id', dataIndex: 'store_id',
width: '85px',
scopedSlots: { customRender: 'store_id' } scopedSlots: { customRender: 'store_id' }
}, },
{ {
@ -87,7 +88,7 @@ export default {
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width: '180px', width: '100px',
scopedSlots: { customRender: 'action' } scopedSlots: { customRender: 'action' }
} }
] ]

Loading…
Cancel
Save