From 76f4824d2b447cbb80e5476289448898a2b55b0d Mon Sep 17 00:00:00 2001
From: dap <15891557205@163.com>
Date: 星期四, 28 十一月 2024 21:07:23 +0800
Subject: [PATCH] feat: i18n $t方法支持ts类型提示

---
 src/views/workflow/formManage/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/workflow/formManage/index.vue b/src/views/workflow/formManage/index.vue
index 9b9cfe2..e77fd75 100644
--- a/src/views/workflow/formManage/index.vue
+++ b/src/views/workflow/formManage/index.vue
@@ -33,7 +33,7 @@
           <el-col :span="1.5">
             <el-button v-hasPermi="['workflow:formManage:export']" type="warning" plain icon="Download" @click="handleExport">瀵煎嚭</el-button>
           </el-col>
-          <right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar>
+          <right-toolbar v-model:show-search="showSearch" @query-table="getList"></right-toolbar>
         </el-row>
       </template>
 

--
Gitblit v1.9.3