update 群里反馈的

This commit is contained in:
lb
2024-02-29 14:07:18 +08:00
parent 2c87e3f3b8
commit a41db38229
9 changed files with 91 additions and 50 deletions

View File

@@ -0,0 +1,4 @@
import { getDictData } from './dict';
export const groupConnectWorkshop = (groupName, workshopValue) =>
`${groupName} - ${getDictData('workshop', workshopValue)?.label}`;