From 66c3c6839447f511286131f5e79eb4fd44ca80f3 Mon Sep 17 00:00:00 2001 From: cat-shark <1716967236@qq.com> Date: Sun, 13 Sep 2026 22:55:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=85=88=E7=BA=A7=E7=B4=A7?= =?UTF-8?q?=E6=80=A5=E6=80=A7=E5=91=BD=E5=90=8D=E4=B8=8E=E6=9D=83=E9=87=8D?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/__tests__/integration/task-form-flow.spec.ts | 2 +- src/components/TaskForm.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/__tests__/integration/task-form-flow.spec.ts b/src/__tests__/integration/task-form-flow.spec.ts index 4d52358..720c403 100644 --- a/src/__tests__/integration/task-form-flow.spec.ts +++ b/src/__tests__/integration/task-form-flow.spec.ts @@ -87,7 +87,7 @@ describe('TaskForm 交互流程(集成)', () => { const hint = wrapper.find('.priority-hint') expect(hint.exists()).toBe(true) expect(hint.text()).toContain('取值范围均为 0') - expect(hint.text()).toContain('急迫性代表时间压力') + expect(hint.text()).toContain('紧急性代表时间压力') expect(hint.text()).toContain('主观优先级是你的直觉判断') wrapper.unmount() }) diff --git a/src/components/TaskForm.vue b/src/components/TaskForm.vue index 13f3141..e43ac5f 100644 --- a/src/components/TaskForm.vue +++ b/src/components/TaskForm.vue @@ -382,7 +382,7 @@ defineExpose({

优先级维度

- + @@ -413,7 +413,7 @@ defineExpose({

- 五个维度取值范围均为 0–5,数值越大表示程度越高,0 表示不适用或未评估。急迫性代表时间压力,重要性代表对当前目标的权重,内容难度代表学习该内容的困难程度,未来价值代表对长期目标的价值,主观优先级是你的直觉判断。系统综合这些维度排序,更倾向「重要但不紧急」的任务,急迫性作为兜底。 + 五个维度取值范围均为 0–5,数值越大表示程度越高,0 表示不适用或未评估。紧急性代表时间压力,重要性代表对当前目标的权重,内容难度代表学习该内容的困难程度,未来价值代表对长期目标的价值,主观优先级是你的直觉判断。系统综合这些维度排序,更倾向「重要但不紧急」的任务,紧急性作为兜底。