更改退货列表间距
parent
c3178eb7d0
commit
b2180ecaf7
|
@ -158,7 +158,7 @@
|
||||||
{
|
{
|
||||||
title: "状态",
|
title: "状态",
|
||||||
key: "serviceStatus",
|
key: "serviceStatus",
|
||||||
width: 120,
|
width: 200,
|
||||||
render: (h, params) => {
|
render: (h, params) => {
|
||||||
if (params.row.serviceStatus == "APPLY") {
|
if (params.row.serviceStatus == "APPLY") {
|
||||||
return h('div', [h('tag', {props: {color: "blue"}}, '申请中'),]);
|
return h('div', [h('tag', {props: {color: "blue"}}, '申请中'),]);
|
||||||
|
|
Loading…
Reference in New Issue