From 015f3933f9d8dfaa011e70423a01f77c5ba84136 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Wed, 8 May 2024 16:18:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E5=9B=BE=E9=89=B4icon=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/content/Content.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index c5b5b92..0740c24 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -817,18 +817,24 @@ defineExpose({ v-if="[1].includes(taskDetailInfo.historyStates)" style="cursor: pointer;" name="t1" + width="74.95" + height="74.95" @click.stop="handleApproveMainImage" /> From a2b4ff1913b99ac570d784718dd527dd94e149da Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Wed, 8 May 2024 18:44:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E7=BB=88=E5=AE=A1=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=8E=86=E5=8F=B2=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/final.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/final.ts b/src/config/final.ts index d9d0b30..a9c1259 100644 --- a/src/config/final.ts +++ b/src/config/final.ts @@ -129,7 +129,7 @@ export const asideMap: Recordable = { component: defineAsyncComponent(() => import('@/views/home/aside/comp/items/Iztaskrrom.vue')), }, izshowall: { - label: '显示全部任务数据', + label: '全部历史数据', defaultValue: false, isDefaultFilter: false, key: 'izshowall',