src/utils/ruoyi.ts
@@ -68,7 +68,7 @@ if (value === undefined) { return ''; } const actions = []; const actions: Array<string | number> = []; Object.keys(datas).some((key) => { if (datas[key].value == '' + value) { actions.push(datas[key].label);