给商品页面增加非空判断

This commit is contained in:
季圣华
2021-06-03 00:09:18 +08:00
parent faf5710133
commit 25b5680b80
2 changed files with 30 additions and 55 deletions

View File

@@ -187,7 +187,7 @@
title: '操作',
dataIndex: 'action',
align:"center",
width: 100,
width: 120,
fixed: 'right',
scopedSlots: { customRender: 'action' },
}