merge(scope): merge code

This commit is contained in:
lukaijie
2026-04-30 23:53:06 +08:00
parent fd5fab10b2
commit f89773c888
23 changed files with 98 additions and 99 deletions

View File

@@ -1,7 +1,15 @@
## 最近一次变更2026-04-27
## 本次变更总结
**一句话概括**: fix: 跑马灯默认文案改为 i18n 翻译值
**时间**: 2026-04-14
**要点**: `wgt_marquees``dataText` 默认值由 key 字符串改为 `i18n.t('8fc92d38.cbc608')`,新建/初始化挂件时可直接显示多语言文案。
**涉及文件**:
- `src/view/mall/goods/physical/list.vue` (修改)
- `src/i18n/locales/zh-CN.json` (修改)
- `src/i18n/locales/en.json` (修改)
- `src/i18n/locales/ar.json` (修改)
详见: `.cursor/commit-summary/2026-04-27-marquees-default-i18n.md`
**主要改动**:
- **审核状态列**:驳回原因展示条件由未定义的 `loginType == 'supplier'` 改为 **`IS_SUPPLIER()`**,消除 `ReferenceError: loginType is not defined`,避免表格渲染失败。
- **批量提交审核**`$confirm` 正文不再使用与「自定义运费」冲突的 **`d41d8cd9.b2c3d4`**;新增专用键 **`d41d8cd9.b1a2c3`**(中/英/阿),并删除 zh-CN 中重复的 `b2c3d4` 条目,保留「自定义运费」定义。
**一句话概括**: fix: 自营商品列表审核列 loginType 与批量审核确认文案