|
@@ -194,7 +194,7 @@ export default {
|
|
|
{
|
|
|
title: '序号',
|
|
|
checked: true,
|
|
|
- width: '50px',
|
|
|
+ width: '100px',
|
|
|
dataIndex: 'index',
|
|
|
customRender: (text, record, index) => {
|
|
|
return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
|
|
@@ -334,7 +334,7 @@ export default {
|
|
|
dataIndex: 'createdTime'
|
|
|
},
|
|
|
{
|
|
|
- title: '仓库',
|
|
|
+ title: '仓库名称',
|
|
|
width: '150px',
|
|
|
checked: true,
|
|
|
dataIndex: 'storeId',
|
|
@@ -345,6 +345,7 @@ export default {
|
|
|
{
|
|
|
title: '操作',
|
|
|
fixed: 'right',
|
|
|
+ checked: true,
|
|
|
key: 'action',
|
|
|
width: '200px',
|
|
|
align: 'center',
|