Browse Source

修改字段位置

dev-xx
qb 9 months ago
parent
commit
4273651462
  1. 53
      src/option/distribution/distributionStockArticleSelf.js

53
src/option/distribution/distributionStockArticleSelf.js

@ -135,6 +135,32 @@ export const columnList = [
isshowSummary: true,
sortable: true,
},
{
prop: 'groundingStatusName',
label: '上架状态',
type: 3,
values: '',
width: '100',
checkarr: [
// {
// value: '0',
// label: '未上架',
// },
// {
// value: '1',
// label: '部分上架',
// }, {
// value: '2',
// label: '已上架',
// },
// {
// value: '3',
// label: '已下架',130
// },
],
fixed: false,
sortable: true,
},
{
prop: 'allocation',
label: '货位信息',
@ -235,33 +261,6 @@ export const columnList = [
fixed: false,
sortable: true,
},
{
prop: 'groundingStatusName',
label: '上架状态',
type: 3,
values: '',
width: '100',
checkarr: [
// {
// value: '0',
// label: '未上架',
// },
// {
// value: '1',
// label: '部分上架',
// }, {
// value: '2',
// label: '已上架',
// },
// {
// value: '3',
// label: '已下架',130
// },
],
fixed: false,
sortable: true,
},
{
prop: 'resource',
label: '订单来源',

Loading…
Cancel
Save