表格样式

master
wangdong 6 months ago
parent 2dc0693213
commit 3dc528027b
  1. 4
      src/views/dataCenter/feedback/index.vue

@ -7,6 +7,7 @@
:columns="columns"
:data="loadData"
:pagination="pagination"
:scroll="{ x: 1450 }"
>
<span slot="type" slot-scope="text, item">
{{ typeList[item.type - 1] }}
@ -73,6 +74,7 @@ export default {
},
{
title: '来源商城',
width: '100px',
dataIndex: 'store_id',
scopedSlots: { customRender: 'store_id' }
},
@ -87,7 +89,7 @@ export default {
{
title: '操作',
dataIndex: 'action',
width: '180px',
width: '80px',
scopedSlots: { customRender: 'action' }
}
]

Loading…
Cancel
Save