- 下载报告
+ 下载报告
返回
diff --git a/src/views/sluice/runManage/supervisionInspetion/tasksManage/index.vue b/src/views/sluice/runManage/supervisionInspetion/tasksManage/index.vue
index 894d2dd..84ee4dc 100644
--- a/src/views/sluice/runManage/supervisionInspetion/tasksManage/index.vue
+++ b/src/views/sluice/runManage/supervisionInspetion/tasksManage/index.vue
@@ -137,6 +137,7 @@ export default {
class="search-btn"
style="margin-right: 16px; margin-bottom: 8px; float: right"
type="success"
+ v-hasPermi="['sz:run:sup:task:add']"
@click="handleGoDetails()"
>添加
@@ -153,10 +154,10 @@ export default {
/>
- 编辑
- 删除
diff --git a/src/views/sluice/runManage/waterRainReport/testReportManage/index.vue b/src/views/sluice/runManage/waterRainReport/testReportManage/index.vue
index 2e4b713..f55fe0e 100644
--- a/src/views/sluice/runManage/waterRainReport/testReportManage/index.vue
+++ b/src/views/sluice/runManage/waterRainReport/testReportManage/index.vue
@@ -56,12 +56,14 @@
@click="handleGoReport(scope.row)"
type="text"
size="small"
+ v-hasPermi="['sz:run:yq:record:view']"
>水雨情监测
智能分析
diff --git a/vue.config.js b/vue.config.js
index 42ae543..d4f71f6 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -7,7 +7,7 @@ function resolve(dir) {
return path.join(__dirname, dir);
}
-const name = defaultSettings.title || '广东省水工程运行管理系统'; // 标题
+const name = defaultSettings.title || '智慧水利水工程应用v24.3.0'; // 标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口