更改退货列表间距

This commit is contained in:
lemon橪 2021-07-22 09:10:15 +08:00
parent c3178eb7d0
commit b2180ecaf7

View File

@ -158,7 +158,7 @@
{
title: "状态",
key: "serviceStatus",
width: 120,
width: 200,
render: (h, params) => {
if (params.row.serviceStatus == "APPLY") {
return h('div', [h('tag', {props: {color: "blue"}}, '申请中'),]);