更改退货列表间距

master
lemon橪 2021-07-22 09:10:15 +08:00
parent c3178eb7d0
commit b2180ecaf7
1 changed files with 1 additions and 1 deletions

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"}}, '申请中'),]);