diff --git a/web/src/views/Package/constant.ts b/web/src/views/Package/constant.ts index e4b04719..8d3b0d48 100644 --- a/web/src/views/Package/constant.ts +++ b/web/src/views/Package/constant.ts @@ -1,34 +1,40 @@ +/* + * @Author: ZhaoYing + * @Date: 2026-04-14 11:43:57 + * @Last Modified by: ZhaoYing + * @Last Modified time: 2026-04-14 14:55:20 + */ export const billingUnits = [ { key: 'workspace_quota', - unit: '个', placeholder: '如: 10', + unit: 'pcs', placeholder: 'numberPlaceholder', }, { key: 'skill_quota', - unit: '个', placeholder: '如: 10', + unit: 'pcs', placeholder: 'numberPlaceholder', }, { key: 'app_quota', - unit: '个', placeholder: '如: 10', + unit: 'pcs', placeholder: 'numberPlaceholder', }, { key: 'knowledge_capacity_quota', - unit: 'GB', placeholder: '如: 10', + unit: 'GB', placeholder: 'numberPlaceholder', }, { key: 'memory_engine_quota', - unit: '个', placeholder: '如: 10', + unit: 'pcs', placeholder: 'numberPlaceholder', }, { key: 'end_user_quota', - unit: '个', placeholder: '如: 10', + unit: 'pcs', placeholder: 'numberPlaceholder', }, { key: 'ontology_project_quota', - unit: '个', placeholder: '如: 10', + unit: 'pcs', placeholder: 'numberPlaceholder', }, { key: 'model_quota', - unit: '次/秒', placeholder: '如: 10', + unit: 'ops', placeholder: 'numberPlaceholder', }, ] \ No newline at end of file diff --git a/web/src/views/Package/index.tsx b/web/src/views/Package/index.tsx index 0e8a347f..64ce0c04 100644 --- a/web/src/views/Package/index.tsx +++ b/web/src/views/Package/index.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-25 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-04-14 14:48:13 + * @Last Modified time: 2026-04-14 14:59:11 */ /** * Package Component @@ -112,23 +112,23 @@ const Package: FC = () => { return (