From 102f2220365de7cd04d7cd07d8ff8ef03ca2c460 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 19 二月 2025 08:49:38 +0800 Subject: [PATCH] 修改跳转和双向绑定 --- src/views/notCoalMine/nBatchManage/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/notCoalMine/nBatchManage/index.vue b/src/views/notCoalMine/nBatchManage/index.vue index 2ded24a..e9ef221 100644 --- a/src/views/notCoalMine/nBatchManage/index.vue +++ b/src/views/notCoalMine/nBatchManage/index.vue @@ -132,7 +132,7 @@ size="mini" @click="getAsyncData" v-hasPermi="['system:experts:add']" - >同步数据</el-button> + >数据获取</el-button> </el-col> <right-toolbar :showSearch.sync="showSearch" @queryTable="getPage"></right-toolbar> </el-row> -- Gitblit v1.9.2