diff --git a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm index 21f51385..495a94c2 100644 --- a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm +++ b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm @@ -66,7 +66,7 @@ v-hasPermi="['${moduleName}:${businessName}:add']" >新增 - + 导出 - + diff --git a/ruoyi-ui/src/components/TableToolsExt/index.vue b/ruoyi-ui/src/components/RightToolbar/index.vue similarity index 84% rename from ruoyi-ui/src/components/TableToolsExt/index.vue rename to ruoyi-ui/src/components/RightToolbar/index.vue index 534dd23a..73d2dcce 100644 --- a/ruoyi-ui/src/components/TableToolsExt/index.vue +++ b/ruoyi-ui/src/components/RightToolbar/index.vue @@ -1,38 +1,38 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/main.js b/ruoyi-ui/src/main.js index 037ecf9d..27a0ba61 100644 --- a/ruoyi-ui/src/main.js +++ b/ruoyi-ui/src/main.js @@ -21,7 +21,7 @@ import { getConfigKey } from "@/api/system/config"; import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, download, handleTree } from "@/utils/ruoyi"; import Pagination from "@/components/Pagination"; //自定义表格工具扩展 -import TableToolsExt from "@/components/TableToolsExt" +import RightToolbar from "@/components/RightToolbar" // 全局方法挂载 Vue.prototype.getDicts = getDicts @@ -48,7 +48,7 @@ Vue.prototype.msgInfo = function (msg) { // 全局组件挂载 Vue.component('Pagination', Pagination) -Vue.component('TableToolsExt', TableToolsExt) +Vue.component('RightToolbar', RightToolbar) Vue.use(permission) diff --git a/ruoyi-ui/src/views/monitor/job/index.vue b/ruoyi-ui/src/views/monitor/job/index.vue index 5f0cc21a..be92199d 100644 --- a/ruoyi-ui/src/views/monitor/job/index.vue +++ b/ruoyi-ui/src/views/monitor/job/index.vue @@ -84,7 +84,7 @@ v-hasPermi="['monitor:job:query']" >日志 - + diff --git a/ruoyi-ui/src/views/monitor/job/log.vue b/ruoyi-ui/src/views/monitor/job/log.vue index ab159653..10299dde 100644 --- a/ruoyi-ui/src/views/monitor/job/log.vue +++ b/ruoyi-ui/src/views/monitor/job/log.vue @@ -90,7 +90,7 @@ v-hasPermi="['monitor:job:export']" >导出 - + diff --git a/ruoyi-ui/src/views/monitor/logininfor/index.vue b/ruoyi-ui/src/views/monitor/logininfor/index.vue index 9aec14e8..8b0cdc47 100644 --- a/ruoyi-ui/src/views/monitor/logininfor/index.vue +++ b/ruoyi-ui/src/views/monitor/logininfor/index.vue @@ -84,7 +84,7 @@ v-hasPermi="['system:logininfor:export']" >导出 - + diff --git a/ruoyi-ui/src/views/monitor/operlog/index.vue b/ruoyi-ui/src/views/monitor/operlog/index.vue index 7eb75724..1371cdf9 100644 --- a/ruoyi-ui/src/views/monitor/operlog/index.vue +++ b/ruoyi-ui/src/views/monitor/operlog/index.vue @@ -100,7 +100,7 @@ v-hasPermi="['system:config:export']" >导出 - + diff --git a/ruoyi-ui/src/views/system/config/index.vue b/ruoyi-ui/src/views/system/config/index.vue index c5d7ffdb..0d88b00d 100644 --- a/ruoyi-ui/src/views/system/config/index.vue +++ b/ruoyi-ui/src/views/system/config/index.vue @@ -97,7 +97,7 @@ v-hasPermi="['system:config:remove']" >清理缓存 - + diff --git a/ruoyi-ui/src/views/system/dept/index.vue b/ruoyi-ui/src/views/system/dept/index.vue index 13c30d40..ae2aaaa8 100644 --- a/ruoyi-ui/src/views/system/dept/index.vue +++ b/ruoyi-ui/src/views/system/dept/index.vue @@ -36,7 +36,7 @@ v-hasPermi="['system:dept:add']" >新增 - + 导出 - + diff --git a/ruoyi-ui/src/views/system/dict/index.vue b/ruoyi-ui/src/views/system/dict/index.vue index d278352a..7b831daf 100644 --- a/ruoyi-ui/src/views/system/dict/index.vue +++ b/ruoyi-ui/src/views/system/dict/index.vue @@ -103,7 +103,7 @@ v-hasPermi="['system:dict:remove']" >清理缓存 - + diff --git a/ruoyi-ui/src/views/system/menu/index.vue b/ruoyi-ui/src/views/system/menu/index.vue index 53e9181b..52f15a4f 100644 --- a/ruoyi-ui/src/views/system/menu/index.vue +++ b/ruoyi-ui/src/views/system/menu/index.vue @@ -36,7 +36,7 @@ v-hasPermi="['system:menu:add']" >新增 - + 删除 - + @@ -164,7 +164,7 @@ -