From c8b085e963604f728af03d6135659bba4d8b91d2 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Mon, 27 Dec 2021 12:13:45 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8F=91=E5=B8=83=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E5=B0=8F=E5=B1=8F=E5=B9=95=E4=B8=8D=E6=94=AF=E6=8C=81=E5=8F=B3?= =?UTF-8?q?=E9=94=AE(=E9=9A=90=E8=97=8F=E5=8F=B3=E9=94=AE=E6=8F=90?= =?UTF-8?q?=E7=A4=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/components/TaskAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/pages/manage/components/TaskAdd.vue b/resources/assets/js/pages/manage/components/TaskAdd.vue index 98fceb22..6f8ab559 100644 --- a/resources/assets/js/pages/manage/components/TaskAdd.vue +++ b/resources/assets/js/pages/manage/components/TaskAdd.vue @@ -29,7 +29,7 @@ :plugins="taskPlugins" :options="taskOptions" :option-full="taskOptionFull" - :placeholder="$L('详细描述,选填...(点击右键使用工具栏)')" + :placeholder="$L($store.state.windowMax768 ? '详细描述,选填...' : '详细描述,选填...(点击右键使用工具栏)')" :placeholderFull="$L('详细描述...')" inline/>