feat:log
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m41s

This commit is contained in:
sexygoat
2026-04-27 15:06:27 +08:00
parent 853c87b8a2
commit a055ff166a
7 changed files with 479 additions and 4 deletions

View File

@@ -672,7 +672,7 @@
{
prop: 'package_name',
label: '套餐名称',
minWidth: 160,
width: 200,
showOverflowTooltip: true,
formatter: (row: PackageResponse) => {
const hasPermission = hasAuth('package:detail')

View File

@@ -564,7 +564,8 @@
{
prop: 'series_name',
label: '系列名称',
minWidth: 150,
minWidth: 200,
showOverflowTooltip: true,
formatter: (row: PackageSeriesResponse) => {
const hasPermission = hasAuth('package_series:detail')
return h(

View File

@@ -1141,7 +1141,8 @@
{
prop: 'series_name',
label: '系列名称',
minWidth: 150,
width: 200,
showOverflowTooltip: true,
formatter: (row: ShopSeriesGrantResponse) => {
const hasPermission = hasAuth('series_grants:detail')
return h(