mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	Compare commits
	
		
			92 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					63f0615445 | ||
| 
						 | 
					94da6df33e | ||
| 
						 | 
					cc3981d99c | ||
| 
						 | 
					8332d9b354 | ||
| 
						 | 
					493925064c | ||
| 
						 | 
					c0232c4c75 | ||
| 
						 | 
					b873855b44 | ||
| 
						 | 
					9c524292f0 | ||
| 
						 | 
					bfd346e65a | ||
| 
						 | 
					bc811cbd49 | ||
| 
						 | 
					bbec3eca0d | ||
| 
						 | 
					3857d674ba | ||
| 
						 | 
					25b0ae4d2f | ||
| 
						 | 
					b7aa281611 | ||
| 
						 | 
					3c89a285f5 | ||
| 
						 | 
					d3d26c85c3 | ||
| 
						 | 
					a764c4f974 | ||
| 
						 | 
					af454f7d5d | ||
| 
						 | 
					eea759e10e | ||
| 
						 | 
					e158422091 | ||
| 
						 | 
					5ada63d4a1 | ||
| 
						 | 
					5ef35001cc | ||
| 
						 | 
					0be50f0995 | ||
| 
						 | 
					61e1b0ca70 | ||
| 
						 | 
					85910bf440 | ||
| 
						 | 
					7a7a7020b4 | ||
| 
						 | 
					ae3d2659aa | ||
| 
						 | 
					76fd6675b5 | ||
| 
						 | 
					664118a709 | ||
| 
						 | 
					e344722794 | ||
| 
						 | 
					1a7d425f60 | ||
| 
						 | 
					a0582192bf | ||
| 
						 | 
					4ac9f02d6a | ||
| 
						 | 
					7e0febef8f | ||
| 
						 | 
					94ed4b77d6 | ||
| 
						 | 
					2b419bca11 | ||
| 
						 | 
					54a0f0b3c7 | ||
| 
						 | 
					86bccc3b3d | ||
| 
						 | 
					0e601b5033 | ||
| 
						 | 
					85d745fcee | ||
| 
						 | 
					550631c03b | ||
| 
						 | 
					f29a1560aa | ||
| 
						 | 
					8c4c41cf0b | ||
| 
						 | 
					f5c90277b1 | ||
| 
						 | 
					2ae0cd7ab4 | ||
| 
						 | 
					1f6c14ee2f | ||
| 
						 | 
					574d27f6da | ||
| 
						 | 
					7d62841783 | ||
| 
						 | 
					970d74bd70 | ||
| 
						 | 
					0c797f8da9 | ||
| 
						 | 
					68f8603c75 | ||
| 
						 | 
					06bce33c48 | ||
| 
						 | 
					f8837f28c3 | ||
| 
						 | 
					61aed08dde | ||
| 
						 | 
					a5a813f95f | ||
| 
						 | 
					18cf2e54c4 | ||
| 
						 | 
					5c72b1de57 | ||
| 
						 | 
					6e44e90d67 | ||
| 
						 | 
					0e699ba20e | ||
| 
						 | 
					cf24c2671f | ||
| 
						 | 
					d3b99ec88d | ||
| 
						 | 
					0b5ab090a4 | ||
| 
						 | 
					454698286c | ||
| 
						 | 
					14e0aadbba | ||
| 
						 | 
					73986a834c | ||
| 
						 | 
					8faf1831d9 | ||
| 
						 | 
					d86ef0a9ab | ||
| 
						 | 
					c2bb0c589e | ||
| 
						 | 
					9994f20a2c | ||
| 
						 | 
					b5014c307f | ||
| 
						 | 
					75bd4ca3df | ||
| 
						 | 
					d00bd2ed72 | ||
| 
						 | 
					e444500835 | ||
| 
						 | 
					6709135a0b | ||
| 
						 | 
					59a7ff9ac7 | ||
| 
						 | 
					172c729535 | ||
| 
						 | 
					ac5198db1c | ||
| 
						 | 
					5c5c2c2037 | ||
| 
						 | 
					1db990b554 | ||
| 
						 | 
					70c887a16a | ||
| 
						 | 
					2430c4f6aa | ||
| 
						 | 
					84fd14c129 | ||
| 
						 | 
					a376a82240 | ||
| 
						 | 
					e1e03dc09a | ||
| 
						 | 
					790d644c34 | ||
| 
						 | 
					9de8dae954 | ||
| 
						 | 
					57361d8241 | ||
| 
						 | 
					b347bd7ef5 | ||
| 
						 | 
					070c8ac0da | ||
| 
						 | 
					e221c2f42e | ||
| 
						 | 
					c7bab3a71b | ||
| 
						 | 
					82c17a51a2 | 
							
								
								
									
										18
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -1,16 +1,16 @@
 | 
				
			|||||||
# 构建前端资源
 | 
					# 构建前端资源
 | 
				
			||||||
FROM node:18-alpine3.16 as fe-builder
 | 
					FROM node:18-bookworm-slim as fe-builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WORKDIR /mayfly
 | 
					WORKDIR /mayfly
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY mayfly_go_web .
 | 
					COPY mayfly_go_web .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN yarn
 | 
					RUN yarn config set registry 'https://registry.npm.taobao.org' && \
 | 
				
			||||||
 | 
					    yarn install && \
 | 
				
			||||||
RUN yarn build
 | 
					    yarn build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 构建后端资源
 | 
					# 构建后端资源
 | 
				
			||||||
FROM golang:1.21.0 as be-builder
 | 
					FROM golang:1.21.5 as be-builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV GOPROXY https://goproxy.cn
 | 
					ENV GOPROXY https://goproxy.cn
 | 
				
			||||||
WORKDIR /mayfly
 | 
					WORKDIR /mayfly
 | 
				
			||||||
@@ -18,7 +18,7 @@ WORKDIR /mayfly
 | 
				
			|||||||
# Copy the go source for building server
 | 
					# Copy the go source for building server
 | 
				
			||||||
COPY server .
 | 
					COPY server .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN go mod download
 | 
					RUN go mod tidy && go mod download
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY --from=fe-builder /mayfly/dist /mayfly/static/static
 | 
					COPY --from=fe-builder /mayfly/dist /mayfly/static/static
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -27,9 +27,11 @@ RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux \
 | 
				
			|||||||
    go build -a \
 | 
					    go build -a \
 | 
				
			||||||
    -o mayfly-go main.go
 | 
					    -o mayfly-go main.go
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM alpine:3.16
 | 
					FROM debian:bookworm-slim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache ca-certificates bash expat
 | 
					RUN apt-get update && \
 | 
				
			||||||
 | 
					    apt-get install -y ca-certificates expat libncurses5 && \
 | 
				
			||||||
 | 
					    apt-get clean
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV TZ=Asia/Shanghai
 | 
					ENV TZ=Asia/Shanghai
 | 
				
			||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 | 
					RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,7 +22,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### 介绍
 | 
					### 介绍
 | 
				
			||||||
 | 
					
 | 
				
			||||||
web 版 **linux(终端[终端回放] 文件 脚本 进程 计划任务)、数据库(mysql postgres)、redis(单机 哨兵 集群)、mongo 统一管理操作平台**
 | 
					web 版 **linux(终端[终端回放] 文件 脚本 进程 计划任务)、数据库(mysql postgres oracle 达梦 高斯)、redis(单机 哨兵 集群)、mongo 统一管理操作平台**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 开发语言与主要框架
 | 
					### 开发语言与主要框架
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -56,7 +56,7 @@ function build() {
 | 
				
			|||||||
    if [ "${os}" == "windows" ];then
 | 
					    if [ "${os}" == "windows" ];then
 | 
				
			||||||
        execFileName="${execFileName}.exe"
 | 
					        execFileName="${execFileName}.exe"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    CGO_ENABLE=0 GOOS=${os} GOARCH=${arch} go build -o ${execFileName} main.go
 | 
					    CGO_ENABLE=0 GOOS=${os} GOARCH=${arch} go build -ldflags=-w -o ${execFileName} main.go
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if [ -d ${toFolder} ] ; then
 | 
					    if [ -d ${toFolder} ] ; then
 | 
				
			||||||
        echo_green "目标文件夹已存在,清空文件夹"
 | 
					        echo_green "目标文件夹已存在,清空文件夹"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,8 @@
 | 
				
			|||||||
# 本地环境
 | 
					# 本地环境
 | 
				
			||||||
ENV = 'development'
 | 
					ENV = 'development'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					VITE_OPEN = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 本地环境接口地址
 | 
					# 本地环境接口地址
 | 
				
			||||||
VITE_API_URL = '/api'
 | 
					VITE_API_URL = '/api'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								mayfly_go_web/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								mayfly_go_web/.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,7 +1,8 @@
 | 
				
			|||||||
.DS_Store
 | 
					.DS_Store
 | 
				
			||||||
node_modules
 | 
					node_modules
 | 
				
			||||||
/dist
 | 
					/dist
 | 
				
			||||||
 | 
					*.lock
 | 
				
			||||||
 | 
					pnpm-lock.yaml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# local env files
 | 
					# local env files
 | 
				
			||||||
.env.local
 | 
					.env.local
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,29 +9,31 @@
 | 
				
			|||||||
    "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
 | 
					    "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@element-plus/icons-vue": "^2.1.0",
 | 
					    "@element-plus/icons-vue": "^2.3.1",
 | 
				
			||||||
    "asciinema-player": "^3.6.2",
 | 
					    "@vueuse/core": "^10.7.2",
 | 
				
			||||||
 | 
					    "asciinema-player": "^3.6.3",
 | 
				
			||||||
    "axios": "^1.6.2",
 | 
					    "axios": "^1.6.2",
 | 
				
			||||||
    "clipboard": "^2.0.11",
 | 
					    "clipboard": "^2.0.11",
 | 
				
			||||||
    "countup.js": "^2.7.0",
 | 
					    "countup.js": "^2.7.0",
 | 
				
			||||||
    "cropperjs": "^1.5.11",
 | 
					    "cropperjs": "^1.5.11",
 | 
				
			||||||
    "echarts": "^5.4.3",
 | 
					    "echarts": "^5.4.3",
 | 
				
			||||||
    "element-plus": "^2.4.2",
 | 
					    "element-plus": "^2.5.1",
 | 
				
			||||||
    "jsencrypt": "^3.3.1",
 | 
					    "js-base64": "^3.7.5",
 | 
				
			||||||
 | 
					    "jsencrypt": "^3.3.2",
 | 
				
			||||||
    "lodash": "^4.17.21",
 | 
					    "lodash": "^4.17.21",
 | 
				
			||||||
    "mitt": "^3.0.1",
 | 
					    "mitt": "^3.0.1",
 | 
				
			||||||
    "monaco-editor": "^0.44.0",
 | 
					    "monaco-editor": "^0.45.0",
 | 
				
			||||||
    "monaco-sql-languages": "^0.11.0",
 | 
					    "monaco-sql-languages": "^0.11.0",
 | 
				
			||||||
    "monaco-themes": "^0.4.4",
 | 
					    "monaco-themes": "^0.4.4",
 | 
				
			||||||
    "nprogress": "^0.2.0",
 | 
					    "nprogress": "^0.2.0",
 | 
				
			||||||
    "pinia": "^2.1.7",
 | 
					    "pinia": "^2.1.7",
 | 
				
			||||||
    "qrcode.vue": "^3.4.0",
 | 
					    "qrcode.vue": "^3.4.1",
 | 
				
			||||||
    "screenfull": "^6.0.2",
 | 
					    "screenfull": "^6.0.2",
 | 
				
			||||||
    "sortablejs": "^1.15.0",
 | 
					    "sortablejs": "^1.15.0",
 | 
				
			||||||
    "sql-formatter": "^14.0.0",
 | 
					    "splitpanes": "^3.1.5",
 | 
				
			||||||
 | 
					    "sql-formatter": "^15.0.2",
 | 
				
			||||||
    "uuid": "^9.0.1",
 | 
					    "uuid": "^9.0.1",
 | 
				
			||||||
    "vue": "^3.3.9",
 | 
					    "vue": "^3.4.14",
 | 
				
			||||||
    "vue-clipboard3": "^1.0.1",
 | 
					 | 
				
			||||||
    "vue-router": "^4.2.5",
 | 
					    "vue-router": "^4.2.5",
 | 
				
			||||||
    "xterm": "^5.3.0",
 | 
					    "xterm": "^5.3.0",
 | 
				
			||||||
    "xterm-addon-fit": "^0.8.0",
 | 
					    "xterm-addon-fit": "^0.8.0",
 | 
				
			||||||
@@ -40,21 +42,21 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@types/lodash": "^4.14.178",
 | 
					    "@types/lodash": "^4.14.178",
 | 
				
			||||||
    "@types/node": "^15.6.0",
 | 
					    "@types/node": "^18.14.0",
 | 
				
			||||||
    "@types/nprogress": "^0.2.0",
 | 
					    "@types/nprogress": "^0.2.0",
 | 
				
			||||||
    "@types/sortablejs": "^1.15.3",
 | 
					    "@types/sortablejs": "^1.15.3",
 | 
				
			||||||
    "@typescript-eslint/eslint-plugin": "^6.7.4",
 | 
					    "@typescript-eslint/eslint-plugin": "^6.7.4",
 | 
				
			||||||
    "@typescript-eslint/parser": "^6.7.4",
 | 
					    "@typescript-eslint/parser": "^6.7.4",
 | 
				
			||||||
    "@vitejs/plugin-vue": "^4.4.0",
 | 
					    "@vitejs/plugin-vue": "^5.0.3",
 | 
				
			||||||
    "@vue/compiler-sfc": "^3.3.4",
 | 
					    "@vue/compiler-sfc": "^3.4.14",
 | 
				
			||||||
    "dotenv": "^16.3.1",
 | 
					    "dotenv": "^16.3.1",
 | 
				
			||||||
    "eslint": "^8.35.0",
 | 
					    "eslint": "^8.35.0",
 | 
				
			||||||
    "eslint-plugin-vue": "^9.17.0",
 | 
					    "eslint-plugin-vue": "^9.19.2",
 | 
				
			||||||
    "prettier": "^3.0.3",
 | 
					    "prettier": "^3.1.0",
 | 
				
			||||||
    "sass": "^1.69.0",
 | 
					    "sass": "^1.69.0",
 | 
				
			||||||
    "typescript": "^5.3.2",
 | 
					    "typescript": "^5.3.2",
 | 
				
			||||||
    "vite": "^5.0.2",
 | 
					    "vite": "^5.0.11",
 | 
				
			||||||
    "vue-eslint-parser": "^9.3.1"
 | 
					    "vue-eslint-parser": "^9.4.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "browserslist": [
 | 
					  "browserslist": [
 | 
				
			||||||
    "> 1%",
 | 
					    "> 1%",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,12 +22,10 @@ import { ref, onMounted, onUnmounted, nextTick, watch } from 'vue';
 | 
				
			|||||||
import { useRoute } from 'vue-router';
 | 
					import { useRoute } from 'vue-router';
 | 
				
			||||||
import { storeToRefs } from 'pinia';
 | 
					import { storeToRefs } from 'pinia';
 | 
				
			||||||
import { useThemeConfig } from '@/store/themeConfig';
 | 
					import { useThemeConfig } from '@/store/themeConfig';
 | 
				
			||||||
import { getLocal } from '@/common/utils/storage';
 | 
					 | 
				
			||||||
import LockScreen from '@/layout/lockScreen/index.vue';
 | 
					import LockScreen from '@/layout/lockScreen/index.vue';
 | 
				
			||||||
import Setings from '@/layout/navBars/breadcrumb/setings.vue';
 | 
					import Setings from '@/layout/navBars/breadcrumb/setings.vue';
 | 
				
			||||||
import mittBus from '@/common/utils/mitt';
 | 
					import mittBus from '@/common/utils/mitt';
 | 
				
			||||||
import { getThemeConfig } from './common/utils/storage';
 | 
					import { useIntervalFn } from '@vueuse/core';
 | 
				
			||||||
import { useWatermark } from '@/common/sysconfig';
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const setingsRef = ref();
 | 
					const setingsRef = ref();
 | 
				
			||||||
const route = useRoute();
 | 
					const route = useRoute();
 | 
				
			||||||
@@ -40,12 +38,6 @@ const openSetingsDrawer = () => {
 | 
				
			|||||||
    setingsRef.value.openDrawer();
 | 
					    setingsRef.value.openDrawer();
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const prefers = matchMedia('(prefers-color-scheme: dark)');
 | 
					 | 
				
			||||||
const switchDarkFollowOS = () => {
 | 
					 | 
				
			||||||
    // 跟随系统主题
 | 
					 | 
				
			||||||
    themeConfigStores.switchDark(prefers.matches);
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 页面加载时
 | 
					// 页面加载时
 | 
				
			||||||
onMounted(() => {
 | 
					onMounted(() => {
 | 
				
			||||||
    nextTick(() => {
 | 
					    nextTick(() => {
 | 
				
			||||||
@@ -54,18 +46,8 @@ onMounted(() => {
 | 
				
			|||||||
            openSetingsDrawer();
 | 
					            openSetingsDrawer();
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // 获取缓存中的布局配置
 | 
					        // 初始化系统主题
 | 
				
			||||||
        const tc = getThemeConfig();
 | 
					        themeConfigStores.initThemeConfig();
 | 
				
			||||||
        if (tc) {
 | 
					 | 
				
			||||||
            themeConfigStores.setThemeConfig({ themeConfig: tc });
 | 
					 | 
				
			||||||
            document.documentElement.style.cssText = getLocal('themeConfigStyle');
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        switchDarkFollowOS();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        // 是否开启水印
 | 
					 | 
				
			||||||
        useWatermark().then((res) => {
 | 
					 | 
				
			||||||
            themeConfigStores.setWatermarkConfig(res);
 | 
					 | 
				
			||||||
        });
 | 
					 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -77,36 +59,35 @@ watch(
 | 
				
			|||||||
            setTimeout(() => {
 | 
					            setTimeout(() => {
 | 
				
			||||||
                setWatermarkContent();
 | 
					                setWatermarkContent();
 | 
				
			||||||
                refreshWatermarkTime();
 | 
					                refreshWatermarkTime();
 | 
				
			||||||
 | 
					                resume();
 | 
				
			||||||
            }, 500);
 | 
					            }, 500);
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            pause();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 刷新水印时间
 | 
				
			||||||
 | 
					const { pause, resume } = useIntervalFn(() => {
 | 
				
			||||||
 | 
					    if (!themeConfig.value.isWatermark) {
 | 
				
			||||||
 | 
					        pause();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    refreshWatermarkTime();
 | 
				
			||||||
 | 
					}, 60000);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const setWatermarkContent = () => {
 | 
					const setWatermarkContent = () => {
 | 
				
			||||||
    themeConfigStores.setWatermarkUser();
 | 
					    themeConfigStores.setWatermarkUser();
 | 
				
			||||||
    themeConfigStores.setWatermarkNowTime();
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
let refreshWatermarkTimeInterval: any = null;
 | 
					 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 刷新水印时间
 | 
					 * 刷新水印时间
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
const refreshWatermarkTime = () => {
 | 
					const refreshWatermarkTime = () => {
 | 
				
			||||||
    if (refreshWatermarkTimeInterval) {
 | 
					    themeConfigStores.setWatermarkNowTime();
 | 
				
			||||||
        clearInterval(refreshWatermarkTimeInterval);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    refreshWatermarkTimeInterval = setInterval(() => {
 | 
					 | 
				
			||||||
        if (themeConfig.value.isWatermark) {
 | 
					 | 
				
			||||||
            themeConfigStores.setWatermarkNowTime();
 | 
					 | 
				
			||||||
        } else {
 | 
					 | 
				
			||||||
            clearInterval(refreshWatermarkTimeInterval);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    }, 60000);
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 页面销毁时,关闭监听布局配置
 | 
					// 页面销毁时,关闭监听布局配置
 | 
				
			||||||
onUnmounted(() => {
 | 
					onUnmounted(() => {
 | 
				
			||||||
    clearInterval(refreshWatermarkTimeInterval);
 | 
					 | 
				
			||||||
    mittBus.off('openSetingsDrawer', () => {});
 | 
					    mittBus.off('openSetingsDrawer', () => {});
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -26,6 +26,13 @@
 | 
				
			|||||||
      "unicode": "e8b7",
 | 
					      "unicode": "e8b7",
 | 
				
			||||||
      "unicode_decimal": 59575
 | 
					      "unicode_decimal": 59575
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        "icon_id": "12295203",
 | 
				
			||||||
 | 
					        "name": "达梦数据库",
 | 
				
			||||||
 | 
					        "font_class": "db-dm",
 | 
				
			||||||
 | 
					        "unicode": "e6f0",
 | 
				
			||||||
 | 
					        "unicode_decimal": 59120
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "icon_id": "10055634",
 | 
					      "icon_id": "10055634",
 | 
				
			||||||
      "name": "云数据库MongoDB",
 | 
					      "name": "云数据库MongoDB",
 | 
				
			||||||
@@ -46,6 +53,20 @@
 | 
				
			|||||||
      "font_class": "redis",
 | 
					      "font_class": "redis",
 | 
				
			||||||
      "unicode": "e619",
 | 
					      "unicode": "e619",
 | 
				
			||||||
      "unicode_decimal": 58905
 | 
					      "unicode_decimal": 58905
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "icon_id": "11617944",
 | 
				
			||||||
 | 
					      "name": "oracle",
 | 
				
			||||||
 | 
					      "font_class": "oracle",
 | 
				
			||||||
 | 
					      "unicode": "e6ea",
 | 
				
			||||||
 | 
					      "unicode_decimal": 59114
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "icon_id": "8105644",
 | 
				
			||||||
 | 
					      "name": "mariadb",
 | 
				
			||||||
 | 
					      "font_class": "mariadb",
 | 
				
			||||||
 | 
					      "unicode": "e513",
 | 
				
			||||||
 | 
					      "unicode_decimal": 58643
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,5 @@
 | 
				
			|||||||
import request from './request';
 | 
					import request from './request';
 | 
				
			||||||
 | 
					import { useApiFetch } from '@/hooks/useRequest';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 可用于各模块定义各自api请求
 | 
					 * 可用于各模块定义各自api请求
 | 
				
			||||||
@@ -14,11 +15,27 @@ class Api {
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    method: string;
 | 
					    method: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 请求前处理函数
 | 
				
			||||||
 | 
					     * param1: param请求参数
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    beforeHandler: Function;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    constructor(url: string, method: string) {
 | 
					    constructor(url: string, method: string) {
 | 
				
			||||||
        this.url = url;
 | 
					        this.url = url;
 | 
				
			||||||
        this.method = method;
 | 
					        this.method = method;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 设置请求前处理回调函数
 | 
				
			||||||
 | 
					     * @param func 请求前处理器
 | 
				
			||||||
 | 
					     * @returns this
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    withBeforeHandler(func: Function) {
 | 
				
			||||||
 | 
					        this.beforeHandler = func;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 获取权限的完整url
 | 
					     * 获取权限的完整url
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
@@ -27,11 +44,34 @@ class Api {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 请求对应的该api
 | 
					     * 响应式使用该api
 | 
				
			||||||
 | 
					     * @param params 响应式params
 | 
				
			||||||
 | 
					     * @param reqOptions 其他可选值
 | 
				
			||||||
 | 
					     * @returns
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    useApi<T>(params: any = null, reqOptions: RequestInit = {}) {
 | 
				
			||||||
 | 
					        return useApiFetch<T>(this, params, reqOptions);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * fetch 请求对应的该api
 | 
				
			||||||
     * @param {Object} param 请求该api的参数
 | 
					     * @param {Object} param 请求该api的参数
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    request(param: any = null, options: any = null, headers: any = null): Promise<any> {
 | 
					    async request(param: any = null, options: any = {}): Promise<any> {
 | 
				
			||||||
        return request.request(this.method, this.url, param, headers, options);
 | 
					        const { execute, data } = this.useApi(param, options);
 | 
				
			||||||
 | 
					        await execute();
 | 
				
			||||||
 | 
					        return data.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * xhr 请求对应的该api
 | 
				
			||||||
 | 
					     * @param {Object} param 请求该api的参数
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    async xhrReq(param: any = null, options: any = {}): Promise<any> {
 | 
				
			||||||
 | 
					        if (this.beforeHandler) {
 | 
				
			||||||
 | 
					            this.beforeHandler(param);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        return request.xhrReq(this.method, this.url, param, options);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**    静态方法     **/
 | 
					    /**    静态方法     **/
 | 
				
			||||||
@@ -79,3 +119,8 @@ class Api {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default Api;
 | 
					export default Api;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export class PageRes {
 | 
				
			||||||
 | 
					    list: any[] = [];
 | 
				
			||||||
 | 
					    total: number = 0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										9
									
								
								mayfly_go_web/src/common/commonEnum.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								mayfly_go_web/src/common/commonEnum.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					import EnumValue from './Enum';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 标签关联的资源类型
 | 
				
			||||||
 | 
					export const TagResourceTypeEnum = {
 | 
				
			||||||
 | 
					    Machine: EnumValue.of(1, '机器'),
 | 
				
			||||||
 | 
					    Db: EnumValue.of(2, '数据库'),
 | 
				
			||||||
 | 
					    Redis: EnumValue.of(3, 'redis'),
 | 
				
			||||||
 | 
					    Mongo: EnumValue.of(4, 'mongo'),
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
@@ -15,7 +15,7 @@ const config = {
 | 
				
			|||||||
    baseWsUrl: `${(window as any).globalConfig.BaseWsUrl || `${location.protocol == 'https:' ? 'wss:' : 'ws:'}//${getBaseApiUrl()}`}/api`,
 | 
					    baseWsUrl: `${(window as any).globalConfig.BaseWsUrl || `${location.protocol == 'https:' ? 'wss:' : 'ws:'}//${getBaseApiUrl()}`}/api`,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 系统版本
 | 
					    // 系统版本
 | 
				
			||||||
    version: 'v1.5.4',
 | 
					    version: 'v1.7.0',
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default config;
 | 
					export default config;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,176 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "seriesCnt": "4",
 | 
					 | 
				
			||||||
    "backgroundColor": "rgba(0,0,0,0)",
 | 
					 | 
				
			||||||
    "titleColor": "#008acd",
 | 
					 | 
				
			||||||
    "subtitleColor": "#aaaaaa",
 | 
					 | 
				
			||||||
    "textColorShow": false,
 | 
					 | 
				
			||||||
    "textColor": "#333",
 | 
					 | 
				
			||||||
    "markTextColor": "#eeeeee",
 | 
					 | 
				
			||||||
    "color": [
 | 
					 | 
				
			||||||
        "#2ec7c9",
 | 
					 | 
				
			||||||
        "#b6a2de",
 | 
					 | 
				
			||||||
        "#5ab1ef",
 | 
					 | 
				
			||||||
        "#ffb980",
 | 
					 | 
				
			||||||
        "#d87a80",
 | 
					 | 
				
			||||||
        "#8d98b3",
 | 
					 | 
				
			||||||
        "#e5cf0d",
 | 
					 | 
				
			||||||
        "#97b552",
 | 
					 | 
				
			||||||
        "#95706d",
 | 
					 | 
				
			||||||
        "#dc69aa",
 | 
					 | 
				
			||||||
        "#07a2a4",
 | 
					 | 
				
			||||||
        "#9a7fd1",
 | 
					 | 
				
			||||||
        "#588dd5",
 | 
					 | 
				
			||||||
        "#f5994e",
 | 
					 | 
				
			||||||
        "#c05050",
 | 
					 | 
				
			||||||
        "#59678c",
 | 
					 | 
				
			||||||
        "#c9ab00",
 | 
					 | 
				
			||||||
        "#7eb00a",
 | 
					 | 
				
			||||||
        "#6f5553",
 | 
					 | 
				
			||||||
        "#c14089"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "borderColor": "#ccc",
 | 
					 | 
				
			||||||
    "borderWidth": 0,
 | 
					 | 
				
			||||||
    "visualMapColor": [
 | 
					 | 
				
			||||||
        "#5ab1ef",
 | 
					 | 
				
			||||||
        "#e0ffff"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "legendTextColor": "#333333",
 | 
					 | 
				
			||||||
    "kColor": "#d87a80",
 | 
					 | 
				
			||||||
    "kColor0": "#2ec7c9",
 | 
					 | 
				
			||||||
    "kBorderColor": "#d87a80",
 | 
					 | 
				
			||||||
    "kBorderColor0": "#2ec7c9",
 | 
					 | 
				
			||||||
    "kBorderWidth": 1,
 | 
					 | 
				
			||||||
    "lineWidth": 2,
 | 
					 | 
				
			||||||
    "symbolSize": 3,
 | 
					 | 
				
			||||||
    "symbol": "emptyCircle",
 | 
					 | 
				
			||||||
    "symbolBorderWidth": 1,
 | 
					 | 
				
			||||||
    "lineSmooth": true,
 | 
					 | 
				
			||||||
    "graphLineWidth": 1,
 | 
					 | 
				
			||||||
    "graphLineColor": "#aaaaaa",
 | 
					 | 
				
			||||||
    "mapLabelColor": "#d87a80",
 | 
					 | 
				
			||||||
    "mapLabelColorE": "rgb(100,0,0)",
 | 
					 | 
				
			||||||
    "mapBorderColor": "#eeeeee",
 | 
					 | 
				
			||||||
    "mapBorderColorE": "#444",
 | 
					 | 
				
			||||||
    "mapBorderWidth": 0.5,
 | 
					 | 
				
			||||||
    "mapBorderWidthE": 1,
 | 
					 | 
				
			||||||
    "mapAreaColor": "#dddddd",
 | 
					 | 
				
			||||||
    "mapAreaColorE": "rgba(254,153,78,1)",
 | 
					 | 
				
			||||||
    "axes": [
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "type": "all",
 | 
					 | 
				
			||||||
            "name": "通用坐标轴",
 | 
					 | 
				
			||||||
            "axisLineShow": true,
 | 
					 | 
				
			||||||
            "axisLineColor": "#eeeeee",
 | 
					 | 
				
			||||||
            "axisTickShow": true,
 | 
					 | 
				
			||||||
            "axisTickColor": "#eeeeee",
 | 
					 | 
				
			||||||
            "axisLabelShow": true,
 | 
					 | 
				
			||||||
            "axisLabelColor": "#eeeeee",
 | 
					 | 
				
			||||||
            "splitLineShow": true,
 | 
					 | 
				
			||||||
            "splitLineColor": [
 | 
					 | 
				
			||||||
                "#aaaaaa"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "splitAreaShow": false,
 | 
					 | 
				
			||||||
            "splitAreaColor": [
 | 
					 | 
				
			||||||
                "#eeeeee"
 | 
					 | 
				
			||||||
            ]
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "type": "category",
 | 
					 | 
				
			||||||
            "name": "类目坐标轴",
 | 
					 | 
				
			||||||
            "axisLineShow": true,
 | 
					 | 
				
			||||||
            "axisLineColor": "#008acd",
 | 
					 | 
				
			||||||
            "axisTickShow": true,
 | 
					 | 
				
			||||||
            "axisTickColor": "#333",
 | 
					 | 
				
			||||||
            "axisLabelShow": true,
 | 
					 | 
				
			||||||
            "axisLabelColor": "#333",
 | 
					 | 
				
			||||||
            "splitLineShow": false,
 | 
					 | 
				
			||||||
            "splitLineColor": [
 | 
					 | 
				
			||||||
                "#eee"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "splitAreaShow": false,
 | 
					 | 
				
			||||||
            "splitAreaColor": [
 | 
					 | 
				
			||||||
                "rgba(250,250,250,0.3)",
 | 
					 | 
				
			||||||
                "rgba(200,200,200,0.3)"
 | 
					 | 
				
			||||||
            ]
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "type": "value",
 | 
					 | 
				
			||||||
            "name": "数值坐标轴",
 | 
					 | 
				
			||||||
            "axisLineShow": true,
 | 
					 | 
				
			||||||
            "axisLineColor": "#008acd",
 | 
					 | 
				
			||||||
            "axisTickShow": true,
 | 
					 | 
				
			||||||
            "axisTickColor": "#333",
 | 
					 | 
				
			||||||
            "axisLabelShow": true,
 | 
					 | 
				
			||||||
            "axisLabelColor": "#333",
 | 
					 | 
				
			||||||
            "splitLineShow": true,
 | 
					 | 
				
			||||||
            "splitLineColor": [
 | 
					 | 
				
			||||||
                "#eee"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "splitAreaShow": true,
 | 
					 | 
				
			||||||
            "splitAreaColor": [
 | 
					 | 
				
			||||||
                "rgba(250,250,250,0.3)",
 | 
					 | 
				
			||||||
                "rgba(200,200,200,0.3)"
 | 
					 | 
				
			||||||
            ]
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "type": "log",
 | 
					 | 
				
			||||||
            "name": "对数坐标轴",
 | 
					 | 
				
			||||||
            "axisLineShow": true,
 | 
					 | 
				
			||||||
            "axisLineColor": "#008acd",
 | 
					 | 
				
			||||||
            "axisTickShow": true,
 | 
					 | 
				
			||||||
            "axisTickColor": "#333",
 | 
					 | 
				
			||||||
            "axisLabelShow": true,
 | 
					 | 
				
			||||||
            "axisLabelColor": "#333",
 | 
					 | 
				
			||||||
            "splitLineShow": true,
 | 
					 | 
				
			||||||
            "splitLineColor": [
 | 
					 | 
				
			||||||
                "#eee"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "splitAreaShow": true,
 | 
					 | 
				
			||||||
            "splitAreaColor": [
 | 
					 | 
				
			||||||
                "rgba(250,250,250,0.3)",
 | 
					 | 
				
			||||||
                "rgba(200,200,200,0.3)"
 | 
					 | 
				
			||||||
            ]
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "type": "time",
 | 
					 | 
				
			||||||
            "name": "时间坐标轴",
 | 
					 | 
				
			||||||
            "axisLineShow": true,
 | 
					 | 
				
			||||||
            "axisLineColor": "#008acd",
 | 
					 | 
				
			||||||
            "axisTickShow": true,
 | 
					 | 
				
			||||||
            "axisTickColor": "#333",
 | 
					 | 
				
			||||||
            "axisLabelShow": true,
 | 
					 | 
				
			||||||
            "axisLabelColor": "#333",
 | 
					 | 
				
			||||||
            "splitLineShow": true,
 | 
					 | 
				
			||||||
            "splitLineColor": [
 | 
					 | 
				
			||||||
                "#eee"
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "splitAreaShow": false,
 | 
					 | 
				
			||||||
            "splitAreaColor": [
 | 
					 | 
				
			||||||
                "rgba(250,250,250,0.3)",
 | 
					 | 
				
			||||||
                "rgba(200,200,200,0.3)"
 | 
					 | 
				
			||||||
            ]
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "axisSeperateSetting": true,
 | 
					 | 
				
			||||||
    "toolboxColor": "#2ec7c9",
 | 
					 | 
				
			||||||
    "toolboxEmphasisColor": "#18a4a6",
 | 
					 | 
				
			||||||
    "tooltipAxisColor": "#008acd",
 | 
					 | 
				
			||||||
    "tooltipAxisWidth": "1",
 | 
					 | 
				
			||||||
    "timelineLineColor": "#008acd",
 | 
					 | 
				
			||||||
    "timelineLineWidth": 1,
 | 
					 | 
				
			||||||
    "timelineItemColor": "#008acd",
 | 
					 | 
				
			||||||
    "timelineItemColorE": "#a9334c",
 | 
					 | 
				
			||||||
    "timelineCheckColor": "#2ec7c9",
 | 
					 | 
				
			||||||
    "timelineCheckBorderColor": "#2ec7c9",
 | 
					 | 
				
			||||||
    "timelineItemBorderWidth": 1,
 | 
					 | 
				
			||||||
    "timelineControlColor": "#008acd",
 | 
					 | 
				
			||||||
    "timelineControlBorderColor": "#008acd",
 | 
					 | 
				
			||||||
    "timelineControlBorderWidth": 0.5,
 | 
					 | 
				
			||||||
    "timelineLabelColor": "#008acd",
 | 
					 | 
				
			||||||
    "datazoomBackgroundColor": "rgba(47,69,84,0)",
 | 
					 | 
				
			||||||
    "datazoomDataColor": "#efefff",
 | 
					 | 
				
			||||||
    "datazoomFillColor": "rgba(182,162,222,0.2)",
 | 
					 | 
				
			||||||
    "datazoomHandleColor": "#008acd",
 | 
					 | 
				
			||||||
    "datazoomHandleWidth": "100",
 | 
					 | 
				
			||||||
    "datazoomLabelColor": "#333333"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,38 +0,0 @@
 | 
				
			|||||||
// import * as echarts from 'echarts'
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 引入 echarts 核心模块,核心模块提供了 echarts 使用必须要的接口。
 | 
					 | 
				
			||||||
import * as echarts from 'echarts/core';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/** 图表后缀都为 Chart  */
 | 
					 | 
				
			||||||
import { PieChart } from 'echarts/charts';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 引入提示框,标题,直角坐标系,数据集,内置数据转换器组件,组件后缀都为 Component
 | 
					 | 
				
			||||||
import { TitleComponent, TooltipComponent, GridComponent, DatasetComponent, TransformComponent, LegendComponent } from 'echarts/components';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 标签自动布局,全局过渡动画等特性
 | 
					 | 
				
			||||||
import { LabelLayout, UniversalTransition } from 'echarts/features';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 引入 Canvas 渲染器,注意引入 CanvasRenderer 或者 SVGRenderer 是必须的一步
 | 
					 | 
				
			||||||
import { CanvasRenderer } from 'echarts/renderers';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 注册必须的组件
 | 
					 | 
				
			||||||
echarts.use([
 | 
					 | 
				
			||||||
    TitleComponent,
 | 
					 | 
				
			||||||
    TooltipComponent,
 | 
					 | 
				
			||||||
    GridComponent,
 | 
					 | 
				
			||||||
    DatasetComponent,
 | 
					 | 
				
			||||||
    TransformComponent,
 | 
					 | 
				
			||||||
    LegendComponent,
 | 
					 | 
				
			||||||
    //   BarChart,
 | 
					 | 
				
			||||||
    LabelLayout,
 | 
					 | 
				
			||||||
    UniversalTransition,
 | 
					 | 
				
			||||||
    CanvasRenderer,
 | 
					 | 
				
			||||||
    //   LineChart,
 | 
					 | 
				
			||||||
    PieChart,
 | 
					 | 
				
			||||||
]);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export default function (dom: any, theme: any = null, option: any) {
 | 
					 | 
				
			||||||
    let chart = echarts.init(dom, theme);
 | 
					 | 
				
			||||||
    chart.setOption(option);
 | 
					 | 
				
			||||||
    return chart;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,9 +1,21 @@
 | 
				
			|||||||
import router from '../router';
 | 
					import router from '../router';
 | 
				
			||||||
import Axios from 'axios';
 | 
					 | 
				
			||||||
import config from './config';
 | 
					import config from './config';
 | 
				
			||||||
import { getClientId, getToken } from './utils/storage';
 | 
					import { getClientId, getToken } from './utils/storage';
 | 
				
			||||||
import { templateResolve } from './utils/string';
 | 
					import { templateResolve } from './utils/string';
 | 
				
			||||||
import { ElMessage } from 'element-plus';
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					import axios from 'axios';
 | 
				
			||||||
 | 
					import { useApiFetch } from '../hooks/useRequest';
 | 
				
			||||||
 | 
					import Api from './Api';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export default {
 | 
				
			||||||
 | 
					    request,
 | 
				
			||||||
 | 
					    xhrReq,
 | 
				
			||||||
 | 
					    get,
 | 
				
			||||||
 | 
					    post,
 | 
				
			||||||
 | 
					    put,
 | 
				
			||||||
 | 
					    del,
 | 
				
			||||||
 | 
					    getApiUrl,
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface Result {
 | 
					export interface Result {
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
@@ -20,7 +32,7 @@ export interface Result {
 | 
				
			|||||||
    data?: any;
 | 
					    data?: any;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum ResultEnum {
 | 
					export enum ResultEnum {
 | 
				
			||||||
    SUCCESS = 200,
 | 
					    SUCCESS = 200,
 | 
				
			||||||
    ERROR = 400,
 | 
					    ERROR = 400,
 | 
				
			||||||
    PARAM_ERROR = 405,
 | 
					    PARAM_ERROR = 405,
 | 
				
			||||||
@@ -28,7 +40,8 @@ enum ResultEnum {
 | 
				
			|||||||
    NO_PERMISSION = 501,
 | 
					    NO_PERMISSION = 501,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const baseUrl: string = config.baseApiUrl;
 | 
					export const baseUrl: string = config.baseApiUrl;
 | 
				
			||||||
 | 
					// const baseUrl: string = 'http://localhost:18888/api';
 | 
				
			||||||
// const baseWsUrl: string = config.baseWsUrl;
 | 
					// const baseWsUrl: string = config.baseWsUrl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
@@ -41,13 +54,13 @@ function notifyErrorMsg(msg: string) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// create an axios instance
 | 
					// create an axios instance
 | 
				
			||||||
const service = Axios.create({
 | 
					const axiosInst = axios.create({
 | 
				
			||||||
    baseURL: baseUrl, // url = base url + request url
 | 
					    baseURL: baseUrl, // url = base url + request url
 | 
				
			||||||
    timeout: 60000, // request timeout
 | 
					    timeout: 60000, // request timeout
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// request interceptor
 | 
					// request interceptor
 | 
				
			||||||
service.interceptors.request.use(
 | 
					axiosInst.interceptors.request.use(
 | 
				
			||||||
    (config: any) => {
 | 
					    (config: any) => {
 | 
				
			||||||
        // do something before request is sent
 | 
					        // do something before request is sent
 | 
				
			||||||
        const token = getToken();
 | 
					        const token = getToken();
 | 
				
			||||||
@@ -64,24 +77,16 @@ service.interceptors.request.use(
 | 
				
			|||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// response interceptor
 | 
					// response interceptor
 | 
				
			||||||
service.interceptors.response.use(
 | 
					axiosInst.interceptors.response.use(
 | 
				
			||||||
    (response) => {
 | 
					    (response) => response,
 | 
				
			||||||
        // 获取请求返回结果
 | 
					 | 
				
			||||||
        const data: Result = response.data;
 | 
					 | 
				
			||||||
        if (data.code === ResultEnum.SUCCESS) {
 | 
					 | 
				
			||||||
            return data.data;
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        // 如果提示没有权限,则移除token,使其重新登录
 | 
					 | 
				
			||||||
        if (data.code === ResultEnum.NO_PERMISSION) {
 | 
					 | 
				
			||||||
            router.push({
 | 
					 | 
				
			||||||
                path: '/401',
 | 
					 | 
				
			||||||
            });
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        return Promise.reject(data);
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    (e: any) => {
 | 
					    (e: any) => {
 | 
				
			||||||
        const rejectPromise = Promise.reject(e);
 | 
					        const rejectPromise = Promise.reject(e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (axios.isCancel(e)) {
 | 
				
			||||||
 | 
					            console.log('请求已取消');
 | 
				
			||||||
 | 
					            return rejectPromise;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        const statusCode = e.response?.status;
 | 
					        const statusCode = e.response?.status;
 | 
				
			||||||
        if (statusCode == 500) {
 | 
					        if (statusCode == 500) {
 | 
				
			||||||
            notifyErrorMsg('服务器未知异常');
 | 
					            notifyErrorMsg('服务器未知异常');
 | 
				
			||||||
@@ -112,44 +117,62 @@ service.interceptors.response.use(
 | 
				
			|||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 请求uri
 | 
					 * xhr请求url
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * @param method 请求方法
 | 
				
			||||||
 | 
					 * @param url url
 | 
				
			||||||
 | 
					 * @param params 参数
 | 
				
			||||||
 | 
					 * @param options 可选
 | 
				
			||||||
 | 
					 * @returns
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export function xhrReq(method: string, url: string, params: any = null, options: any = {}) {
 | 
				
			||||||
 | 
					    if (!url) {
 | 
				
			||||||
 | 
					        throw new Error('请求url不能为空');
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 简单判断该url是否是restful风格
 | 
				
			||||||
 | 
					    if (url.indexOf('{') != -1) {
 | 
				
			||||||
 | 
					        url = templateResolve(url, params);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    const req: any = {
 | 
				
			||||||
 | 
					        method,
 | 
				
			||||||
 | 
					        url,
 | 
				
			||||||
 | 
					        ...options,
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // post和put使用json格式传参
 | 
				
			||||||
 | 
					    if (method === 'post' || method === 'put') {
 | 
				
			||||||
 | 
					        req.data = params;
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        req.params = params;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    return axiosInst
 | 
				
			||||||
 | 
					        .request(req)
 | 
				
			||||||
 | 
					        .then((response) => {
 | 
				
			||||||
 | 
					            // 获取请求返回结果
 | 
				
			||||||
 | 
					            const result: Result = response.data;
 | 
				
			||||||
 | 
					            return parseResult(result);
 | 
				
			||||||
 | 
					        })
 | 
				
			||||||
 | 
					        .catch((e) => {
 | 
				
			||||||
 | 
					            return Promise.reject(e);
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * fetch请求url
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 * 该方法已处理请求结果中code != 200的message提示,如需其他错误处理(取消加载状态,重置对象状态等等),可catch继续处理
 | 
					 * 该方法已处理请求结果中code != 200的message提示,如需其他错误处理(取消加载状态,重置对象状态等等),可catch继续处理
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param {Object} method 请求方法(GET,POST,PUT,DELTE等)
 | 
					 * @param {Object} method 请求方法(GET,POST,PUT,DELTE等)
 | 
				
			||||||
 * @param {Object} uri    uri
 | 
					 * @param {Object} uri    uri
 | 
				
			||||||
 * @param {Object} params 参数
 | 
					 * @param {Object} params 参数
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
function request(method: string, url: string, params: any = null, headers: any = null, options: any = null): Promise<any> {
 | 
					async function request(method: string, url: string, params: any = null, options: any = {}): Promise<any> {
 | 
				
			||||||
    if (!url) throw new Error('请求url不能为空');
 | 
					    const { execute, data } = useApiFetch(Api.create(url, method), params, options);
 | 
				
			||||||
    // 简单判断该url是否是restful风格
 | 
					    await execute();
 | 
				
			||||||
    if (url.indexOf('{') != -1) {
 | 
					    return data.value;
 | 
				
			||||||
        url = templateResolve(url, params);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    const query: any = {
 | 
					 | 
				
			||||||
        method,
 | 
					 | 
				
			||||||
        url: url,
 | 
					 | 
				
			||||||
        ...options,
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
    if (headers) {
 | 
					 | 
				
			||||||
        query.headers = headers;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    // post和put使用json格式传参
 | 
					 | 
				
			||||||
    if (method === 'post' || method === 'put') {
 | 
					 | 
				
			||||||
        query.data = params;
 | 
					 | 
				
			||||||
    } else {
 | 
					 | 
				
			||||||
        query.params = params;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    return service
 | 
					 | 
				
			||||||
        .request(query)
 | 
					 | 
				
			||||||
        .then((res) => res)
 | 
					 | 
				
			||||||
        .catch((e) => {
 | 
					 | 
				
			||||||
            // 如果返回的code不为成功,则会返回对应的错误msg,则直接统一通知即可。忽略登录超时或没有权限的提示(直接跳转至401页面)
 | 
					 | 
				
			||||||
            if (e.msg && e?.code != ResultEnum.NO_PERMISSION) {
 | 
					 | 
				
			||||||
                notifyErrorMsg(e.msg);
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            return Promise.reject(e);
 | 
					 | 
				
			||||||
        });
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
@@ -159,20 +182,20 @@ function request(method: string, url: string, params: any = null, headers: any =
 | 
				
			|||||||
 * @param {Object} url   uri
 | 
					 * @param {Object} url   uri
 | 
				
			||||||
 * @param {Object} params 参数
 | 
					 * @param {Object} params 参数
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
function get(url: string, params: any = null, headers: any = null, options: any = null): Promise<any> {
 | 
					function get(url: string, params: any = null, options: any = {}): Promise<any> {
 | 
				
			||||||
    return request('get', url, params, headers, options);
 | 
					    return request('get', url, params, options);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function post(url: string, params: any = null, headers: any = null, options: any = null): Promise<any> {
 | 
					function post(url: string, params: any = null, options: any = {}): Promise<any> {
 | 
				
			||||||
    return request('post', url, params, headers, options);
 | 
					    return request('post', url, params, options);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function put(url: string, params: any = null, headers: any = null, options: any = null): Promise<any> {
 | 
					function put(url: string, params: any = null, options: any = {}): Promise<any> {
 | 
				
			||||||
    return request('put', url, params, headers, options);
 | 
					    return request('put', url, params, options);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function del(url: string, params: any = null, headers: any = null, options: any = null): Promise<any> {
 | 
					function del(url: string, params: any = null, options: any = {}): Promise<any> {
 | 
				
			||||||
    return request('delete', url, params, headers, options);
 | 
					    return request('delete', url, params, options);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function getApiUrl(url: string) {
 | 
					function getApiUrl(url: string) {
 | 
				
			||||||
@@ -185,11 +208,22 @@ export function joinClientParams(): string {
 | 
				
			|||||||
    return `token=${getToken()}&clientId=${getClientId()}`;
 | 
					    return `token=${getToken()}&clientId=${getClientId()}`;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default {
 | 
					function parseResult(result: Result) {
 | 
				
			||||||
    request,
 | 
					    if (result.code === ResultEnum.SUCCESS) {
 | 
				
			||||||
    get,
 | 
					        return result.data;
 | 
				
			||||||
    post,
 | 
					    }
 | 
				
			||||||
    put,
 | 
					
 | 
				
			||||||
    del,
 | 
					    // 如果提示没有权限,则移除token,使其重新登录
 | 
				
			||||||
    getApiUrl,
 | 
					    if (result.code === ResultEnum.NO_PERMISSION) {
 | 
				
			||||||
};
 | 
					        router.push({
 | 
				
			||||||
 | 
					            path: '/401',
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 如果返回的code不为成功,则会返回对应的错误msg,则直接统一通知即可。忽略登录超时或没有权限的提示(直接跳转至401页面)
 | 
				
			||||||
 | 
					    if (result.msg && result?.code != ResultEnum.NO_PERMISSION) {
 | 
				
			||||||
 | 
					        notifyErrorMsg(result.msg);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    return Promise.reject(result);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,77 @@
 | 
				
			|||||||
import openApi from './openApi';
 | 
					import openApi from './openApi';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 登录是否使用验证码配置key
 | 
					// 登录是否使用验证码配置key
 | 
				
			||||||
const AccountLoginSecurity = 'AccountLoginSecurity';
 | 
					const AccountLoginSecurityKey = 'AccountLoginSecurity';
 | 
				
			||||||
const UseLoginCaptchaConfigKey = 'UseLoginCaptcha';
 | 
					const MachineConfigKey = 'MachineConfig';
 | 
				
			||||||
const UseWatermarkConfigKey = 'UseWatermark';
 | 
					const SysStyleConfigKey = 'SysStyleConfig';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 获取账号登录安全配置
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * @returns
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export async function getAccountLoginSecurity(): Promise<any> {
 | 
				
			||||||
 | 
					    const value = await getConfigValue(AccountLoginSecurityKey);
 | 
				
			||||||
 | 
					    if (!value) {
 | 
				
			||||||
 | 
					        return null;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    const jsonValue = JSON.parse(value);
 | 
				
			||||||
 | 
					    jsonValue.useCaptcha = convertBool(jsonValue.useCaptcha, true);
 | 
				
			||||||
 | 
					    jsonValue.useOtp = convertBool(jsonValue.useOtp, true);
 | 
				
			||||||
 | 
					    return jsonValue;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 获取全局系统样式配置(logo、title等)
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * @returns
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export async function getSysStyleConfig(): Promise<any> {
 | 
				
			||||||
 | 
					    const value = await getConfigValue(SysStyleConfigKey);
 | 
				
			||||||
 | 
					    const defaultValue = {
 | 
				
			||||||
 | 
					        useWatermark: true,
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    if (!value) {
 | 
				
			||||||
 | 
					        return defaultValue;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    const jsonValue = JSON.parse(value);
 | 
				
			||||||
 | 
					    // 将字符串转为bool
 | 
				
			||||||
 | 
					    jsonValue.useWatermark = convertBool(jsonValue.useWatermark, true);
 | 
				
			||||||
 | 
					    return jsonValue;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 获取LDAP登录配置
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * @returns
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export async function getLdapEnabled(): Promise<any> {
 | 
				
			||||||
 | 
					    const value = await openApi.getLdapEnabled();
 | 
				
			||||||
 | 
					    return convertBool(value, false);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 获取机器配置
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * @returns
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export async function getMachineConfig(): Promise<any> {
 | 
				
			||||||
 | 
					    const value = await getConfigValue(MachineConfigKey);
 | 
				
			||||||
 | 
					    const defaultValue = {
 | 
				
			||||||
 | 
					        // 默认1gb
 | 
				
			||||||
 | 
					        uploadMaxFileSize: '1GB',
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    if (!value) {
 | 
				
			||||||
 | 
					        return defaultValue;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					        const jsonValue = JSON.parse(value);
 | 
				
			||||||
 | 
					        return jsonValue;
 | 
				
			||||||
 | 
					    } catch (e) {
 | 
				
			||||||
 | 
					        return defaultValue;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 获取系统配置值
 | 
					 * 获取系统配置值
 | 
				
			||||||
@@ -27,67 +95,9 @@ export async function getBoolConfigValue(key: string, defaultValue: boolean): Pr
 | 
				
			|||||||
    return convertBool(value, defaultValue);
 | 
					    return convertBool(value, defaultValue);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 获取账号登录安全配置
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * @returns
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
export async function getAccountLoginSecurity(): Promise<any> {
 | 
					 | 
				
			||||||
    const value = await getConfigValue(AccountLoginSecurity);
 | 
					 | 
				
			||||||
    if (!value) {
 | 
					 | 
				
			||||||
        return null;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    const jsonValue = JSON.parse(value);
 | 
					 | 
				
			||||||
    jsonValue.useCaptcha = convertBool(jsonValue.useCaptcha, true);
 | 
					 | 
				
			||||||
    jsonValue.useOtp = convertBool(jsonValue.useOtp, true);
 | 
					 | 
				
			||||||
    return jsonValue;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 是否使用登录验证码
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * @returns
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
export async function useLoginCaptcha(): Promise<boolean> {
 | 
					 | 
				
			||||||
    return await getBoolConfigValue(UseLoginCaptchaConfigKey, true);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 是否启用水印信息配置
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * @returns
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
export async function useWatermark(): Promise<any> {
 | 
					 | 
				
			||||||
    const value = await getConfigValue(UseWatermarkConfigKey);
 | 
					 | 
				
			||||||
    const defaultValue = {
 | 
					 | 
				
			||||||
        isUse: true,
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
    if (!value) {
 | 
					 | 
				
			||||||
        return defaultValue;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    try {
 | 
					 | 
				
			||||||
        const jsonValue = JSON.parse(value);
 | 
					 | 
				
			||||||
        // 将字符串转为bool
 | 
					 | 
				
			||||||
        jsonValue.isUse = convertBool(jsonValue.isUse, true);
 | 
					 | 
				
			||||||
        return jsonValue;
 | 
					 | 
				
			||||||
    } catch (e) {
 | 
					 | 
				
			||||||
        return defaultValue;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
function convertBool(value: string, defaultValue: boolean) {
 | 
					function convertBool(value: string, defaultValue: boolean) {
 | 
				
			||||||
    if (!value) {
 | 
					    if (!value) {
 | 
				
			||||||
        return defaultValue;
 | 
					        return defaultValue;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    return value == '1' || value == 'true';
 | 
					    return value == '1' || value == 'true';
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 获取LDAP登录配置
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * @returns
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
export async function getLdapEnabled(): Promise<any> {
 | 
					 | 
				
			||||||
    const value = await openApi.getLdapEnabled();
 | 
					 | 
				
			||||||
    return convertBool(value, false);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -41,7 +41,14 @@ class SysSocket {
 | 
				
			|||||||
        const sysMsgUrl = `${Config.baseWsUrl}/sysmsg?${joinClientParams()}`;
 | 
					        const sysMsgUrl = `${Config.baseWsUrl}/sysmsg?${joinClientParams()}`;
 | 
				
			||||||
        this.socket = SocketBuilder.builder(sysMsgUrl)
 | 
					        this.socket = SocketBuilder.builder(sysMsgUrl)
 | 
				
			||||||
            .message((event: { data: string }) => {
 | 
					            .message((event: { data: string }) => {
 | 
				
			||||||
                const message = JSON.parse(event.data);
 | 
					                let message;
 | 
				
			||||||
 | 
					                try {
 | 
				
			||||||
 | 
					                    message = JSON.parse(event.data);
 | 
				
			||||||
 | 
					                } catch (e) {
 | 
				
			||||||
 | 
					                    console.error('解析ws消息失败', e);
 | 
				
			||||||
 | 
					                    return;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                // 存在消息类别对应的处理器,则进行处理,否则进行默认通知处理
 | 
					                // 存在消息类别对应的处理器,则进行处理,否则进行默认通知处理
 | 
				
			||||||
                const handler = this.categoryHandlers.get(message.category);
 | 
					                const handler = this.categoryHandlers.get(message.category);
 | 
				
			||||||
                if (handler) {
 | 
					                if (handler) {
 | 
				
			||||||
@@ -66,9 +73,9 @@ class SysSocket {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    destory() {
 | 
					    destory() {
 | 
				
			||||||
        this.socket.close();
 | 
					        this.socket?.close();
 | 
				
			||||||
        this.socket = null;
 | 
					        this.socket = null;
 | 
				
			||||||
        this.categoryHandlers.clear();
 | 
					        this.categoryHandlers?.clear();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,17 +0,0 @@
 | 
				
			|||||||
import { ref } from 'vue';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const vw = ref(document.documentElement.clientWidth);
 | 
					 | 
				
			||||||
const vh = ref(document.documentElement.clientHeight);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
window.addEventListener('resize', () => {
 | 
					 | 
				
			||||||
    vw.value = document.documentElement.clientWidth;
 | 
					 | 
				
			||||||
    vh.value = document.documentElement.clientHeight;
 | 
					 | 
				
			||||||
});
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 获取视图宽高
 | 
					 | 
				
			||||||
 * @returns 视图宽高
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
export function useViewport() {
 | 
					 | 
				
			||||||
    return { vw, vh };
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -7,6 +7,7 @@ export function dateFormat2(fmt: string, date: Date) {
 | 
				
			|||||||
        'H+': date.getHours().toString(), // 时
 | 
					        'H+': date.getHours().toString(), // 时
 | 
				
			||||||
        'm+': date.getMinutes().toString(), // 分
 | 
					        'm+': date.getMinutes().toString(), // 分
 | 
				
			||||||
        's+': date.getSeconds().toString(), // 秒
 | 
					        's+': date.getSeconds().toString(), // 秒
 | 
				
			||||||
 | 
					        'S+': date.getMilliseconds() ? date.getMilliseconds().toString() : '', // 毫秒
 | 
				
			||||||
        // 有其他格式化字符需求可以继续添加,必须转化成字符串
 | 
					        // 有其他格式化字符需求可以继续添加,必须转化成字符串
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    for (const k in opt) {
 | 
					    for (const k in opt) {
 | 
				
			||||||
@@ -23,5 +24,8 @@ export function dateStrFormat(fmt: string, dateStr: string) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function dateFormat(dateStr: string) {
 | 
					export function dateFormat(dateStr: string) {
 | 
				
			||||||
 | 
					    if (!dateStr) {
 | 
				
			||||||
 | 
					        return '';
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
    return dateFormat2('yyyy-MM-dd HH:mm:ss', new Date(dateStr));
 | 
					    return dateFormat2('yyyy-MM-dd HH:mm:ss', new Date(dateStr));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,6 +15,37 @@ export function formatByteSize(size: number, fixed = 2) {
 | 
				
			|||||||
    return parseFloat((size / Math.pow(base, exponent)).toFixed(fixed)) + units[exponent];
 | 
					    return parseFloat((size / Math.pow(base, exponent)).toFixed(fixed)) + units[exponent];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 容量转为对应的字节大小,如 1KB转为 1024
 | 
				
			||||||
 | 
					 * @param sizeString  1kb 1gb等
 | 
				
			||||||
 | 
					 * @returns
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export function convertToBytes(sizeStr: string) {
 | 
				
			||||||
 | 
					    sizeStr = sizeStr.trim();
 | 
				
			||||||
 | 
					    const unit = sizeStr.slice(-2);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    const valueStr = sizeStr.slice(0, -2);
 | 
				
			||||||
 | 
					    const value = parseInt(valueStr, 10);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    let bytes = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    switch (unit.toUpperCase()) {
 | 
				
			||||||
 | 
					        case 'KB':
 | 
				
			||||||
 | 
					            bytes = value * 1024;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 'MB':
 | 
				
			||||||
 | 
					            bytes = value * 1024 * 1024;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 'GB':
 | 
				
			||||||
 | 
					            bytes = value * 1024 * 1024 * 1024;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        default:
 | 
				
			||||||
 | 
					            throw new Error('Invalid size unit');
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    return bytes;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 格式化json字符串
 | 
					 * 格式化json字符串
 | 
				
			||||||
 * @param txt  json字符串
 | 
					 * @param txt  json字符串
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -40,3 +40,7 @@ export const NextLoading = {
 | 
				
			|||||||
        });
 | 
					        });
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export function sleep(ms: number) {
 | 
				
			||||||
 | 
					    return new Promise((resolve) => setTimeout(resolve, ms));
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,9 @@ export function getThemeConfig() {
 | 
				
			|||||||
    return getLocal('themeConfig');
 | 
					    return getLocal('themeConfig');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 清除用户相关的用户信息
 | 
					/**
 | 
				
			||||||
 | 
					 * 清除当前登录用户相关信息
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
export function clearUser() {
 | 
					export function clearUser() {
 | 
				
			||||||
    removeLocal(TokenKey);
 | 
					    removeLocal(TokenKey);
 | 
				
			||||||
    removeLocal(UserKey);
 | 
					    removeLocal(UserKey);
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										66
									
								
								mayfly_go_web/src/components/Grid/components/GridItem.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								mayfly_go_web/src/components/Grid/components/GridItem.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,66 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div v-show="isShow" :style="style">
 | 
				
			||||||
 | 
					        <slot></slot>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					<script setup lang="ts" name="GridItem">
 | 
				
			||||||
 | 
					import { computed, inject, Ref, ref, useAttrs, watch } from 'vue';
 | 
				
			||||||
 | 
					import { BreakPoint, Responsive } from '../interface/index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type Props = {
 | 
				
			||||||
 | 
					    offset?: number;
 | 
				
			||||||
 | 
					    span?: number;
 | 
				
			||||||
 | 
					    suffix?: boolean;
 | 
				
			||||||
 | 
					    xs?: Responsive;
 | 
				
			||||||
 | 
					    sm?: Responsive;
 | 
				
			||||||
 | 
					    md?: Responsive;
 | 
				
			||||||
 | 
					    lg?: Responsive;
 | 
				
			||||||
 | 
					    xl?: Responsive;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = withDefaults(defineProps<Props>(), {
 | 
				
			||||||
 | 
					    offset: 0,
 | 
				
			||||||
 | 
					    span: 1,
 | 
				
			||||||
 | 
					    suffix: false,
 | 
				
			||||||
 | 
					    xs: undefined,
 | 
				
			||||||
 | 
					    sm: undefined,
 | 
				
			||||||
 | 
					    md: undefined,
 | 
				
			||||||
 | 
					    lg: undefined,
 | 
				
			||||||
 | 
					    xl: undefined,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const attrs = useAttrs() as { index: string };
 | 
				
			||||||
 | 
					const isShow = ref(true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 注入断点
 | 
				
			||||||
 | 
					const breakPoint = inject<Ref<BreakPoint>>('breakPoint', ref('xl'));
 | 
				
			||||||
 | 
					const shouldHiddenIndex = inject<Ref<number>>('shouldHiddenIndex', ref(-1));
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => [shouldHiddenIndex.value, breakPoint.value],
 | 
				
			||||||
 | 
					    (n) => {
 | 
				
			||||||
 | 
					        if (attrs.index) {
 | 
				
			||||||
 | 
					            isShow.value = !(n[0] !== -1 && parseInt(attrs.index) >= Number(n[0]));
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    { immediate: true }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const gap = inject('gap', 0);
 | 
				
			||||||
 | 
					const cols = inject('cols', ref(4));
 | 
				
			||||||
 | 
					const style = computed(() => {
 | 
				
			||||||
 | 
					    let span = props[breakPoint.value]?.span ?? props.span;
 | 
				
			||||||
 | 
					    let offset = props[breakPoint.value]?.offset ?? props.offset;
 | 
				
			||||||
 | 
					    if (props.suffix) {
 | 
				
			||||||
 | 
					        return {
 | 
				
			||||||
 | 
					            gridColumnStart: cols.value - span - offset + 1,
 | 
				
			||||||
 | 
					            gridColumnEnd: `span ${span + offset}`,
 | 
				
			||||||
 | 
					            marginLeft: offset !== 0 ? `calc(((100% + ${gap}px) / ${span + offset}) * ${offset})` : 'unset',
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        return {
 | 
				
			||||||
 | 
					            gridColumn: `span ${span + offset > cols.value ? cols.value : span + offset}/span ${span + offset > cols.value ? cols.value : span + offset}`,
 | 
				
			||||||
 | 
					            marginLeft: offset !== 0 ? `calc(((100% + ${gap}px) / ${span + offset}) * ${offset})` : 'unset',
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										159
									
								
								mayfly_go_web/src/components/Grid/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										159
									
								
								mayfly_go_web/src/components/Grid/index.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,159 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div :style="style">
 | 
				
			||||||
 | 
					        <slot></slot>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script setup lang="ts" name="Grid">
 | 
				
			||||||
 | 
					import { ref, watch, useSlots, computed, provide, onBeforeMount, onMounted, onUnmounted, onDeactivated, onActivated, VNodeArrayChildren, VNode } from 'vue';
 | 
				
			||||||
 | 
					import type { BreakPoint } from './interface/index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type Props = {
 | 
				
			||||||
 | 
					    cols?: number | Record<BreakPoint, number>;
 | 
				
			||||||
 | 
					    collapsed?: boolean;
 | 
				
			||||||
 | 
					    collapsedRows?: number;
 | 
				
			||||||
 | 
					    gap?: [number, number] | number;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = withDefaults(defineProps<Props>(), {
 | 
				
			||||||
 | 
					    cols: () => ({ xs: 1, sm: 2, md: 2, lg: 3, xl: 4 }),
 | 
				
			||||||
 | 
					    collapsed: false,
 | 
				
			||||||
 | 
					    collapsedRows: 1,
 | 
				
			||||||
 | 
					    gap: 0,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onBeforeMount(() => props.collapsed && findIndex());
 | 
				
			||||||
 | 
					onMounted(() => {
 | 
				
			||||||
 | 
					    resize({ target: { innerWidth: window.innerWidth } } as unknown as UIEvent);
 | 
				
			||||||
 | 
					    window.addEventListener('resize', resize);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					onActivated(() => {
 | 
				
			||||||
 | 
					    resize({ target: { innerWidth: window.innerWidth } } as unknown as UIEvent);
 | 
				
			||||||
 | 
					    window.addEventListener('resize', resize);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					onUnmounted(() => {
 | 
				
			||||||
 | 
					    window.removeEventListener('resize', resize);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					onDeactivated(() => {
 | 
				
			||||||
 | 
					    window.removeEventListener('resize', resize);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 监听屏幕变化
 | 
				
			||||||
 | 
					const resize = (e: UIEvent) => {
 | 
				
			||||||
 | 
					    let width = (e.target as Window).innerWidth;
 | 
				
			||||||
 | 
					    switch (!!width) {
 | 
				
			||||||
 | 
					        case width < 768:
 | 
				
			||||||
 | 
					            breakPoint.value = 'xs';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case width >= 768 && width < 992:
 | 
				
			||||||
 | 
					            breakPoint.value = 'sm';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case width >= 992 && width < 1200:
 | 
				
			||||||
 | 
					            breakPoint.value = 'md';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case width >= 1200 && width < 1920:
 | 
				
			||||||
 | 
					            breakPoint.value = 'lg';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case width >= 1920:
 | 
				
			||||||
 | 
					            breakPoint.value = 'xl';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 注入 gap 间距
 | 
				
			||||||
 | 
					provide('gap', Array.isArray(props.gap) ? props.gap[0] : props.gap);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 注入响应式断点
 | 
				
			||||||
 | 
					let breakPoint = ref<BreakPoint>('xl');
 | 
				
			||||||
 | 
					provide('breakPoint', breakPoint);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 注入要开始折叠的 index
 | 
				
			||||||
 | 
					const hiddenIndex = ref(-1);
 | 
				
			||||||
 | 
					provide('shouldHiddenIndex', hiddenIndex);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 注入 cols
 | 
				
			||||||
 | 
					const gridCols = computed(() => {
 | 
				
			||||||
 | 
					    if (typeof props.cols === 'object') return props.cols[breakPoint.value] ?? props.cols;
 | 
				
			||||||
 | 
					    return props.cols;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					provide('cols', gridCols);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 寻找需要开始折叠的字段 index
 | 
				
			||||||
 | 
					const slots = useSlots().default!();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const findIndex = () => {
 | 
				
			||||||
 | 
					    let fields: VNodeArrayChildren = [];
 | 
				
			||||||
 | 
					    let suffix: VNode | null = null;
 | 
				
			||||||
 | 
					    slots.forEach((slot: any) => {
 | 
				
			||||||
 | 
					        // suffix
 | 
				
			||||||
 | 
					        if (typeof slot.type === 'object' && slot.type.__name === 'GridItem' && slot.props?.suffix !== undefined) {
 | 
				
			||||||
 | 
					            suffix = slot;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        // slot children
 | 
				
			||||||
 | 
					        if (typeof slot.type === 'symbol' && Array.isArray(slot.children)) {
 | 
				
			||||||
 | 
					            fields.push(...slot.children);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 计算 suffix 所占用的列
 | 
				
			||||||
 | 
					    let suffixCols = 0;
 | 
				
			||||||
 | 
					    if (suffix) {
 | 
				
			||||||
 | 
					        suffixCols =
 | 
				
			||||||
 | 
					            ((suffix as VNode).props![breakPoint.value]?.span ?? (suffix as VNode).props?.span ?? 1) +
 | 
				
			||||||
 | 
					            ((suffix as VNode).props![breakPoint.value]?.offset ?? (suffix as VNode).props?.offset ?? 0);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					        let find = false;
 | 
				
			||||||
 | 
					        fields.reduce((prev = 0, current, index) => {
 | 
				
			||||||
 | 
					            prev +=
 | 
				
			||||||
 | 
					                ((current as VNode)!.props![breakPoint.value]?.span ?? (current as VNode)!.props?.span ?? 1) +
 | 
				
			||||||
 | 
					                ((current as VNode)!.props![breakPoint.value]?.offset ?? (current as VNode)!.props?.offset ?? 0);
 | 
				
			||||||
 | 
					            if (Number(prev) > props.collapsedRows * gridCols.value - suffixCols) {
 | 
				
			||||||
 | 
					                hiddenIndex.value = index;
 | 
				
			||||||
 | 
					                find = true;
 | 
				
			||||||
 | 
					                throw 'find it';
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            return prev;
 | 
				
			||||||
 | 
					        }, 0);
 | 
				
			||||||
 | 
					        if (!find) hiddenIndex.value = -1;
 | 
				
			||||||
 | 
					    } catch (e) {
 | 
				
			||||||
 | 
					        // console.warn(e);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 断点变化时执行 findIndex
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => breakPoint.value,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        if (props.collapsed) findIndex();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 监听 collapsed
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => props.collapsed,
 | 
				
			||||||
 | 
					    (value) => {
 | 
				
			||||||
 | 
					        if (value) return findIndex();
 | 
				
			||||||
 | 
					        hiddenIndex.value = -1;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 设置间距
 | 
				
			||||||
 | 
					const gridGap = computed(() => {
 | 
				
			||||||
 | 
					    if (typeof props.gap === 'number') return `${props.gap}px`;
 | 
				
			||||||
 | 
					    if (Array.isArray(props.gap)) return `${props.gap[1]}px ${props.gap[0]}px`;
 | 
				
			||||||
 | 
					    return 'unset';
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 设置 style
 | 
				
			||||||
 | 
					const style = computed(() => {
 | 
				
			||||||
 | 
					    return {
 | 
				
			||||||
 | 
					        display: 'grid',
 | 
				
			||||||
 | 
					        gridGap: gridGap.value,
 | 
				
			||||||
 | 
					        gridTemplateColumns: `repeat(${gridCols.value}, minmax(0, 1fr))`,
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ breakPoint });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										6
									
								
								mayfly_go_web/src/components/Grid/interface/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								mayfly_go_web/src/components/Grid/interface/index.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					export type BreakPoint = "xs" | "sm" | "md" | "lg" | "xl";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export type Responsive = {
 | 
				
			||||||
 | 
					  span?: number;
 | 
				
			||||||
 | 
					  offset?: number;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
@@ -0,0 +1,84 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <component
 | 
				
			||||||
 | 
					        :is="item?.render ?? `el-${item.type}`"
 | 
				
			||||||
 | 
					        v-bind="{ ...handleSearchProps, ...placeholder, clearable: true }"
 | 
				
			||||||
 | 
					        v-on="{ ...handleEvents }"
 | 
				
			||||||
 | 
					        v-model.trim="itemValue"
 | 
				
			||||||
 | 
					        :data="item.type === 'tree-select' ? item.options : []"
 | 
				
			||||||
 | 
					        :options="['cascader', 'select-v2'].includes(item.type!) ? item.options : []"
 | 
				
			||||||
 | 
					    >
 | 
				
			||||||
 | 
					        <template v-if="item.type === 'cascader'" #default="{ data }">
 | 
				
			||||||
 | 
					            <span>{{ data[fieldNames.label] }}</span>
 | 
				
			||||||
 | 
					        </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <template v-if="item.type === 'select'">
 | 
				
			||||||
 | 
					            <component
 | 
				
			||||||
 | 
					                :is="`el-option`"
 | 
				
			||||||
 | 
					                v-for="(col, index) in item.options"
 | 
				
			||||||
 | 
					                :key="index"
 | 
				
			||||||
 | 
					                :label="col[fieldNames.label]"
 | 
				
			||||||
 | 
					                :value="col[fieldNames.value]"
 | 
				
			||||||
 | 
					            ></component>
 | 
				
			||||||
 | 
					        </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <slot v-else></slot>
 | 
				
			||||||
 | 
					    </component>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script setup lang="ts" name="SearchFormItem">
 | 
				
			||||||
 | 
					import { computed } from 'vue';
 | 
				
			||||||
 | 
					import { SearchItem } from '../index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					interface SearchFormItemProps {
 | 
				
			||||||
 | 
					    item: SearchItem;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					const props = defineProps<SearchFormItemProps>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const itemValue = defineModel('modelValue');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 判断 fieldNames 设置 label && value && children 的 key 值
 | 
				
			||||||
 | 
					const fieldNames = computed(() => {
 | 
				
			||||||
 | 
					    return {
 | 
				
			||||||
 | 
					        label: props.item?.fieldNames?.label ?? 'label',
 | 
				
			||||||
 | 
					        value: props.item?.fieldNames?.value ?? 'value',
 | 
				
			||||||
 | 
					        children: props.item.fieldNames?.children ?? 'children',
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 处理透传的 searchProps (type 为 tree-select、cascader 的时候需要给下默认 label && value && children)
 | 
				
			||||||
 | 
					const handleSearchProps = computed(() => {
 | 
				
			||||||
 | 
					    const label = fieldNames.value.label;
 | 
				
			||||||
 | 
					    const value = fieldNames.value.value;
 | 
				
			||||||
 | 
					    const children = fieldNames.value.children;
 | 
				
			||||||
 | 
					    const searchEl = props.item?.type;
 | 
				
			||||||
 | 
					    let searchProps = props.item?.props ?? {};
 | 
				
			||||||
 | 
					    if (searchEl === 'tree-select') {
 | 
				
			||||||
 | 
					        searchProps = { ...searchProps, props: { ...searchProps.props, label, children }, nodeKey: value };
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    if (searchEl === 'cascader') {
 | 
				
			||||||
 | 
					        searchProps = { ...searchProps, props: { ...searchProps.props, label, value, children } };
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return searchProps;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 处理透传的 事件
 | 
				
			||||||
 | 
					const handleEvents = computed(() => {
 | 
				
			||||||
 | 
					    let itemEvents = props.item?.events ?? {};
 | 
				
			||||||
 | 
					    return itemEvents;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 处理默认 placeholder
 | 
				
			||||||
 | 
					const placeholder = computed(() => {
 | 
				
			||||||
 | 
					    const search = props.item;
 | 
				
			||||||
 | 
					    const label = search.label;
 | 
				
			||||||
 | 
					    if (['datetimerange', 'daterange', 'monthrange'].includes(search?.props?.type) || search?.props?.isRange) {
 | 
				
			||||||
 | 
					        return {
 | 
				
			||||||
 | 
					            rangeSeparator: search?.props?.rangeSeparator ?? '至',
 | 
				
			||||||
 | 
					            startPlaceholder: search?.props?.startPlaceholder ?? '开始时间',
 | 
				
			||||||
 | 
					            endPlaceholder: search?.props?.endPlaceholder ?? '结束时间',
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    const placeholder = search?.props?.placeholder ?? (search?.type?.includes('input') ? `请输入${label}` : `请选择${label}`);
 | 
				
			||||||
 | 
					    return { placeholder };
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										318
									
								
								mayfly_go_web/src/components/SearchForm/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										318
									
								
								mayfly_go_web/src/components/SearchForm/index.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,318 @@
 | 
				
			|||||||
 | 
					import Api from '@/common/Api';
 | 
				
			||||||
 | 
					import { VNode, ref, toValue } from 'vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export type FieldNamesProps = {
 | 
				
			||||||
 | 
					    label: string;
 | 
				
			||||||
 | 
					    value: string;
 | 
				
			||||||
 | 
					    children?: string;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export type SearchItemType =
 | 
				
			||||||
 | 
					    | 'input'
 | 
				
			||||||
 | 
					    | 'input-number'
 | 
				
			||||||
 | 
					    | 'select'
 | 
				
			||||||
 | 
					    | 'select-v2'
 | 
				
			||||||
 | 
					    | 'tree-select'
 | 
				
			||||||
 | 
					    | 'cascader'
 | 
				
			||||||
 | 
					    | 'date-picker'
 | 
				
			||||||
 | 
					    | 'time-picker'
 | 
				
			||||||
 | 
					    | 'time-select'
 | 
				
			||||||
 | 
					    | 'switch'
 | 
				
			||||||
 | 
					    | 'slider';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 表单组件可选项的api信息
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export class OptionsApi {
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 请求获取options的api
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    api: Api;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 请求参数
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    params: any;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 是否立即执行,否则在组件focus事件中获取
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    immediate: boolean = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 是否只获取一次,即若以获取则不继续调用该api
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    once: boolean = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 转换函数,主要用于将响应的api结果转换为满足组件options的结构
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    convertFn: (apiResp: any) => any;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // remote: boolean = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 远程方法参数属性字段,存在该值,则说明使用remote-method进行远程搜索
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    remoteMethodParamProp: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    withConvertFn(fn: (apiResp: any) => any) {
 | 
				
			||||||
 | 
					        this.convertFn = fn;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     *  立即获取该可选值
 | 
				
			||||||
 | 
					     * @returns
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    withImmediate() {
 | 
				
			||||||
 | 
					        this.immediate = true;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 设为非一次性api,即每次组件focus获取的时候都允许重新获取options
 | 
				
			||||||
 | 
					     * @returns this
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    withNoOnce() {
 | 
				
			||||||
 | 
					        this.once = false;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 是否使用select的remote方式远程搜索调用
 | 
				
			||||||
 | 
					     * @param remoteReqParamKey  remote请求参数对应的prop,需要将输入的value赋值给params[paramProp]进行远程搜索
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    isRemote(paramProp: string) {
 | 
				
			||||||
 | 
					        this.remoteMethodParamProp = paramProp;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 调用api获取组件可选项
 | 
				
			||||||
 | 
					     * @returns 组件可选项信息
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    async getOptions() {
 | 
				
			||||||
 | 
					        let res = await this.api.request(toValue(this.params));
 | 
				
			||||||
 | 
					        if (this.convertFn) {
 | 
				
			||||||
 | 
					            res = this.convertFn(res);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        return res;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    static new(api: Api, params: any): OptionsApi {
 | 
				
			||||||
 | 
					        const oa = new OptionsApi();
 | 
				
			||||||
 | 
					        oa.api = api;
 | 
				
			||||||
 | 
					        oa.params = params;
 | 
				
			||||||
 | 
					        return oa;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 搜索项
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export class SearchItem {
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 属性字段
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    prop: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 当前项搜索框的 label
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    label: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 表单项类型,input、select、date等
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    type: SearchItemType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * select等组件的可选值
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    options: any;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 获取可选项的api信息
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    optionsApi: OptionsApi;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 插槽名
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    slot: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 搜索项参数,根据 element plus 官方文档来传递,该属性所有值会透传到组件
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    props?: any;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 搜索项事件,根据 element plus 官方文档来传递,该属性所有值会透传到组件
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    events?: any;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 搜索提示
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    tooltip?: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 搜索项所占用的列数,默认为 1 列
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    span?: number;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 搜索字段左侧偏移列数
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    offset?: number;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 指定 label && value && children 的 key 值,用于select等类型组件
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    fieldNames: FieldNamesProps;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 自定义搜索内容渲染(tsx语法)
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    render?: (scope: any) => VNode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    constructor(prop: string, label: string) {
 | 
				
			||||||
 | 
					        this.prop = prop;
 | 
				
			||||||
 | 
					        this.label = label;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    static new(prop: string, label: string): SearchItem {
 | 
				
			||||||
 | 
					        return new SearchItem(prop, label);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    static input(prop: string, label: string): SearchItem {
 | 
				
			||||||
 | 
					        const tq = new SearchItem(prop, label);
 | 
				
			||||||
 | 
					        tq.type = 'input';
 | 
				
			||||||
 | 
					        return tq;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    static select(prop: string, label: string): SearchItem {
 | 
				
			||||||
 | 
					        const tq = new SearchItem(prop, label);
 | 
				
			||||||
 | 
					        tq.type = 'select';
 | 
				
			||||||
 | 
					        tq.withOneProps('filterable', true);
 | 
				
			||||||
 | 
					        return tq;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    static datePicker(prop: string, label: string): SearchItem {
 | 
				
			||||||
 | 
					        const tq = new SearchItem(prop, label);
 | 
				
			||||||
 | 
					        tq.type = 'date-picker';
 | 
				
			||||||
 | 
					        return tq;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    static slot(prop: string, label: string, slotName: string): SearchItem {
 | 
				
			||||||
 | 
					        const tq = new SearchItem(prop, label);
 | 
				
			||||||
 | 
					        tq.slot = slotName;
 | 
				
			||||||
 | 
					        return tq;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 为组件设置一个props属性
 | 
				
			||||||
 | 
					     * @param propsKey 属性key
 | 
				
			||||||
 | 
					     * @param propsValue 属性value
 | 
				
			||||||
 | 
					     * @returns
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    withOneProps(propsKey: string, propsValue: any): SearchItem {
 | 
				
			||||||
 | 
					        if (!this.props) {
 | 
				
			||||||
 | 
					            this.props = {};
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        this.props[propsKey] = propsValue;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 为组件传递组件自身的props属性 (根据 element plus 官方文档来传递,该属性所有值会透传到组件)
 | 
				
			||||||
 | 
					     * @returns this
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    withProps(props: any = {}): SearchItem {
 | 
				
			||||||
 | 
					        this.props = props;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 为组件传递组件自身事件函数
 | 
				
			||||||
 | 
					     * @param event 事件名称
 | 
				
			||||||
 | 
					     * @param fn 事件处理函数
 | 
				
			||||||
 | 
					     * @returns
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    bindEvent(event: string, eventFn: any): SearchItem {
 | 
				
			||||||
 | 
					        if (!this.events) {
 | 
				
			||||||
 | 
					            this.events = {};
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        this.events[event] = eventFn;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 设置枚举值用于选择等
 | 
				
			||||||
 | 
					     * @param enumValues 枚举值对象
 | 
				
			||||||
 | 
					     * @returns
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    withEnum(enumValues: any): SearchItem {
 | 
				
			||||||
 | 
					        this.options = Object.values(enumValues);
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 设置获取组件options可选项值的api配置
 | 
				
			||||||
 | 
					     * @param optionsApi 可选项api配置
 | 
				
			||||||
 | 
					     * @returns this
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    withOptionsApi(optionsApi: OptionsApi): SearchItem {
 | 
				
			||||||
 | 
					        this.optionsApi = optionsApi;
 | 
				
			||||||
 | 
					        // 使用api获取组件可选项需要将options转为响应式,否则组件无法响应式获取组件可选项
 | 
				
			||||||
 | 
					        this.options = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // 存在远程搜索请求参数prop,则为使用远程搜索可选项
 | 
				
			||||||
 | 
					        if (optionsApi.remoteMethodParamProp) {
 | 
				
			||||||
 | 
					            return this.withOneProps('remote', true).withOneProps('remote-method', async (value: any) => {
 | 
				
			||||||
 | 
					                if (!value) {
 | 
				
			||||||
 | 
					                    this.options.value = [];
 | 
				
			||||||
 | 
					                    return;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                // 将输入的内容赋值为真实api请求参数中指定的属性字段
 | 
				
			||||||
 | 
					                optionsApi.params[optionsApi.remoteMethodParamProp] = value;
 | 
				
			||||||
 | 
					                this.options.value = await this.optionsApi.getOptions();
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // 立即执行,则直接调用api获取并赋值options
 | 
				
			||||||
 | 
					        if (this.optionsApi.immediate) {
 | 
				
			||||||
 | 
					            this.optionsApi.getOptions().then((res) => {
 | 
				
			||||||
 | 
					                this.options.value = res;
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            // 注册focus事件,在触发focus时赋值options
 | 
				
			||||||
 | 
					            this.bindEvent('focus', async () => {
 | 
				
			||||||
 | 
					                if (!toValue(this.options) || !optionsApi.once) {
 | 
				
			||||||
 | 
					                    this.options.value = await this.optionsApi.getOptions();
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    withSpan(span: number): SearchItem {
 | 
				
			||||||
 | 
					        this.span = span;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    withOptions(options: any): SearchItem {
 | 
				
			||||||
 | 
					        this.options = options;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 赋值placeholder
 | 
				
			||||||
 | 
					     * @param val placeholder
 | 
				
			||||||
 | 
					     * @returns
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    withPlaceholder(val: string): SearchItem {
 | 
				
			||||||
 | 
					        return this.withOneProps('placeholder', val);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										138
									
								
								mayfly_go_web/src/components/SearchForm/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										138
									
								
								mayfly_go_web/src/components/SearchForm/index.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,138 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div v-if="items.length" class="search-form">
 | 
				
			||||||
 | 
					        <el-form ref="formRef" :model="searchParam" label-width="auto">
 | 
				
			||||||
 | 
					            <Grid ref="gridRef" :collapsed="collapsed" :gap="[20, 0]" :cols="searchCol">
 | 
				
			||||||
 | 
					                <GridItem v-for="(item, index) in items" :key="item.prop" v-bind="getResponsive(item)" :index="index">
 | 
				
			||||||
 | 
					                    <el-form-item>
 | 
				
			||||||
 | 
					                        <template #label>
 | 
				
			||||||
 | 
					                            <el-space :size="4">
 | 
				
			||||||
 | 
					                                <span>{{ `${item?.label}` }}</span>
 | 
				
			||||||
 | 
					                                <el-tooltip v-if="item.tooltip" :content="item?.tooltip" placement="top">
 | 
				
			||||||
 | 
					                                    <SvgIcon name="QuestionFilled" />
 | 
				
			||||||
 | 
					                                </el-tooltip>
 | 
				
			||||||
 | 
					                            </el-space>
 | 
				
			||||||
 | 
					                            <span>:</span>
 | 
				
			||||||
 | 
					                        </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <SearchFormItem @keyup.enter="handleItemKeyupEnter(item)" v-if="!item.slot" :item="item" v-model="searchParam[item.prop]" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <slot v-else :name="item.slot"></slot>
 | 
				
			||||||
 | 
					                    </el-form-item>
 | 
				
			||||||
 | 
					                </GridItem>
 | 
				
			||||||
 | 
					                <GridItem suffix>
 | 
				
			||||||
 | 
					                    <div class="operation">
 | 
				
			||||||
 | 
					                        <el-button type="primary" :icon="Search" @click="search" plain> 搜索 </el-button>
 | 
				
			||||||
 | 
					                        <el-button :icon="Delete" @click="reset"> 重置 </el-button>
 | 
				
			||||||
 | 
					                        <el-button v-if="showCollapse" type="primary" link class="search-isOpen" @click="collapsed = !collapsed">
 | 
				
			||||||
 | 
					                            {{ collapsed ? '展开' : '合并' }}
 | 
				
			||||||
 | 
					                            <el-icon class="el-icon--right">
 | 
				
			||||||
 | 
					                                <component :is="collapsed ? ArrowDown : ArrowUp"></component>
 | 
				
			||||||
 | 
					                            </el-icon>
 | 
				
			||||||
 | 
					                        </el-button>
 | 
				
			||||||
 | 
					                    </div>
 | 
				
			||||||
 | 
					                </GridItem>
 | 
				
			||||||
 | 
					            </Grid>
 | 
				
			||||||
 | 
					        </el-form>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					<script setup lang="ts" name="SearchForm">
 | 
				
			||||||
 | 
					import { computed, ref } from 'vue';
 | 
				
			||||||
 | 
					import { BreakPoint } from '@/components/Grid/interface/index';
 | 
				
			||||||
 | 
					import { Delete, Search, ArrowDown, ArrowUp } from '@element-plus/icons-vue';
 | 
				
			||||||
 | 
					import SearchFormItem from './components/SearchFormItem.vue';
 | 
				
			||||||
 | 
					import Grid from '@/components/Grid/index.vue';
 | 
				
			||||||
 | 
					import GridItem from '@/components/Grid/components/GridItem.vue';
 | 
				
			||||||
 | 
					import SvgIcon from '@/components/svgIcon/index.vue';
 | 
				
			||||||
 | 
					import { SearchItem } from './index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					interface ProTableProps {
 | 
				
			||||||
 | 
					    items: SearchItem[]; // 搜索配置项
 | 
				
			||||||
 | 
					    searchCol: number | Record<BreakPoint, number>;
 | 
				
			||||||
 | 
					    search: (params: any) => void; // 搜索方法
 | 
				
			||||||
 | 
					    reset: (params: any) => void; // 重置方法
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 默认值
 | 
				
			||||||
 | 
					const props = withDefaults(defineProps<ProTableProps>(), {
 | 
				
			||||||
 | 
					    items: () => [],
 | 
				
			||||||
 | 
					    modelValue: () => ({}),
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const searchParam: any = defineModel('modelValue');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 获取响应式设置
 | 
				
			||||||
 | 
					const getResponsive = (item: SearchItem) => {
 | 
				
			||||||
 | 
					    return {
 | 
				
			||||||
 | 
					        span: item?.span,
 | 
				
			||||||
 | 
					        offset: item.offset ?? 0,
 | 
				
			||||||
 | 
					        // xs: item.search?.xs,
 | 
				
			||||||
 | 
					        // sm: item.search?.sm,
 | 
				
			||||||
 | 
					        // md: item.search?.md,
 | 
				
			||||||
 | 
					        // lg: item.search?.lg,
 | 
				
			||||||
 | 
					        // xl: item.search?.xl,
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 是否默认折叠搜索项
 | 
				
			||||||
 | 
					const collapsed = ref(true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 获取响应式断点
 | 
				
			||||||
 | 
					const gridRef = ref();
 | 
				
			||||||
 | 
					const breakPoint = computed<BreakPoint>(() => gridRef.value?.breakPoint);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 判断是否显示 展开/合并 按钮
 | 
				
			||||||
 | 
					const showCollapse = computed(() => {
 | 
				
			||||||
 | 
					    let show = false;
 | 
				
			||||||
 | 
					    props.items.reduce((prev, current) => {
 | 
				
			||||||
 | 
					        prev += (current![breakPoint.value]?.span ?? current?.span ?? 1) + (current![breakPoint.value]?.offset ?? current?.offset ?? 0);
 | 
				
			||||||
 | 
					        if (typeof props.searchCol !== 'number') {
 | 
				
			||||||
 | 
					            if (prev >= props.searchCol[breakPoint.value]) show = true;
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            if (prev >= props.searchCol) show = true;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        return prev;
 | 
				
			||||||
 | 
					    }, 0);
 | 
				
			||||||
 | 
					    return show;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const handleItemKeyupEnter = (item: SearchItem) => {
 | 
				
			||||||
 | 
					    if (item.type == 'input') {
 | 
				
			||||||
 | 
					        props.search(searchParam);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss">
 | 
				
			||||||
 | 
					.search-form {
 | 
				
			||||||
 | 
					    padding: 18px 18px 0;
 | 
				
			||||||
 | 
					    margin-bottom: 10px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    box-sizing: border-box;
 | 
				
			||||||
 | 
					    overflow-x: hidden;
 | 
				
			||||||
 | 
					    background-color: var(--el-bg-color);
 | 
				
			||||||
 | 
					    border: 1px solid var(--el-border-color-light);
 | 
				
			||||||
 | 
					    border-radius: 6px;
 | 
				
			||||||
 | 
					    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .el-form {
 | 
				
			||||||
 | 
					        .el-form-item__content > * {
 | 
				
			||||||
 | 
					            width: 100%;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // 去除时间选择器上下 padding
 | 
				
			||||||
 | 
					        .el-range-editor.el-input__wrapper {
 | 
				
			||||||
 | 
					            padding: 0 10px;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        .el-form-item {
 | 
				
			||||||
 | 
					            margin-bottom: 18px !important;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .operation {
 | 
				
			||||||
 | 
					        display: flex;
 | 
				
			||||||
 | 
					        align-items: center;
 | 
				
			||||||
 | 
					        justify-content: flex-end;
 | 
				
			||||||
 | 
					        margin-bottom: 18px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					</style>
 | 
				
			||||||
@@ -34,8 +34,8 @@
 | 
				
			|||||||
<script setup lang="ts" name="layoutTagsViewContextmenu">
 | 
					<script setup lang="ts" name="layoutTagsViewContextmenu">
 | 
				
			||||||
import { computed, reactive, onMounted, onUnmounted, watch } from 'vue';
 | 
					import { computed, reactive, onMounted, onUnmounted, watch } from 'vue';
 | 
				
			||||||
import { ContextmenuItem } from './index';
 | 
					import { ContextmenuItem } from './index';
 | 
				
			||||||
import { useViewport } from '@/common/use';
 | 
					 | 
				
			||||||
import SvgIcon from '@/components/svgIcon/index.vue';
 | 
					import SvgIcon from '@/components/svgIcon/index.vue';
 | 
				
			||||||
 | 
					import { useWindowSize } from '@vueuse/core';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 定义父组件传过来的值
 | 
					// 定义父组件传过来的值
 | 
				
			||||||
const props = defineProps({
 | 
					const props = defineProps({
 | 
				
			||||||
@@ -57,7 +57,7 @@ const props = defineProps({
 | 
				
			|||||||
// 定义子组件向父组件传值/事件
 | 
					// 定义子组件向父组件传值/事件
 | 
				
			||||||
const emit = defineEmits(['currentContextmenuClick']);
 | 
					const emit = defineEmits(['currentContextmenuClick']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { vw, vh } = useViewport();
 | 
					const { width: vw, height: vh } = useWindowSize();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 定义变量内容
 | 
					// 定义变量内容
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
@@ -184,6 +184,10 @@ defineExpose({
 | 
				
			|||||||
    z-index: 2190;
 | 
					    z-index: 2190;
 | 
				
			||||||
    position: fixed;
 | 
					    position: fixed;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .el-dropdown-menu__item {
 | 
				
			||||||
 | 
					        padding: 5px 12px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .el-dropdown-menu__item {
 | 
					    .el-dropdown-menu__item {
 | 
				
			||||||
        font-size: 12px !important;
 | 
					        font-size: 12px !important;
 | 
				
			||||||
        white-space: nowrap;
 | 
					        white-space: nowrap;
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										294
									
								
								mayfly_go_web/src/components/crontab/Crontab.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										294
									
								
								mayfly_go_web/src/components/crontab/Crontab.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,294 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div class="crontab">
 | 
				
			||||||
 | 
					        <el-tabs v-model="state.activeName" @tab-change="changeTab(state.activeName)" type="border-card">
 | 
				
			||||||
 | 
					            <el-tab-pane label="秒" name="second" v-if="shouldHide('second')">
 | 
				
			||||||
 | 
					                <CrontabSecond :cron="crontabValueObj" ref="secondRef" />
 | 
				
			||||||
 | 
					            </el-tab-pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-tab-pane label="分钟" name="min" v-if="shouldHide('min')">
 | 
				
			||||||
 | 
					                <CrontabMin :cron="crontabValueObj" ref="minRef" />
 | 
				
			||||||
 | 
					            </el-tab-pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-tab-pane label="小时" name="hour" v-if="shouldHide('hour')">
 | 
				
			||||||
 | 
					                <CrontabHour :cron="crontabValueObj" ref="hourRef" />
 | 
				
			||||||
 | 
					            </el-tab-pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-tab-pane label="日" name="day" v-if="shouldHide('day')">
 | 
				
			||||||
 | 
					                <CrontabDay :cron="crontabValueObj" ref="dayRef" />
 | 
				
			||||||
 | 
					            </el-tab-pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-tab-pane label="月" name="mouth" v-if="shouldHide('mouth')">
 | 
				
			||||||
 | 
					                <CrontabMouth :cron="crontabValueObj" ref="mouthRef" />
 | 
				
			||||||
 | 
					            </el-tab-pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-tab-pane label="周" name="week" v-if="shouldHide('week')">
 | 
				
			||||||
 | 
					                <CrontabWeek :cron="crontabValueObj" ref="weekRef" />
 | 
				
			||||||
 | 
					            </el-tab-pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-tab-pane label="年" name="year" v-if="shouldHide('year')">
 | 
				
			||||||
 | 
					                <CrontabYear :cron="crontabValueObj" ref="yearRef" />
 | 
				
			||||||
 | 
					            </el-tab-pane>
 | 
				
			||||||
 | 
					        </el-tabs>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <div class="popup-main">
 | 
				
			||||||
 | 
					            <div class="popup-result">
 | 
				
			||||||
 | 
					                <p class="title">时间表达式</p>
 | 
				
			||||||
 | 
					                <table>
 | 
				
			||||||
 | 
					                    <thead>
 | 
				
			||||||
 | 
					                        <th v-for="item of tabTitles" width="40" :key="item">{{ item }}</th>
 | 
				
			||||||
 | 
					                        <th>crontab完整表达式</th>
 | 
				
			||||||
 | 
					                    </thead>
 | 
				
			||||||
 | 
					                    <tbody>
 | 
				
			||||||
 | 
					                        <td>
 | 
				
			||||||
 | 
					                            <span>{{ crontabValueObj.second }}</span>
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
 | 
					                        <td>
 | 
				
			||||||
 | 
					                            <span>{{ crontabValueObj.min }}</span>
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
 | 
					                        <td>
 | 
				
			||||||
 | 
					                            <span>{{ crontabValueObj.hour }}</span>
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
 | 
					                        <td>
 | 
				
			||||||
 | 
					                            <span>{{ crontabValueObj.day }}</span>
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
 | 
					                        <td>
 | 
				
			||||||
 | 
					                            <span>{{ crontabValueObj.mouth }}</span>
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
 | 
					                        <td>
 | 
				
			||||||
 | 
					                            <span>{{ crontabValueObj.week }}</span>
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
 | 
					                        <td>
 | 
				
			||||||
 | 
					                            <span>{{ crontabValueObj.year }}</span>
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
 | 
					                        <td>
 | 
				
			||||||
 | 
					                            <span>{{ contabValueString }}</span>
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
 | 
					                    </tbody>
 | 
				
			||||||
 | 
					                </table>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					            <CrontabResult :ex="contabValueString"></CrontabResult>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <div class="pop_btn">
 | 
				
			||||||
 | 
					                <el-button size="small" @click="hidePopup">取消</el-button>
 | 
				
			||||||
 | 
					                <el-button size="small" type="warning" @click="clearCron">重置</el-button>
 | 
				
			||||||
 | 
					                <el-button size="small" type="primary" @click="submitFill">确定</el-button>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, toRefs, onMounted, reactive, ref, nextTick, watch } from 'vue';
 | 
				
			||||||
 | 
					import CrontabSecond from './CrontabSecond.vue';
 | 
				
			||||||
 | 
					import CrontabMin from './CrontabMin.vue';
 | 
				
			||||||
 | 
					import CrontabHour from './CrontabHour.vue';
 | 
				
			||||||
 | 
					import CrontabDay from './CrontabDay.vue';
 | 
				
			||||||
 | 
					import CrontabMouth from './CrontabMouth.vue';
 | 
				
			||||||
 | 
					import CrontabWeek from './CrontabWeek.vue';
 | 
				
			||||||
 | 
					import CrontabYear from './CrontabYear.vue';
 | 
				
			||||||
 | 
					import CrontabResult from './CrontabResult.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const secondRef: any = ref(null);
 | 
				
			||||||
 | 
					const minRef: any = ref(null);
 | 
				
			||||||
 | 
					const hourRef: any = ref(null);
 | 
				
			||||||
 | 
					const dayRef: any = ref(null);
 | 
				
			||||||
 | 
					const mouthRef: any = ref(null);
 | 
				
			||||||
 | 
					const weekRef: any = ref(null);
 | 
				
			||||||
 | 
					const yearRef: any = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    expression: {
 | 
				
			||||||
 | 
					        type: String,
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    hideComponent: {
 | 
				
			||||||
 | 
					        type: Array,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					//定义事件
 | 
				
			||||||
 | 
					const emit = defineEmits(['hide', 'fill']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    tabTitles: ['秒', '分钟', '小时', '日', '月', '周', '年'],
 | 
				
			||||||
 | 
					    tabActive: 0,
 | 
				
			||||||
 | 
					    activeName: 'second',
 | 
				
			||||||
 | 
					    myindex: 0,
 | 
				
			||||||
 | 
					    crontabValueObj: {
 | 
				
			||||||
 | 
					        second: '*',
 | 
				
			||||||
 | 
					        min: '*',
 | 
				
			||||||
 | 
					        hour: '*',
 | 
				
			||||||
 | 
					        day: '*',
 | 
				
			||||||
 | 
					        mouth: '*',
 | 
				
			||||||
 | 
					        week: '?',
 | 
				
			||||||
 | 
					        year: '',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { tabTitles, crontabValueObj } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onMounted(() => {
 | 
				
			||||||
 | 
					    resolveExp();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => props.expression,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        resolveExp();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function shouldHide(key: string) {
 | 
				
			||||||
 | 
					    if (props.hideComponent && props.hideComponent.includes(key)) return false;
 | 
				
			||||||
 | 
					    return true;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function resolveExp() {
 | 
				
			||||||
 | 
					    //反解析 表达式
 | 
				
			||||||
 | 
					    if (props.expression) {
 | 
				
			||||||
 | 
					        let arr = props.expression.split(' ');
 | 
				
			||||||
 | 
					        if (arr.length >= 6) {
 | 
				
			||||||
 | 
					            //6 位以上是合法表达式
 | 
				
			||||||
 | 
					            let obj = {
 | 
				
			||||||
 | 
					                second: arr[0],
 | 
				
			||||||
 | 
					                min: arr[1],
 | 
				
			||||||
 | 
					                hour: arr[2],
 | 
				
			||||||
 | 
					                day: arr[3],
 | 
				
			||||||
 | 
					                mouth: arr[4],
 | 
				
			||||||
 | 
					                week: arr[5],
 | 
				
			||||||
 | 
					                year: arr[6] ? arr[6] : '',
 | 
				
			||||||
 | 
					            };
 | 
				
			||||||
 | 
					            state.crontabValueObj = {
 | 
				
			||||||
 | 
					                ...obj,
 | 
				
			||||||
 | 
					            };
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        changeTab(state.activeName);
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        //没有传入的表达式 则还原
 | 
				
			||||||
 | 
					        clearCron();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 改变tab
 | 
				
			||||||
 | 
					const changeTab = (name: string) => {
 | 
				
			||||||
 | 
					    nextTick(() => {
 | 
				
			||||||
 | 
					        getRefByName(name).value?.parse();
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const getRefByName = (name: string) => {
 | 
				
			||||||
 | 
					    switch (name) {
 | 
				
			||||||
 | 
					        case 'second':
 | 
				
			||||||
 | 
					            return secondRef;
 | 
				
			||||||
 | 
					        case 'min':
 | 
				
			||||||
 | 
					            return minRef;
 | 
				
			||||||
 | 
					        case 'hour':
 | 
				
			||||||
 | 
					            return hourRef;
 | 
				
			||||||
 | 
					        case 'day':
 | 
				
			||||||
 | 
					            return dayRef;
 | 
				
			||||||
 | 
					        case 'mouth':
 | 
				
			||||||
 | 
					            return mouthRef;
 | 
				
			||||||
 | 
					        case 'week':
 | 
				
			||||||
 | 
					            return weekRef;
 | 
				
			||||||
 | 
					        case 'year':
 | 
				
			||||||
 | 
					            return yearRef;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 隐藏弹窗
 | 
				
			||||||
 | 
					function hidePopup() {
 | 
				
			||||||
 | 
					    emit('hide');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 填充表达式
 | 
				
			||||||
 | 
					const submitFill = () => {
 | 
				
			||||||
 | 
					    emit('fill', contabValueString.value);
 | 
				
			||||||
 | 
					    hidePopup();
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const clearCron = () => {
 | 
				
			||||||
 | 
					    // 还原选择项
 | 
				
			||||||
 | 
					    state.crontabValueObj = {
 | 
				
			||||||
 | 
					        second: '*',
 | 
				
			||||||
 | 
					        min: '*',
 | 
				
			||||||
 | 
					        hour: '*',
 | 
				
			||||||
 | 
					        day: '*',
 | 
				
			||||||
 | 
					        mouth: '*',
 | 
				
			||||||
 | 
					        week: '?',
 | 
				
			||||||
 | 
					        year: '',
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    changeTab(state.activeName);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const contabValueString = computed(() => {
 | 
				
			||||||
 | 
					    let obj = state.crontabValueObj;
 | 
				
			||||||
 | 
					    let str = obj.second + ' ' + obj.min + ' ' + obj.hour + ' ' + obj.day + ' ' + obj.mouth + ' ' + obj.week + (obj.year == '' ? '' : ' ' + obj.year);
 | 
				
			||||||
 | 
					    return str;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<style scoped lang="scss">
 | 
				
			||||||
 | 
					.pop_btn {
 | 
				
			||||||
 | 
					    text-align: right;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.popup-main {
 | 
				
			||||||
 | 
					    position: relative;
 | 
				
			||||||
 | 
					    margin: 10px auto;
 | 
				
			||||||
 | 
					    background: var(--el-bg-color-overlay);
 | 
				
			||||||
 | 
					    border-radius: 5px;
 | 
				
			||||||
 | 
					    font-size: 12px;
 | 
				
			||||||
 | 
					    overflow: hidden;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.popup-title {
 | 
				
			||||||
 | 
					    overflow: hidden;
 | 
				
			||||||
 | 
					    line-height: 34px;
 | 
				
			||||||
 | 
					    padding-top: 6px;
 | 
				
			||||||
 | 
					    background: #f2f2f2;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.popup-result {
 | 
				
			||||||
 | 
					    box-sizing: border-box;
 | 
				
			||||||
 | 
					    line-height: 24px;
 | 
				
			||||||
 | 
					    margin: 15px auto;
 | 
				
			||||||
 | 
					    padding: 15px 20px 10px;
 | 
				
			||||||
 | 
					    border: 1px solid var(--el-border-color);
 | 
				
			||||||
 | 
					    position: relative;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.popup-result .title {
 | 
				
			||||||
 | 
					    position: absolute;
 | 
				
			||||||
 | 
					    top: -18px;
 | 
				
			||||||
 | 
					    left: 50%;
 | 
				
			||||||
 | 
					    width: 140px;
 | 
				
			||||||
 | 
					    font-size: 14px;
 | 
				
			||||||
 | 
					    margin-left: -70px;
 | 
				
			||||||
 | 
					    text-align: center;
 | 
				
			||||||
 | 
					    line-height: 30px;
 | 
				
			||||||
 | 
					    background: var(--el-bg-color-overlay);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.popup-result table {
 | 
				
			||||||
 | 
					    text-align: center;
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
 | 
					    margin: 0 auto;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.popup-result table span {
 | 
				
			||||||
 | 
					    display: block;
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
 | 
					    font-family: arial;
 | 
				
			||||||
 | 
					    line-height: 30px;
 | 
				
			||||||
 | 
					    height: 30px;
 | 
				
			||||||
 | 
					    white-space: nowrap;
 | 
				
			||||||
 | 
					    overflow: hidden;
 | 
				
			||||||
 | 
					    border: 1px solid var(--el-border-color);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.popup-result-scroll {
 | 
				
			||||||
 | 
					    font-size: 12px;
 | 
				
			||||||
 | 
					    line-height: 24px;
 | 
				
			||||||
 | 
					    height: 10em;
 | 
				
			||||||
 | 
					    overflow-y: auto;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.crontab {
 | 
				
			||||||
 | 
					    ::v-deep(.el-form-item) {
 | 
				
			||||||
 | 
					        margin-bottom: 10px !important;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					</style>
 | 
				
			||||||
							
								
								
									
										216
									
								
								mayfly_go_web/src/components/crontab/CrontabDay.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										216
									
								
								mayfly_go_web/src/components/crontab/CrontabDay.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,216 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-form size="small">
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="1"> 日,允许的通配符[, - * / L M] </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="2"> 不指定 </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="3">
 | 
				
			||||||
 | 
					                周期从
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle01" :min="0" :max="31" /> - <el-input-number v-model="cycle02" :min="0" :max="31" /> 日
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="4">
 | 
				
			||||||
 | 
					                从
 | 
				
			||||||
 | 
					                <el-input-number v-model="average01" :min="0" :max="31" /> 号开始,每 <el-input-number v-model="average02" :min="0" :max="31" /> 日执行一次
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="5">
 | 
				
			||||||
 | 
					                每月
 | 
				
			||||||
 | 
					                <el-input-number v-model="workday" :min="0" :max="31" /> 号最近的那个工作日
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="6"> 本月最后一天 </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <div class="flex-align-center w100">
 | 
				
			||||||
 | 
					                <el-radio v-model="radioValue" :label="7" class="mr5"> 指定 </el-radio>
 | 
				
			||||||
 | 
					                <el-select @click="radioValue = 7" class="w100" clearable v-model="checkboxList" placeholder="可多选" multiple>
 | 
				
			||||||
 | 
					                    <el-option v-for="item in 31" :key="item" :value="`${item}`">{{ item }}</el-option>
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					    </el-form>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, toRefs, watch, reactive } from 'vue';
 | 
				
			||||||
 | 
					import { checkNumber, CrontabValueObj } from './index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cron = defineModel<CrontabValueObj>('cron', { required: true });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    radioValue: 1,
 | 
				
			||||||
 | 
					    workday: 1,
 | 
				
			||||||
 | 
					    cycle01: 1,
 | 
				
			||||||
 | 
					    cycle02: 2,
 | 
				
			||||||
 | 
					    average01: 1,
 | 
				
			||||||
 | 
					    average02: 1,
 | 
				
			||||||
 | 
					    checkboxList: [] as any,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { radioValue, workday, cycle01, cycle02, average01, average02, checkboxList } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 单选按钮值变化时
 | 
				
			||||||
 | 
					function radioChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue === 1) {
 | 
				
			||||||
 | 
					        cron.value.day = '*';
 | 
				
			||||||
 | 
					        cron.value.week = '?';
 | 
				
			||||||
 | 
					        cron.value.mouth = '*';
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        if (cron.value.hour === '*') {
 | 
				
			||||||
 | 
					            cron.value.hour = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.min === '*') {
 | 
				
			||||||
 | 
					            cron.value.min = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.second === '*') {
 | 
				
			||||||
 | 
					            cron.value.second = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    switch (state.radioValue) {
 | 
				
			||||||
 | 
					        case 2:
 | 
				
			||||||
 | 
					            cron.value.day = '?';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 3:
 | 
				
			||||||
 | 
					            cron.value.day = state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 4:
 | 
				
			||||||
 | 
					            cron.value.day = state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 5:
 | 
				
			||||||
 | 
					            cron.value.day = state.workday + 'W';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 6:
 | 
				
			||||||
 | 
					            cron.value.day = 'L';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 7:
 | 
				
			||||||
 | 
					            cron.value.day = checkboxString.value;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 周期两个值变化时
 | 
				
			||||||
 | 
					function cycleChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue == 3) {
 | 
				
			||||||
 | 
					        cron.value.day = cycleTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 平均两个值变化时
 | 
				
			||||||
 | 
					function averageChange() {
 | 
				
			||||||
 | 
					    state.average01 = checkNumber(state.average01, 1, 31);
 | 
				
			||||||
 | 
					    state.average02 = checkNumber(state.average02, 1, 31);
 | 
				
			||||||
 | 
					    if (state.radioValue == 4) {
 | 
				
			||||||
 | 
					        cron.value.day = averageTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 最近工作日值变化时
 | 
				
			||||||
 | 
					function workdayChange() {
 | 
				
			||||||
 | 
					    state.workday = checkNumber(state.workday, 1, 31);
 | 
				
			||||||
 | 
					    if (state.radioValue == 5) {
 | 
				
			||||||
 | 
					        cron.value.day = state.workday + 'W';
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// checkbox值变化时
 | 
				
			||||||
 | 
					function checkboxChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue == 7) {
 | 
				
			||||||
 | 
					        cron.value.day = checkboxString.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 父组件传递的week发生变化触发
 | 
				
			||||||
 | 
					// function weekChange() {
 | 
				
			||||||
 | 
					//     //判断week值与day不能同时为“?”
 | 
				
			||||||
 | 
					//     if (cron.value.week == '?' && state.radioValue == 2) {
 | 
				
			||||||
 | 
					//         state.radioValue = 1;
 | 
				
			||||||
 | 
					//     } else if (cron.value.week !== '?' && state.radioValue != 2) {
 | 
				
			||||||
 | 
					//         state.radioValue = 2;
 | 
				
			||||||
 | 
					//     }
 | 
				
			||||||
 | 
					// }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算两个周期值
 | 
				
			||||||
 | 
					const cycleTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算平均用到的值
 | 
				
			||||||
 | 
					const averageTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算工作日格式
 | 
				
			||||||
 | 
					const workdayCheck = computed(() => {
 | 
				
			||||||
 | 
					    return state.workday;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算勾选的checkbox值合集
 | 
				
			||||||
 | 
					const checkboxString = computed(() => {
 | 
				
			||||||
 | 
					    let str = state.checkboxList.join();
 | 
				
			||||||
 | 
					    return str == '' ? '*' : str;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => state.radioValue,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        radioChange();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(cycleTotal, () => {
 | 
				
			||||||
 | 
					    cycleChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(averageTotal, () => {
 | 
				
			||||||
 | 
					    averageChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(workdayCheck, () => {
 | 
				
			||||||
 | 
					    workdayChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(checkboxString, () => {
 | 
				
			||||||
 | 
					    checkboxChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const parse = () => {
 | 
				
			||||||
 | 
					    //反解析
 | 
				
			||||||
 | 
					    let value = cron.value.day;
 | 
				
			||||||
 | 
					    if (value === '*') {
 | 
				
			||||||
 | 
					        state.radioValue = 1;
 | 
				
			||||||
 | 
					    } else if (value == '?') {
 | 
				
			||||||
 | 
					        state.radioValue = 2;
 | 
				
			||||||
 | 
					    } else if (value.indexOf('-') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 3;
 | 
				
			||||||
 | 
					        let indexArr = value.split('-') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.cycle01 = 0) : (state.cycle01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.cycle02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else if (value.indexOf('/') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 4;
 | 
				
			||||||
 | 
					        let indexArr = value.split('/') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.average01 = 0) : (state.average01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.average02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else if (value.indexOf('W') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 5;
 | 
				
			||||||
 | 
					        let indexArr = value.split('W') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.workday = 0) : (state.workday = indexArr[0]);
 | 
				
			||||||
 | 
					    } else if (value === 'L') {
 | 
				
			||||||
 | 
					        state.radioValue = 6;
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.checkboxList = value.split(',');
 | 
				
			||||||
 | 
					        state.radioValue = 7;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ parse });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										156
									
								
								mayfly_go_web/src/components/crontab/CrontabHour.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										156
									
								
								mayfly_go_web/src/components/crontab/CrontabHour.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,156 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-form size="small">
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="1"> 小时,允许的通配符[, - * /] </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="2">
 | 
				
			||||||
 | 
					                周期从
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle01" :min="0" :max="60" /> - <el-input-number v-model="cycle02" :min="0" :max="60" /> 小时
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="3">
 | 
				
			||||||
 | 
					                从
 | 
				
			||||||
 | 
					                <el-input-number v-model="average01" :min="0" :max="60" /> 小时开始,每 <el-input-number v-model="average02" :min="0" :max="60" /> 小时执行一次
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <div class="flex-align-center w100">
 | 
				
			||||||
 | 
					                <el-radio v-model="radioValue" :label="4" class="mr5"> 指定 </el-radio>
 | 
				
			||||||
 | 
					                <el-select @click="radioValue = 4" class="w100" clearable v-model="checkboxList" placeholder="可多选" multiple>
 | 
				
			||||||
 | 
					                    <el-option v-for="item in 60" :key="item" :value="`${item - 1}`">{{ item - 1 }}</el-option>
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					    </el-form>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, toRefs, watch, reactive } from 'vue';
 | 
				
			||||||
 | 
					import { checkNumber, CrontabValueObj } from './index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cron = defineModel<CrontabValueObj>('cron', { required: true });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    radioValue: 1,
 | 
				
			||||||
 | 
					    cycle01: 0,
 | 
				
			||||||
 | 
					    cycle02: 1,
 | 
				
			||||||
 | 
					    average01: 0,
 | 
				
			||||||
 | 
					    average02: 1,
 | 
				
			||||||
 | 
					    checkboxList: [] as any,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { radioValue, cycle01, cycle02, average01, average02, checkboxList } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 单选按钮值变化时
 | 
				
			||||||
 | 
					function radioChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue === 1) {
 | 
				
			||||||
 | 
					        cron.value.hour = '*';
 | 
				
			||||||
 | 
					        cron.value.day = '*';
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        if (cron.value.min === '*') {
 | 
				
			||||||
 | 
					            cron.value.min = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.second === '*') {
 | 
				
			||||||
 | 
					            cron.value.second = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    switch (state.radioValue) {
 | 
				
			||||||
 | 
					        case 2:
 | 
				
			||||||
 | 
					            cron.value.hour = state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 3:
 | 
				
			||||||
 | 
					            cron.value.hour = state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 4:
 | 
				
			||||||
 | 
					            cron.value.hour = checkboxString.value;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 周期两个值变化时
 | 
				
			||||||
 | 
					function cycleChange() {
 | 
				
			||||||
 | 
					    state.cycle01 = checkNumber(state.cycle01, 0, 23);
 | 
				
			||||||
 | 
					    state.cycle02 = checkNumber(state.cycle02, 0, 23);
 | 
				
			||||||
 | 
					    if (state.radioValue == 2) {
 | 
				
			||||||
 | 
					        cron.value.hour = cycleTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 平均两个值变化时
 | 
				
			||||||
 | 
					function averageChange() {
 | 
				
			||||||
 | 
					    state.average01 = checkNumber(state.average01, 0, 23);
 | 
				
			||||||
 | 
					    state.average02 = checkNumber(state.average02, 0, 23);
 | 
				
			||||||
 | 
					    if (state.radioValue == 3) {
 | 
				
			||||||
 | 
					        cron.value.hour = averageTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// checkbox值变化时
 | 
				
			||||||
 | 
					function checkboxChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue == 4) {
 | 
				
			||||||
 | 
					        cron.value.hour = checkboxString.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算两个周期值
 | 
				
			||||||
 | 
					const cycleTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算平均用到的值
 | 
				
			||||||
 | 
					const averageTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算勾选的checkbox值合集
 | 
				
			||||||
 | 
					const checkboxString = computed(() => {
 | 
				
			||||||
 | 
					    let str = state.checkboxList.join();
 | 
				
			||||||
 | 
					    return str == '' ? '*' : str;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => state.radioValue,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        radioChange();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(cycleTotal, () => {
 | 
				
			||||||
 | 
					    cycleChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(averageTotal, () => {
 | 
				
			||||||
 | 
					    averageChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(checkboxString, () => {
 | 
				
			||||||
 | 
					    checkboxChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const parse = () => {
 | 
				
			||||||
 | 
					    //反解析
 | 
				
			||||||
 | 
					    let ins = cron.value.hour;
 | 
				
			||||||
 | 
					    if (ins === '*') {
 | 
				
			||||||
 | 
					        state.radioValue = 1;
 | 
				
			||||||
 | 
					    } else if (ins.indexOf('-') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 2;
 | 
				
			||||||
 | 
					        let indexArr = ins.split('-') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.cycle01 = 0) : (state.cycle01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.cycle02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else if (ins.indexOf('/') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 3;
 | 
				
			||||||
 | 
					        let indexArr = ins.split('/') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.average01 = 0) : (state.average01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.average02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.radioValue = 4;
 | 
				
			||||||
 | 
					        state.checkboxList = ins.split(',');
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ parse });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										19
									
								
								mayfly_go_web/src/components/crontab/CrontabInput.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								mayfly_go_web/src/components/crontab/CrontabInput.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-input v-model="cron" placeholder="可点击左边按钮进行可视化配置">
 | 
				
			||||||
 | 
					        <template #prepend>
 | 
				
			||||||
 | 
					            <el-button @click="showCron = true" icon="Pointer"></el-button>
 | 
				
			||||||
 | 
					        </template>
 | 
				
			||||||
 | 
					    </el-input>
 | 
				
			||||||
 | 
					    <el-dialog title="生成 cron" v-model="showCron" width="600px">
 | 
				
			||||||
 | 
					        <Crontab :expression="cron" @hide="showCron = false" @fill="(ex: any) => (cron = ex)" />
 | 
				
			||||||
 | 
					    </el-dialog>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { ref } from 'vue';
 | 
				
			||||||
 | 
					import Crontab from '@/components/crontab/Crontab.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cron = defineModel<string>('modelValue', { required: true });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const showCron = ref(false);
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										152
									
								
								mayfly_go_web/src/components/crontab/CrontabMin.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										152
									
								
								mayfly_go_web/src/components/crontab/CrontabMin.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,152 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-form size="small">
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="1"> 分钟,允许的通配符[, - * /] </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="2">
 | 
				
			||||||
 | 
					                周期从
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle01" :min="0" :max="60" /> - <el-input-number v-model="cycle02" :min="0" :max="60" /> 分钟
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="3">
 | 
				
			||||||
 | 
					                从
 | 
				
			||||||
 | 
					                <el-input-number v-model="average01" :min="0" :max="60" /> 分钟开始,每 <el-input-number v-model="average02" :min="0" :max="60" /> 分钟执行一次
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <div class="flex-align-center w100">
 | 
				
			||||||
 | 
					                <el-radio v-model="radioValue" :label="4" class="mr5"> 指定 </el-radio>
 | 
				
			||||||
 | 
					                <el-select @click="radioValue = 4" class="w100" clearable v-model="checkboxList" placeholder="可多选" multiple>
 | 
				
			||||||
 | 
					                    <el-option v-for="item in 60" :key="item" :value="`${item - 1}`">{{ item - 1 }}</el-option>
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					    </el-form>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, toRefs, watch, reactive } from 'vue';
 | 
				
			||||||
 | 
					import { checkNumber, CrontabValueObj } from './index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cron = defineModel<CrontabValueObj>('cron', { required: true });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    radioValue: 1,
 | 
				
			||||||
 | 
					    cycle01: 0,
 | 
				
			||||||
 | 
					    cycle02: 1,
 | 
				
			||||||
 | 
					    average01: 0,
 | 
				
			||||||
 | 
					    average02: 1,
 | 
				
			||||||
 | 
					    checkboxList: [] as any,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { radioValue, cycle01, cycle02, average01, average02, checkboxList } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 单选按钮值变化时
 | 
				
			||||||
 | 
					function radioChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue !== 1 && cron.value.second === '*') {
 | 
				
			||||||
 | 
					        cron.value.second = '0';
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    switch (state.radioValue) {
 | 
				
			||||||
 | 
					        case 1:
 | 
				
			||||||
 | 
					            cron.value.min = '*';
 | 
				
			||||||
 | 
					            cron.value.hour = '*';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 2:
 | 
				
			||||||
 | 
					            cron.value.min = state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 3:
 | 
				
			||||||
 | 
					            cron.value.min = state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 4:
 | 
				
			||||||
 | 
					            cron.value.min = checkboxString.value;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 周期两个值变化时
 | 
				
			||||||
 | 
					function cycleChange() {
 | 
				
			||||||
 | 
					    state.cycle01 = checkNumber(state.cycle01, 0, 59);
 | 
				
			||||||
 | 
					    state.cycle02 = checkNumber(state.cycle02, 0, 59);
 | 
				
			||||||
 | 
					    if (state.radioValue == 2) {
 | 
				
			||||||
 | 
					        cron.value.min = cycleTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 平均两个值变化时
 | 
				
			||||||
 | 
					function averageChange() {
 | 
				
			||||||
 | 
					    state.average01 = checkNumber(state.average01, 0, 59);
 | 
				
			||||||
 | 
					    state.average02 = checkNumber(state.average02, 1, 59);
 | 
				
			||||||
 | 
					    if (state.radioValue == 3) {
 | 
				
			||||||
 | 
					        cron.value.min = averageTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// checkbox值变化时
 | 
				
			||||||
 | 
					function checkboxChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue == 4) {
 | 
				
			||||||
 | 
					        cron.value.min = checkboxString.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算两个周期值
 | 
				
			||||||
 | 
					const cycleTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算平均用到的值
 | 
				
			||||||
 | 
					const averageTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算勾选的checkbox值合集
 | 
				
			||||||
 | 
					const checkboxString = computed(() => {
 | 
				
			||||||
 | 
					    let str = state.checkboxList.join();
 | 
				
			||||||
 | 
					    return str == '' ? '*' : str;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => state.radioValue,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        radioChange();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(cycleTotal, () => {
 | 
				
			||||||
 | 
					    cycleChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(averageTotal, () => {
 | 
				
			||||||
 | 
					    averageChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(checkboxString, () => {
 | 
				
			||||||
 | 
					    checkboxChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const parse = () => {
 | 
				
			||||||
 | 
					    //反解析
 | 
				
			||||||
 | 
					    let ins = cron.value.min;
 | 
				
			||||||
 | 
					    if (ins === '*') {
 | 
				
			||||||
 | 
					        state.radioValue = 1;
 | 
				
			||||||
 | 
					    } else if (ins.indexOf('-') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 2;
 | 
				
			||||||
 | 
					        let indexArr = ins.split('-') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.cycle01 = 0) : (state.cycle01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.cycle02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else if (ins.indexOf('/') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 3;
 | 
				
			||||||
 | 
					        let indexArr = ins.split('/') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.average01 = 0) : (state.average01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.average02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.radioValue = 4;
 | 
				
			||||||
 | 
					        state.checkboxList = ins.split(',');
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ parse });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										163
									
								
								mayfly_go_web/src/components/crontab/CrontabMouth.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										163
									
								
								mayfly_go_web/src/components/crontab/CrontabMouth.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,163 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-form size="small">
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="1"> 月,允许的通配符[, - * /] </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="2">
 | 
				
			||||||
 | 
					                周期从
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle01" :min="1" :max="12" /> - <el-input-number v-model="cycle02" :min="1" :max="12" /> 月
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="3">
 | 
				
			||||||
 | 
					                从
 | 
				
			||||||
 | 
					                <el-input-number v-model="average01" :min="1" :max="12" /> 月开始,每 <el-input-number v-model="average02" :min="1" :max="12" /> 月月执行一次
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <div class="flex-align-center w100">
 | 
				
			||||||
 | 
					                <el-radio v-model="radioValue" :label="4" class="mr5"> 指定 </el-radio>
 | 
				
			||||||
 | 
					                <el-select @click="radioValue = 4" class="w100" clearable v-model="checkboxList" placeholder="可多选" multiple>
 | 
				
			||||||
 | 
					                    <el-option v-for="item in 12" :key="item" :value="`${item}`">{{ item }}</el-option>
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					    </el-form>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, toRefs, watch, reactive } from 'vue';
 | 
				
			||||||
 | 
					import { checkNumber, CrontabValueObj } from './index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cron = defineModel<CrontabValueObj>('cron', { required: true });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    radioValue: 1,
 | 
				
			||||||
 | 
					    cycle01: 1,
 | 
				
			||||||
 | 
					    cycle02: 2,
 | 
				
			||||||
 | 
					    average01: 1,
 | 
				
			||||||
 | 
					    average02: 1,
 | 
				
			||||||
 | 
					    checkboxList: [] as any,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { radioValue, cycle01, cycle02, average01, average02, checkboxList } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 单选按钮值变化时
 | 
				
			||||||
 | 
					function radioChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue === 1) {
 | 
				
			||||||
 | 
					        cron.value.mouth = '*';
 | 
				
			||||||
 | 
					        cron.value.year = '*';
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        if (cron.value.day === '*') {
 | 
				
			||||||
 | 
					            cron.value.day = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.hour === '*') {
 | 
				
			||||||
 | 
					            cron.value.hour = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.min === '*') {
 | 
				
			||||||
 | 
					            cron.value.min = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.second === '*') {
 | 
				
			||||||
 | 
					            cron.value.second = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    switch (state.radioValue) {
 | 
				
			||||||
 | 
					        case 2:
 | 
				
			||||||
 | 
					            cron.value.mouth = state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 3:
 | 
				
			||||||
 | 
					            cron.value.mouth = state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 4:
 | 
				
			||||||
 | 
					            cron.value.mouth = checkboxString.value;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 周期两个值变化时
 | 
				
			||||||
 | 
					function cycleChange() {
 | 
				
			||||||
 | 
					    state.cycle01 = checkNumber(state.cycle01, 1, 12);
 | 
				
			||||||
 | 
					    state.cycle02 = checkNumber(state.cycle02, 1, 12);
 | 
				
			||||||
 | 
					    if (state.radioValue == 2) {
 | 
				
			||||||
 | 
					        cron.value.mouth = cycleTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 平均两个值变化时
 | 
				
			||||||
 | 
					function averageChange() {
 | 
				
			||||||
 | 
					    state.average01 = checkNumber(state.average01, 1, 12);
 | 
				
			||||||
 | 
					    state.average02 = checkNumber(state.average02, 1, 12);
 | 
				
			||||||
 | 
					    if (state.radioValue == 3) {
 | 
				
			||||||
 | 
					        cron.value.mouth = averageTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// checkbox值变化时
 | 
				
			||||||
 | 
					function checkboxChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue == 4) {
 | 
				
			||||||
 | 
					        cron.value.mouth = checkboxString.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算两个周期值
 | 
				
			||||||
 | 
					const cycleTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算平均用到的值
 | 
				
			||||||
 | 
					const averageTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算勾选的checkbox值合集
 | 
				
			||||||
 | 
					const checkboxString = computed(() => {
 | 
				
			||||||
 | 
					    let str = state.checkboxList.join();
 | 
				
			||||||
 | 
					    return str == '' ? '*' : str;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => state.radioValue,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        radioChange();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(cycleTotal, () => {
 | 
				
			||||||
 | 
					    cycleChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(averageTotal, () => {
 | 
				
			||||||
 | 
					    averageChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(checkboxString, () => {
 | 
				
			||||||
 | 
					    checkboxChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const parse = () => {
 | 
				
			||||||
 | 
					    //反解析
 | 
				
			||||||
 | 
					    let ins = cron.value.mouth;
 | 
				
			||||||
 | 
					    if (ins === '*') {
 | 
				
			||||||
 | 
					        state.radioValue = 1;
 | 
				
			||||||
 | 
					    } else if (ins.indexOf('-') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 2;
 | 
				
			||||||
 | 
					        let indexArr = ins.split('-') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.cycle01 = 0) : (state.cycle01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.cycle02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else if (ins.indexOf('/') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 3;
 | 
				
			||||||
 | 
					        let indexArr = ins.split('/') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.average01 = 0) : (state.average01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.average02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.radioValue = 4;
 | 
				
			||||||
 | 
					        state.checkboxList = ins.split(',');
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ parse });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										588
									
								
								mayfly_go_web/src/components/crontab/CrontabResult.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										588
									
								
								mayfly_go_web/src/components/crontab/CrontabResult.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,588 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div class="popup-result">
 | 
				
			||||||
 | 
					        <p class="title">最近5次运行时间</p>
 | 
				
			||||||
 | 
					        <ul class="popup-result-scroll">
 | 
				
			||||||
 | 
					            <template v-if="isShow">
 | 
				
			||||||
 | 
					                <li v-for="item in resultList" :key="item">{{ item }}</li>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					            <li v-else>计算结果中...</li>
 | 
				
			||||||
 | 
					        </ul>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="js" setup>
 | 
				
			||||||
 | 
					import { toRefs, watch, onMounted, reactive } from 'vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    ex: {
 | 
				
			||||||
 | 
					        type: String,
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    dayRule: '',
 | 
				
			||||||
 | 
					    dayRuleSup: '',
 | 
				
			||||||
 | 
					    dateArr: [],
 | 
				
			||||||
 | 
					    resultList: [],
 | 
				
			||||||
 | 
					    isShow: false,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { resultList, isShow } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => props.ex,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        expressionChange();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onMounted(() => {
 | 
				
			||||||
 | 
					    expressionChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 表达式值变化时,开始去计算结果
 | 
				
			||||||
 | 
					function expressionChange() {
 | 
				
			||||||
 | 
					    // 计算开始-隐藏结果
 | 
				
			||||||
 | 
					    state.isShow = false;
 | 
				
			||||||
 | 
					    // 获取规则数组[0秒、1分、2时、3日、4月、5星期、6年]
 | 
				
			||||||
 | 
					    let ruleArr = props.ex.split(' ');
 | 
				
			||||||
 | 
					    // 用于记录进入循环的次数
 | 
				
			||||||
 | 
					    let nums = 0;
 | 
				
			||||||
 | 
					    // 用于暂时存符号时间规则结果的数组
 | 
				
			||||||
 | 
					    let resultArr = [];
 | 
				
			||||||
 | 
					    // 获取当前时间精确至[年、月、日、时、分、秒]
 | 
				
			||||||
 | 
					    let nTime = new Date();
 | 
				
			||||||
 | 
					    let nYear = nTime.getFullYear();
 | 
				
			||||||
 | 
					    let nMouth = nTime.getMonth() + 1;
 | 
				
			||||||
 | 
					    let nDay = nTime.getDate();
 | 
				
			||||||
 | 
					    let nHour = nTime.getHours();
 | 
				
			||||||
 | 
					    let nMin = nTime.getMinutes();
 | 
				
			||||||
 | 
					    let nSecond = nTime.getSeconds();
 | 
				
			||||||
 | 
					    // 根据规则获取到近100年可能年数组、月数组等等
 | 
				
			||||||
 | 
					    getSecondArr(ruleArr[0]);
 | 
				
			||||||
 | 
					    getMinArr(ruleArr[1]);
 | 
				
			||||||
 | 
					    getHourArr(ruleArr[2]);
 | 
				
			||||||
 | 
					    getDayArr(ruleArr[3]);
 | 
				
			||||||
 | 
					    getMouthArr(ruleArr[4]);
 | 
				
			||||||
 | 
					    getWeekArr(ruleArr[5]);
 | 
				
			||||||
 | 
					    getYearArr(ruleArr[6], nYear);
 | 
				
			||||||
 | 
					    // 将获取到的数组赋值-方便使用
 | 
				
			||||||
 | 
					    let sDate = state.dateArr[0];
 | 
				
			||||||
 | 
					    let mDate = state.dateArr[1];
 | 
				
			||||||
 | 
					    let hDate = state.dateArr[2];
 | 
				
			||||||
 | 
					    let DDate = state.dateArr[3];
 | 
				
			||||||
 | 
					    let MDate = state.dateArr[4];
 | 
				
			||||||
 | 
					    let YDate = state.dateArr[5];
 | 
				
			||||||
 | 
					    // 获取当前时间在数组中的索引
 | 
				
			||||||
 | 
					    let sIdx = getIndex(sDate, nSecond);
 | 
				
			||||||
 | 
					    let mIdx = getIndex(mDate, nMin);
 | 
				
			||||||
 | 
					    let hIdx = getIndex(hDate, nHour);
 | 
				
			||||||
 | 
					    let DIdx = getIndex(DDate, nDay);
 | 
				
			||||||
 | 
					    let MIdx = getIndex(MDate, nMouth);
 | 
				
			||||||
 | 
					    let YIdx = getIndex(YDate, nYear);
 | 
				
			||||||
 | 
					    // 重置月日时分秒的函数(后面用的比较多)
 | 
				
			||||||
 | 
					    const resetSecond = function () {
 | 
				
			||||||
 | 
					        sIdx = 0;
 | 
				
			||||||
 | 
					        nSecond = sDate[sIdx];
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    const resetMin = function () {
 | 
				
			||||||
 | 
					        mIdx = 0;
 | 
				
			||||||
 | 
					        nMin = mDate[mIdx];
 | 
				
			||||||
 | 
					        resetSecond();
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    const resetHour = function () {
 | 
				
			||||||
 | 
					        hIdx = 0;
 | 
				
			||||||
 | 
					        nHour = hDate[hIdx];
 | 
				
			||||||
 | 
					        resetMin();
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    const resetDay = function () {
 | 
				
			||||||
 | 
					        DIdx = 0;
 | 
				
			||||||
 | 
					        nDay = DDate[DIdx];
 | 
				
			||||||
 | 
					        resetHour();
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    const resetMouth = function () {
 | 
				
			||||||
 | 
					        MIdx = 0;
 | 
				
			||||||
 | 
					        nMouth = MDate[MIdx];
 | 
				
			||||||
 | 
					        resetDay();
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					    // 如果当前年份不为数组中当前值
 | 
				
			||||||
 | 
					    if (nYear !== YDate[YIdx]) {
 | 
				
			||||||
 | 
					        resetMouth();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    // 如果当前月份不为数组中当前值
 | 
				
			||||||
 | 
					    if (nMouth !== MDate[MIdx]) {
 | 
				
			||||||
 | 
					        resetDay();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    // 如果当前“日”不为数组中当前值
 | 
				
			||||||
 | 
					    if (nDay !== DDate[DIdx]) {
 | 
				
			||||||
 | 
					        resetHour();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    // 如果当前“时”不为数组中当前值
 | 
				
			||||||
 | 
					    if (nHour !== hDate[hIdx]) {
 | 
				
			||||||
 | 
					        resetMin();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    // 如果当前“分”不为数组中当前值
 | 
				
			||||||
 | 
					    if (nMin !== mDate[mIdx]) {
 | 
				
			||||||
 | 
					        resetSecond();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 循环年份数组
 | 
				
			||||||
 | 
					    goYear: for (let Yi = YIdx; Yi < YDate.length; Yi++) {
 | 
				
			||||||
 | 
					        let YY = YDate[Yi];
 | 
				
			||||||
 | 
					        // 如果到达最大值时
 | 
				
			||||||
 | 
					        if (nMouth > MDate[MDate.length - 1]) {
 | 
				
			||||||
 | 
					            resetMouth();
 | 
				
			||||||
 | 
					            continue;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        // 循环月份数组
 | 
				
			||||||
 | 
					        goMouth: for (let Mi = MIdx; Mi < MDate.length; Mi++) {
 | 
				
			||||||
 | 
					            // 赋值、方便后面运算
 | 
				
			||||||
 | 
					            let MM = MDate[Mi];
 | 
				
			||||||
 | 
					            MM = MM < 10 ? '0' + MM : MM;
 | 
				
			||||||
 | 
					            // 如果到达最大值时
 | 
				
			||||||
 | 
					            if (nDay > DDate[DDate.length - 1]) {
 | 
				
			||||||
 | 
					                resetDay();
 | 
				
			||||||
 | 
					                if (Mi == MDate.length - 1) {
 | 
				
			||||||
 | 
					                    resetMouth();
 | 
				
			||||||
 | 
					                    continue goYear;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                continue;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            // 循环日期数组
 | 
				
			||||||
 | 
					            goDay: for (let Di = DIdx; Di < DDate.length; Di++) {
 | 
				
			||||||
 | 
					                // 赋值、方便后面运算
 | 
				
			||||||
 | 
					                let DD = DDate[Di];
 | 
				
			||||||
 | 
					                let thisDD = DD < 10 ? '0' + DD : DD;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                // 如果到达最大值时
 | 
				
			||||||
 | 
					                if (nHour > hDate[hDate.length - 1]) {
 | 
				
			||||||
 | 
					                    resetHour();
 | 
				
			||||||
 | 
					                    if (Di == DDate.length - 1) {
 | 
				
			||||||
 | 
					                        resetDay();
 | 
				
			||||||
 | 
					                        if (Mi == MDate.length - 1) {
 | 
				
			||||||
 | 
					                            resetMouth();
 | 
				
			||||||
 | 
					                            continue goYear;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                        continue goMouth;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                    continue;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                // 判断日期的合法性,不合法的话也是跳出当前循环
 | 
				
			||||||
 | 
					                if (
 | 
				
			||||||
 | 
					                    checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true &&
 | 
				
			||||||
 | 
					                    state.dayRule !== 'workDay' &&
 | 
				
			||||||
 | 
					                    state.dayRule !== 'lastWeek' &&
 | 
				
			||||||
 | 
					                    state.dayRule !== 'lastDay'
 | 
				
			||||||
 | 
					                ) {
 | 
				
			||||||
 | 
					                    resetDay();
 | 
				
			||||||
 | 
					                    continue goMouth;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                // 如果日期规则中有值时
 | 
				
			||||||
 | 
					                if (state.dayRule == 'lastDay') {
 | 
				
			||||||
 | 
					                    //如果不是合法日期则需要将前将日期调到合法日期即月末最后一天
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    if (checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) {
 | 
				
			||||||
 | 
					                        while (DD > 0 && checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) {
 | 
				
			||||||
 | 
					                            DD--;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                            thisDD = DD < 10 ? '0' + DD : DD;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                } else if (state.dayRule == 'workDay') {
 | 
				
			||||||
 | 
					                    //校验并调整如果是2月30号这种日期传进来时需调整至正常月底
 | 
				
			||||||
 | 
					                    if (checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) {
 | 
				
			||||||
 | 
					                        while (DD > 0 && checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) {
 | 
				
			||||||
 | 
					                            DD--;
 | 
				
			||||||
 | 
					                            thisDD = DD < 10 ? '0' + DD : DD;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                    // 获取达到条件的日期是星期X
 | 
				
			||||||
 | 
					                    let thisWeek = formatDate(new Date(YY + '-' + MM + '-' + thisDD + ' 00:00:00'), 'week');
 | 
				
			||||||
 | 
					                    // 当星期日时
 | 
				
			||||||
 | 
					                    if (thisWeek == 0) {
 | 
				
			||||||
 | 
					                        //先找下一个日,并判断是否为月底
 | 
				
			||||||
 | 
					                        DD++;
 | 
				
			||||||
 | 
					                        thisDD = DD < 10 ? '0' + DD : DD;
 | 
				
			||||||
 | 
					                        //判断下一日已经不是合法日期
 | 
				
			||||||
 | 
					                        if (checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) {
 | 
				
			||||||
 | 
					                            DD -= 3;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    } else if (thisWeek == 6) {
 | 
				
			||||||
 | 
					                        //当星期6时只需判断不是1号就可进行操作
 | 
				
			||||||
 | 
					                        if (state.dayRuleSup !== 1) {
 | 
				
			||||||
 | 
					                            DD--;
 | 
				
			||||||
 | 
					                        } else {
 | 
				
			||||||
 | 
					                            DD += 2;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                } else if (state.dayRule == 'weekDay') {
 | 
				
			||||||
 | 
					                    //如果指定了是星期几
 | 
				
			||||||
 | 
					                    //获取当前日期是属于星期几
 | 
				
			||||||
 | 
					                    let thisWeek = formatDate(new Date(YY + '-' + MM + '-' + DD + ' 00:00:00'), 'week');
 | 
				
			||||||
 | 
					                    //校验当前星期是否在星期池(state.dayRuleSup)中
 | 
				
			||||||
 | 
					                    if (Array.indexOf(state.dayRuleSup, thisWeek) < 0) {
 | 
				
			||||||
 | 
					                        // 如果到达最大值时
 | 
				
			||||||
 | 
					                        if (Di == DDate.length - 1) {
 | 
				
			||||||
 | 
					                            resetDay();
 | 
				
			||||||
 | 
					                            if (Mi == MDate.length - 1) {
 | 
				
			||||||
 | 
					                                resetMouth();
 | 
				
			||||||
 | 
					                                continue goYear;
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
 | 
					                            continue goMouth;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                        continue;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                } else if (state.dayRule == 'assWeek') {
 | 
				
			||||||
 | 
					                    //如果指定了是第几周的星期几
 | 
				
			||||||
 | 
					                    //获取每月1号是属于星期几
 | 
				
			||||||
 | 
					                    let thisWeek = formatDate(new Date(YY + '-' + MM + '-' + DD + ' 00:00:00'), 'week');
 | 
				
			||||||
 | 
					                    if (state.dayRuleSup[1] >= thisWeek) {
 | 
				
			||||||
 | 
					                        DD = (state.dayRuleSup[0] - 1) * 7 + state.dayRuleSup[1] - thisWeek + 1;
 | 
				
			||||||
 | 
					                    } else {
 | 
				
			||||||
 | 
					                        DD = state.dayRuleSup[0] * 7 + state.dayRuleSup[1] - thisWeek + 1;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                } else if (state.dayRule == 'lastWeek') {
 | 
				
			||||||
 | 
					                    //如果指定了每月最后一个星期几
 | 
				
			||||||
 | 
					                    //校验并调整如果是2月30号这种日期传进来时需调整至正常月底
 | 
				
			||||||
 | 
					                    if (checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) {
 | 
				
			||||||
 | 
					                        while (DD > 0 && checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) {
 | 
				
			||||||
 | 
					                            DD--;
 | 
				
			||||||
 | 
					                            thisDD = DD < 10 ? '0' + DD : DD;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                    //获取月末最后一天是星期几
 | 
				
			||||||
 | 
					                    let thisWeek = formatDate(new Date(YY + '-' + MM + '-' + thisDD + ' 00:00:00'), 'week');
 | 
				
			||||||
 | 
					                    //找到要求中最近的那个星期几
 | 
				
			||||||
 | 
					                    if (state.dayRuleSup < thisWeek) {
 | 
				
			||||||
 | 
					                        DD -= thisWeek - state.dayRuleSup;
 | 
				
			||||||
 | 
					                    } else if (state.dayRuleSup > thisWeek) {
 | 
				
			||||||
 | 
					                        DD -= 7 - (state.dayRuleSup - thisWeek);
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                // 判断时间值是否小于10置换成“05”这种格式
 | 
				
			||||||
 | 
					                DD = DD < 10 ? '0' + DD : DD;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                // 循环“时”数组
 | 
				
			||||||
 | 
					                goHour: for (let hi = hIdx; hi < hDate.length; hi++) {
 | 
				
			||||||
 | 
					                    let hh = hDate[hi] < 10 ? '0' + hDate[hi] : hDate[hi];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    // 如果到达最大值时
 | 
				
			||||||
 | 
					                    if (nMin > mDate[mDate.length - 1]) {
 | 
				
			||||||
 | 
					                        resetMin();
 | 
				
			||||||
 | 
					                        if (hi == hDate.length - 1) {
 | 
				
			||||||
 | 
					                            resetHour();
 | 
				
			||||||
 | 
					                            if (Di == DDate.length - 1) {
 | 
				
			||||||
 | 
					                                resetDay();
 | 
				
			||||||
 | 
					                                if (Mi == MDate.length - 1) {
 | 
				
			||||||
 | 
					                                    resetMouth();
 | 
				
			||||||
 | 
					                                    continue goYear;
 | 
				
			||||||
 | 
					                                }
 | 
				
			||||||
 | 
					                                continue goMouth;
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
 | 
					                            continue goDay;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                        continue;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                    // 循环"分"数组
 | 
				
			||||||
 | 
					                    goMin: for (let mi = mIdx; mi < mDate.length; mi++) {
 | 
				
			||||||
 | 
					                        let mm = mDate[mi] < 10 ? '0' + mDate[mi] : mDate[mi];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        // 如果到达最大值时
 | 
				
			||||||
 | 
					                        if (nSecond > sDate[sDate.length - 1]) {
 | 
				
			||||||
 | 
					                            resetSecond();
 | 
				
			||||||
 | 
					                            if (mi == mDate.length - 1) {
 | 
				
			||||||
 | 
					                                resetMin();
 | 
				
			||||||
 | 
					                                if (hi == hDate.length - 1) {
 | 
				
			||||||
 | 
					                                    resetHour();
 | 
				
			||||||
 | 
					                                    if (Di == DDate.length - 1) {
 | 
				
			||||||
 | 
					                                        resetDay();
 | 
				
			||||||
 | 
					                                        if (Mi == MDate.length - 1) {
 | 
				
			||||||
 | 
					                                            resetMouth();
 | 
				
			||||||
 | 
					                                            continue goYear;
 | 
				
			||||||
 | 
					                                        }
 | 
				
			||||||
 | 
					                                        continue goMouth;
 | 
				
			||||||
 | 
					                                    }
 | 
				
			||||||
 | 
					                                    continue goDay;
 | 
				
			||||||
 | 
					                                }
 | 
				
			||||||
 | 
					                                continue goHour;
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
 | 
					                            continue;
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                        // 循环"秒"数组
 | 
				
			||||||
 | 
					                        // eslint-disable-next-line no-unused-labels
 | 
				
			||||||
 | 
					                        goSecond: for (let si = sIdx; si <= sDate.length - 1; si++) {
 | 
				
			||||||
 | 
					                            let ss = sDate[si] < 10 ? '0' + sDate[si] : sDate[si];
 | 
				
			||||||
 | 
					                            // 添加当前时间(时间合法性在日期循环时已经判断)
 | 
				
			||||||
 | 
					                            if (MM !== '00' && DD !== '00') {
 | 
				
			||||||
 | 
					                                resultArr.push(YY + '-' + MM + '-' + DD + ' ' + hh + ':' + mm + ':' + ss);
 | 
				
			||||||
 | 
					                                nums++;
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
 | 
					                            //如果条数满了就退出循环
 | 
				
			||||||
 | 
					                            if (nums == 5) break goYear;
 | 
				
			||||||
 | 
					                            //如果到达最大值时
 | 
				
			||||||
 | 
					                            if (si == sDate.length - 1) {
 | 
				
			||||||
 | 
					                                resetSecond();
 | 
				
			||||||
 | 
					                                if (mi == mDate.length - 1) {
 | 
				
			||||||
 | 
					                                    resetMin();
 | 
				
			||||||
 | 
					                                    if (hi == hDate.length - 1) {
 | 
				
			||||||
 | 
					                                        resetHour();
 | 
				
			||||||
 | 
					                                        if (Di == DDate.length - 1) {
 | 
				
			||||||
 | 
					                                            resetDay();
 | 
				
			||||||
 | 
					                                            if (Mi == MDate.length - 1) {
 | 
				
			||||||
 | 
					                                                resetMouth();
 | 
				
			||||||
 | 
					                                                continue goYear;
 | 
				
			||||||
 | 
					                                            }
 | 
				
			||||||
 | 
					                                            continue goMouth;
 | 
				
			||||||
 | 
					                                        }
 | 
				
			||||||
 | 
					                                        continue goDay;
 | 
				
			||||||
 | 
					                                    }
 | 
				
			||||||
 | 
					                                    continue goHour;
 | 
				
			||||||
 | 
					                                }
 | 
				
			||||||
 | 
					                                continue goMin;
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
 | 
					                        } //goSecond
 | 
				
			||||||
 | 
					                    } //goMin
 | 
				
			||||||
 | 
					                } //goHour
 | 
				
			||||||
 | 
					            } //goDay
 | 
				
			||||||
 | 
					        } //goMouth
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    // 判断100年内的结果条数
 | 
				
			||||||
 | 
					    if (resultArr.length == 0) {
 | 
				
			||||||
 | 
					        state.resultList = ['没有达到条件的结果!'];
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.resultList = resultArr;
 | 
				
			||||||
 | 
					        if (resultArr.length !== 5) {
 | 
				
			||||||
 | 
					            state.resultList.push('最近100年内只有上面' + resultArr.length + '条结果!');
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    // 计算完成-显示结果
 | 
				
			||||||
 | 
					    state.isShow = true;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					//用于计算某位数字在数组中的索引
 | 
				
			||||||
 | 
					function getIndex(arr, value) {
 | 
				
			||||||
 | 
					    if (value <= arr[0] || value > arr[arr.length - 1]) {
 | 
				
			||||||
 | 
					        return 0;
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        for (let i = 0; i < arr.length - 1; i++) {
 | 
				
			||||||
 | 
					            if (value > arr[i] && value <= arr[i + 1]) {
 | 
				
			||||||
 | 
					                return i + 1;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 获取"年"数组
 | 
				
			||||||
 | 
					function getYearArr(rule, year) {
 | 
				
			||||||
 | 
					    state.dateArr[5] = getOrderArr(year, year + 100);
 | 
				
			||||||
 | 
					    if (rule !== undefined) {
 | 
				
			||||||
 | 
					        if (rule.indexOf('-') >= 0) {
 | 
				
			||||||
 | 
					            state.dateArr[5] = getCycleArr(rule, year + 100, false);
 | 
				
			||||||
 | 
					        } else if (rule.indexOf('/') >= 0) {
 | 
				
			||||||
 | 
					            state.dateArr[5] = getAverageArr(rule, year + 100);
 | 
				
			||||||
 | 
					        } else if (rule !== '*') {
 | 
				
			||||||
 | 
					            state.dateArr[5] = getAssignArr(rule);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 获取"月"数组
 | 
				
			||||||
 | 
					function getMouthArr(rule) {
 | 
				
			||||||
 | 
					    state.dateArr[4] = getOrderArr(1, 12);
 | 
				
			||||||
 | 
					    if (rule.indexOf('-') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[4] = getCycleArr(rule, 12, false);
 | 
				
			||||||
 | 
					    } else if (rule.indexOf('/') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[4] = getAverageArr(rule, 12);
 | 
				
			||||||
 | 
					    } else if (rule !== '*') {
 | 
				
			||||||
 | 
					        state.dateArr[4] = getAssignArr(rule);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 获取"日"数组-主要为日期规则
 | 
				
			||||||
 | 
					function getWeekArr(rule) {
 | 
				
			||||||
 | 
					    //只有当日期规则的两个值均为“”时则表达日期是有选项的
 | 
				
			||||||
 | 
					    if (state.dayRule == '' && state.dayRuleSup == '') {
 | 
				
			||||||
 | 
					        if (rule.indexOf('-') >= 0) {
 | 
				
			||||||
 | 
					            state.dayRule = 'weekDay';
 | 
				
			||||||
 | 
					            state.dayRuleSup = getCycleArr(rule, 7, false);
 | 
				
			||||||
 | 
					        } else if (rule.indexOf('#') >= 0) {
 | 
				
			||||||
 | 
					            state.dayRule = 'assWeek';
 | 
				
			||||||
 | 
					            let matchRule = rule.match(/[0-9]{1}/g);
 | 
				
			||||||
 | 
					            state.dayRuleSup = [Number(matchRule[0]), Number(matchRule[1])];
 | 
				
			||||||
 | 
					            state.dateArr[3] = [1];
 | 
				
			||||||
 | 
					            if (state.dayRuleSup[1] == 7) {
 | 
				
			||||||
 | 
					                state.dayRuleSup[1] = 0;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        } else if (rule.indexOf('L') >= 0) {
 | 
				
			||||||
 | 
					            state.dayRule = 'lastWeek';
 | 
				
			||||||
 | 
					            state.dayRuleSup = Number(rule.match(/[0-9]{1,2}/g)[0]);
 | 
				
			||||||
 | 
					            state.dateArr[3] = [31];
 | 
				
			||||||
 | 
					            if (state.dayRuleSup == 7) {
 | 
				
			||||||
 | 
					                state.dayRuleSup = 0;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        } else if (rule !== '*' && rule !== '?') {
 | 
				
			||||||
 | 
					            state.dayRule = 'weekDay';
 | 
				
			||||||
 | 
					            state.dayRuleSup = getAssignArr(rule);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        //如果weekDay时将7调整为0【week值0即是星期日】
 | 
				
			||||||
 | 
					        if (state.dayRule == 'weekDay') {
 | 
				
			||||||
 | 
					            for (let i = 0; i < state.dayRuleSup.length; i++) {
 | 
				
			||||||
 | 
					                if (state.dayRuleSup[i] == 7) {
 | 
				
			||||||
 | 
					                    state.dayRuleSup[i] = 0;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 获取"日"数组-少量为日期规则
 | 
				
			||||||
 | 
					function getDayArr(rule) {
 | 
				
			||||||
 | 
					    state.dateArr[3] = getOrderArr(1, 31);
 | 
				
			||||||
 | 
					    state.dayRule = '';
 | 
				
			||||||
 | 
					    state.dayRuleSup = '';
 | 
				
			||||||
 | 
					    if (rule.indexOf('-') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[3] = getCycleArr(rule, 31, false);
 | 
				
			||||||
 | 
					        state.dayRuleSup = 'null';
 | 
				
			||||||
 | 
					    } else if (rule.indexOf('/') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[3] = getAverageArr(rule, 31);
 | 
				
			||||||
 | 
					        state.dayRuleSup = 'null';
 | 
				
			||||||
 | 
					    } else if (rule.indexOf('W') >= 0) {
 | 
				
			||||||
 | 
					        state.dayRule = 'workDay';
 | 
				
			||||||
 | 
					        state.dayRuleSup = Number(rule.match(/[0-9]{1,2}/g)[0]);
 | 
				
			||||||
 | 
					        state.dateArr[3] = [state.dayRuleSup];
 | 
				
			||||||
 | 
					    } else if (rule.indexOf('L') >= 0) {
 | 
				
			||||||
 | 
					        state.dayRule = 'lastDay';
 | 
				
			||||||
 | 
					        state.dayRuleSup = 'null';
 | 
				
			||||||
 | 
					        state.dateArr[3] = [31];
 | 
				
			||||||
 | 
					    } else if (rule !== '*' && rule !== '?') {
 | 
				
			||||||
 | 
					        state.dateArr[3] = getAssignArr(rule);
 | 
				
			||||||
 | 
					        state.dayRuleSup = 'null';
 | 
				
			||||||
 | 
					    } else if (rule == '*') {
 | 
				
			||||||
 | 
					        state.dayRuleSup = 'null';
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 获取"时"数组
 | 
				
			||||||
 | 
					function getHourArr(rule) {
 | 
				
			||||||
 | 
					    state.dateArr[2] = getOrderArr(0, 23);
 | 
				
			||||||
 | 
					    if (rule.indexOf('-') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[2] = getCycleArr(rule, 24, true);
 | 
				
			||||||
 | 
					    } else if (rule.indexOf('/') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[2] = getAverageArr(rule, 23);
 | 
				
			||||||
 | 
					    } else if (rule !== '*') {
 | 
				
			||||||
 | 
					        state.dateArr[2] = getAssignArr(rule);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 获取"分"数组
 | 
				
			||||||
 | 
					function getMinArr(rule) {
 | 
				
			||||||
 | 
					    state.dateArr[1] = getOrderArr(0, 59);
 | 
				
			||||||
 | 
					    if (rule.indexOf('-') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[1] = getCycleArr(rule, 60, true);
 | 
				
			||||||
 | 
					    } else if (rule.indexOf('/') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[1] = getAverageArr(rule, 59);
 | 
				
			||||||
 | 
					    } else if (rule !== '*') {
 | 
				
			||||||
 | 
					        state.dateArr[1] = getAssignArr(rule);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 获取"秒"数组
 | 
				
			||||||
 | 
					function getSecondArr(rule) {
 | 
				
			||||||
 | 
					    state.dateArr[0] = getOrderArr(0, 59);
 | 
				
			||||||
 | 
					    if (rule.indexOf('-') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[0] = getCycleArr(rule, 60, true);
 | 
				
			||||||
 | 
					    } else if (rule.indexOf('/') >= 0) {
 | 
				
			||||||
 | 
					        state.dateArr[0] = getAverageArr(rule, 59);
 | 
				
			||||||
 | 
					    } else if (rule !== '*') {
 | 
				
			||||||
 | 
					        state.dateArr[0] = getAssignArr(rule);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 根据传进来的min-max返回一个顺序的数组
 | 
				
			||||||
 | 
					function getOrderArr(min, max) {
 | 
				
			||||||
 | 
					    let arr = [];
 | 
				
			||||||
 | 
					    for (let i = min; i <= max; i++) {
 | 
				
			||||||
 | 
					        arr.push(i);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return arr;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 根据规则中指定的零散值返回一个数组
 | 
				
			||||||
 | 
					function getAssignArr(rule) {
 | 
				
			||||||
 | 
					    let arr = [];
 | 
				
			||||||
 | 
					    let assiginArr = rule.split(',');
 | 
				
			||||||
 | 
					    for (let i = 0; i < assiginArr.length; i++) {
 | 
				
			||||||
 | 
					        arr[i] = Number(assiginArr[i]);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    arr.sort(compare);
 | 
				
			||||||
 | 
					    return arr;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 根据一定算术规则计算返回一个数组
 | 
				
			||||||
 | 
					function getAverageArr(rule, limit) {
 | 
				
			||||||
 | 
					    let arr = [];
 | 
				
			||||||
 | 
					    let agArr = rule.split('/');
 | 
				
			||||||
 | 
					    let min = Number(agArr[0]);
 | 
				
			||||||
 | 
					    let step = Number(agArr[1]);
 | 
				
			||||||
 | 
					    while (min <= limit) {
 | 
				
			||||||
 | 
					        arr.push(min);
 | 
				
			||||||
 | 
					        min += step;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return arr;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 根据规则返回一个具有周期性的数组
 | 
				
			||||||
 | 
					function getCycleArr(rule, limit, status) {
 | 
				
			||||||
 | 
					    //status--表示是否从0开始(则从1开始)
 | 
				
			||||||
 | 
					    let arr = [];
 | 
				
			||||||
 | 
					    let cycleArr = rule.split('-');
 | 
				
			||||||
 | 
					    let min = Number(cycleArr[0]);
 | 
				
			||||||
 | 
					    let max = Number(cycleArr[1]);
 | 
				
			||||||
 | 
					    if (min > max) {
 | 
				
			||||||
 | 
					        max += limit;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    for (let i = min; i <= max; i++) {
 | 
				
			||||||
 | 
					        let add = 0;
 | 
				
			||||||
 | 
					        if (status == false && i % limit == 0) {
 | 
				
			||||||
 | 
					            add = limit;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        arr.push(Math.round((i % limit) + add));
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    arr.sort(compare);
 | 
				
			||||||
 | 
					    return arr;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					//比较数字大小(用于Array.sort)
 | 
				
			||||||
 | 
					function compare(value1, value2) {
 | 
				
			||||||
 | 
					    if (value2 - value1 > 0) {
 | 
				
			||||||
 | 
					        return -1;
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        return 1;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 格式化日期格式如:2017-9-19 18:04:33
 | 
				
			||||||
 | 
					function formatDate(value, type) {
 | 
				
			||||||
 | 
					    // 计算日期相关值
 | 
				
			||||||
 | 
					    let time = typeof value == 'number' ? new Date(value) : value;
 | 
				
			||||||
 | 
					    let Y = time.getFullYear();
 | 
				
			||||||
 | 
					    let M = time.getMonth() + 1;
 | 
				
			||||||
 | 
					    let D = time.getDate();
 | 
				
			||||||
 | 
					    let h = time.getHours();
 | 
				
			||||||
 | 
					    let m = time.getMinutes();
 | 
				
			||||||
 | 
					    let s = time.getSeconds();
 | 
				
			||||||
 | 
					    let week = time.getDay();
 | 
				
			||||||
 | 
					    // 如果传递了type的话
 | 
				
			||||||
 | 
					    if (type == undefined) {
 | 
				
			||||||
 | 
					        return (
 | 
				
			||||||
 | 
					            Y +
 | 
				
			||||||
 | 
					            '-' +
 | 
				
			||||||
 | 
					            (M < 10 ? '0' + M : M) +
 | 
				
			||||||
 | 
					            '-' +
 | 
				
			||||||
 | 
					            (D < 10 ? '0' + D : D) +
 | 
				
			||||||
 | 
					            ' ' +
 | 
				
			||||||
 | 
					            (h < 10 ? '0' + h : h) +
 | 
				
			||||||
 | 
					            ':' +
 | 
				
			||||||
 | 
					            (m < 10 ? '0' + m : m) +
 | 
				
			||||||
 | 
					            ':' +
 | 
				
			||||||
 | 
					            (s < 10 ? '0' + s : s)
 | 
				
			||||||
 | 
					        );
 | 
				
			||||||
 | 
					    } else if (type == 'week') {
 | 
				
			||||||
 | 
					        return week;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 检查日期是否存在
 | 
				
			||||||
 | 
					function checkDate(value) {
 | 
				
			||||||
 | 
					    let time = new Date(value);
 | 
				
			||||||
 | 
					    let format = formatDate(time);
 | 
				
			||||||
 | 
					    return value == format ? true : false;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										149
									
								
								mayfly_go_web/src/components/crontab/CrontabSecond.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										149
									
								
								mayfly_go_web/src/components/crontab/CrontabSecond.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,149 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-form size="small">
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="1"> 秒,允许的通配符[, - * /] </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="2">
 | 
				
			||||||
 | 
					                周期从
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle01" :min="0" :max="60" /> - <el-input-number v-model="cycle02" :min="0" :max="60" /> 秒
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="3">
 | 
				
			||||||
 | 
					                从
 | 
				
			||||||
 | 
					                <el-input-number v-model="average01" :min="0" :max="60" /> 秒开始,每 <el-input-number v-model="average02" :min="0" :max="60" /> 秒执行一次
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <div class="flex-align-center w100">
 | 
				
			||||||
 | 
					                <el-radio v-model="radioValue" :label="4" class="mr5"> 指定 </el-radio>
 | 
				
			||||||
 | 
					                <el-select @click="radioValue = 4" class="w100" clearable v-model="checkboxList" placeholder="可多选" multiple>
 | 
				
			||||||
 | 
					                    <el-option v-for="item in 60" :key="item" :value="`${item - 1}`">{{ item - 1 }}</el-option>
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					    </el-form>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, toRefs, watch, reactive } from 'vue';
 | 
				
			||||||
 | 
					import { checkNumber, CrontabValueObj } from './index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cron = defineModel<CrontabValueObj>('cron', { required: true });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    radioValue: 1,
 | 
				
			||||||
 | 
					    cycle01: 1,
 | 
				
			||||||
 | 
					    cycle02: 2,
 | 
				
			||||||
 | 
					    average01: 0,
 | 
				
			||||||
 | 
					    average02: 1,
 | 
				
			||||||
 | 
					    checkboxList: [] as any,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { radioValue, cycle01, cycle02, average01, average02, checkboxList } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 单选按钮值变化时
 | 
				
			||||||
 | 
					function radioChange() {
 | 
				
			||||||
 | 
					    switch (state.radioValue) {
 | 
				
			||||||
 | 
					        case 1:
 | 
				
			||||||
 | 
					            cron.value.second = '*';
 | 
				
			||||||
 | 
					            cron.value.min = '*';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 2:
 | 
				
			||||||
 | 
					            cron.value.second = state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 3:
 | 
				
			||||||
 | 
					            cron.value.second = state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 4:
 | 
				
			||||||
 | 
					            cron.value.second = checkboxString.value;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 周期两个值变化时
 | 
				
			||||||
 | 
					function cycleChange() {
 | 
				
			||||||
 | 
					    state.cycle01 = checkNumber(state.cycle01, 0, 59);
 | 
				
			||||||
 | 
					    state.cycle02 = checkNumber(state.cycle02, 0, 59);
 | 
				
			||||||
 | 
					    if (state.radioValue == 2) {
 | 
				
			||||||
 | 
					        cron.value.second = cycleTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 平均两个值变化时
 | 
				
			||||||
 | 
					function averageChange() {
 | 
				
			||||||
 | 
					    state.average01 = checkNumber(state.average01, 0, 59);
 | 
				
			||||||
 | 
					    state.average02 = checkNumber(state.average02, 1, 59);
 | 
				
			||||||
 | 
					    if (state.radioValue == 3) {
 | 
				
			||||||
 | 
					        cron.value.second = averageTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// checkbox值变化时
 | 
				
			||||||
 | 
					function checkboxChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue == 4) {
 | 
				
			||||||
 | 
					        cron.value.second = checkboxString.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算两个周期值
 | 
				
			||||||
 | 
					const cycleTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算平均用到的值
 | 
				
			||||||
 | 
					const averageTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算勾选的checkbox值合集
 | 
				
			||||||
 | 
					const checkboxString = computed(() => {
 | 
				
			||||||
 | 
					    let str = state.checkboxList.join();
 | 
				
			||||||
 | 
					    return str == '' ? '*' : str;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => state.radioValue,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        radioChange();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(cycleTotal, () => {
 | 
				
			||||||
 | 
					    cycleChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(averageTotal, () => {
 | 
				
			||||||
 | 
					    averageChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(checkboxString, () => {
 | 
				
			||||||
 | 
					    checkboxChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const parse = () => {
 | 
				
			||||||
 | 
					    //反解析
 | 
				
			||||||
 | 
					    let ins = cron.value.second;
 | 
				
			||||||
 | 
					    if (ins === '*') {
 | 
				
			||||||
 | 
					        state.radioValue = 1;
 | 
				
			||||||
 | 
					    } else if (ins.indexOf('-') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 2;
 | 
				
			||||||
 | 
					        let indexArr = ins.split('-') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.cycle01 = 0) : (state.cycle01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.cycle02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else if (ins.indexOf('/') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 3;
 | 
				
			||||||
 | 
					        let indexArr = ins.split('/') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.average01 = 0) : (state.average01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.average02 = indexArr[1];
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.radioValue = 4;
 | 
				
			||||||
 | 
					        state.checkboxList = ins.split(',');
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ parse });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										205
									
								
								mayfly_go_web/src/components/crontab/CrontabWeek.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										205
									
								
								mayfly_go_web/src/components/crontab/CrontabWeek.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,205 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-form size="small">
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="1"> 周,允许的通配符[, - * / L #] </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="2"> 不指定 </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="3">
 | 
				
			||||||
 | 
					                周期从星期
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle01" :min="1" :max="7" /> -
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle02" :min="1" :max="7" />
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="4">
 | 
				
			||||||
 | 
					                第
 | 
				
			||||||
 | 
					                <el-input-number v-model="average01" :min="1" :max="4" /> 周的星期
 | 
				
			||||||
 | 
					                <el-input-number v-model="average02" :min="1" :max="7" />
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio v-model="radioValue" :label="5">
 | 
				
			||||||
 | 
					                本月最后一个星期
 | 
				
			||||||
 | 
					                <el-input-number v-model="weekday" :min="1" :max="7" />
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <div class="flex-align-center w100">
 | 
				
			||||||
 | 
					                <el-radio v-model="radioValue" :label="6" class="mr5"> 指定 </el-radio>
 | 
				
			||||||
 | 
					                <el-select @click="radioValue = 6" class="w100" clearable v-model="checkboxList" placeholder="可多选" multiple>
 | 
				
			||||||
 | 
					                    <el-option v-for="(item, index) of weekList" :label="item" :key="index" :value="`${index + 1}`">{{ item }}</el-option>
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					    </el-form>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, toRefs, watch, reactive } from 'vue';
 | 
				
			||||||
 | 
					import { checkNumber, CrontabValueObj } from './index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cron = defineModel<CrontabValueObj>('cron', { required: true });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    radioValue: 2,
 | 
				
			||||||
 | 
					    weekday: 1,
 | 
				
			||||||
 | 
					    cycle01: 1,
 | 
				
			||||||
 | 
					    cycle02: 2,
 | 
				
			||||||
 | 
					    average01: 1,
 | 
				
			||||||
 | 
					    average02: 1,
 | 
				
			||||||
 | 
					    checkboxList: [] as any,
 | 
				
			||||||
 | 
					    weekList: ['周一', '周二', '周三', '周四', '周五', '周六', '周日'],
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { radioValue, cycle01, cycle02, average01, average02, checkboxList, weekday, weekList } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 单选按钮值变化时
 | 
				
			||||||
 | 
					function radioChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue === 1) {
 | 
				
			||||||
 | 
					        cron.value.week = '*';
 | 
				
			||||||
 | 
					        cron.value.year = '*';
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        if (cron.value.mouth === '*') {
 | 
				
			||||||
 | 
					            cron.value.mouth = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.day === '*') {
 | 
				
			||||||
 | 
					            cron.value.day = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.hour === '*') {
 | 
				
			||||||
 | 
					            cron.value.hour = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.min === '*') {
 | 
				
			||||||
 | 
					            cron.value.min = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (cron.value.second === '*') {
 | 
				
			||||||
 | 
					            cron.value.second = '0';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    switch (state.radioValue) {
 | 
				
			||||||
 | 
					        case 2:
 | 
				
			||||||
 | 
					            cron.value.week = '?';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 3:
 | 
				
			||||||
 | 
					            cron.value.week = state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 4:
 | 
				
			||||||
 | 
					            cron.value.week = state.average01 + '#' + state.average02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 5:
 | 
				
			||||||
 | 
					            cron.value.week = state.weekday + 'L';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 6:
 | 
				
			||||||
 | 
					            cron.value.week = checkboxString.value;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					// 周期两个值变化时
 | 
				
			||||||
 | 
					function cycleChange() {
 | 
				
			||||||
 | 
					    state.cycle01 = checkNumber(state.cycle01, 1, 7);
 | 
				
			||||||
 | 
					    state.cycle02 = checkNumber(state.cycle02, 1, 7);
 | 
				
			||||||
 | 
					    if (state.radioValue == 3) {
 | 
				
			||||||
 | 
					        cron.value.week = cycleTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 平均两个值变化时
 | 
				
			||||||
 | 
					function averageChange() {
 | 
				
			||||||
 | 
					    state.average01 = checkNumber(state.average01, 1, 4);
 | 
				
			||||||
 | 
					    state.average02 = checkNumber(state.average02, 1, 7);
 | 
				
			||||||
 | 
					    if (state.radioValue == 4) {
 | 
				
			||||||
 | 
					        cron.value.week = averageTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// checkbox值变化时
 | 
				
			||||||
 | 
					function checkboxChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue == 6) {
 | 
				
			||||||
 | 
					        cron.value.week = checkboxString.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算两个周期值
 | 
				
			||||||
 | 
					const cycleTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算平均用到的值
 | 
				
			||||||
 | 
					const averageTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.average01 + '#' + state.average02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算勾选的checkbox值合集
 | 
				
			||||||
 | 
					const checkboxString = computed(() => {
 | 
				
			||||||
 | 
					    let str = state.checkboxList.join();
 | 
				
			||||||
 | 
					    return str == '' ? '*' : str;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => state.radioValue,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        radioChange();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(cycleTotal, () => {
 | 
				
			||||||
 | 
					    cycleChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(averageTotal, () => {
 | 
				
			||||||
 | 
					    averageChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(checkboxString, () => {
 | 
				
			||||||
 | 
					    checkboxChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => state.weekday,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        state.weekday = checkNumber(state.weekday, 1, 7);
 | 
				
			||||||
 | 
					        if (state.radioValue == 5) {
 | 
				
			||||||
 | 
					            cron.value.week = state.weekday + 'L';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const parse = () => {
 | 
				
			||||||
 | 
					    //反解析
 | 
				
			||||||
 | 
					    let value = cron.value.week;
 | 
				
			||||||
 | 
					    if (!value) {
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    if (value === '*') {
 | 
				
			||||||
 | 
					        state.radioValue = 1;
 | 
				
			||||||
 | 
					    } else if (value == '?') {
 | 
				
			||||||
 | 
					        state.radioValue = 2;
 | 
				
			||||||
 | 
					    } else if (value.indexOf('-') > -1) {
 | 
				
			||||||
 | 
					        let indexArr = value.split('-') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.cycle01 = 0) : (state.cycle01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.cycle02 = indexArr[1];
 | 
				
			||||||
 | 
					        state.radioValue = 3;
 | 
				
			||||||
 | 
					    } else if (value.indexOf('#') > -1) {
 | 
				
			||||||
 | 
					        let indexArr = value.split('#') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.average01 = 1) : (state.average01 = indexArr[0]);
 | 
				
			||||||
 | 
					        state.average02 = indexArr[1];
 | 
				
			||||||
 | 
					        state.radioValue = 4;
 | 
				
			||||||
 | 
					    } else if (value.indexOf('L') > -1) {
 | 
				
			||||||
 | 
					        let indexArr = value.split('L') as any;
 | 
				
			||||||
 | 
					        isNaN(indexArr[0]) ? (state.weekday = 1) : (state.weekday = indexArr[0]);
 | 
				
			||||||
 | 
					        state.radioValue = 5;
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.checkboxList = value.split(',');
 | 
				
			||||||
 | 
					        state.radioValue = 6;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ parse });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										159
									
								
								mayfly_go_web/src/components/crontab/CrontabYear.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										159
									
								
								mayfly_go_web/src/components/crontab/CrontabYear.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,159 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-form size="small">
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio :label="1" v-model="radioValue"> 不填,允许的通配符[, - * /] </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio :label="2" v-model="radioValue"> 每年 </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio :label="3" v-model="radioValue">
 | 
				
			||||||
 | 
					                周期从
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle01" :min="fullYear" /> -
 | 
				
			||||||
 | 
					                <el-input-number v-model="cycle02" :min="fullYear" />
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <el-radio :label="4" v-model="radioValue">
 | 
				
			||||||
 | 
					                从
 | 
				
			||||||
 | 
					                <el-input-number v-model="average01" :min="fullYear" /> 年开始,每 <el-input-number v-model="average02" :min="fullYear" /> 年执行一次
 | 
				
			||||||
 | 
					            </el-radio>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-form-item>
 | 
				
			||||||
 | 
					            <div class="flex-align-center w100">
 | 
				
			||||||
 | 
					                <el-radio v-model="radioValue" :label="5" class="mr5"> 指定 </el-radio>
 | 
				
			||||||
 | 
					                <el-select @click="radioValue = 5" class="w100" clearable v-model="checkboxList" placeholder="可多选" multiple>
 | 
				
			||||||
 | 
					                    <el-option v-for="item in 9" :key="item" :value="`${item - 1 + fullYear}`" :label="item - 1 + fullYear" />
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </el-form-item>
 | 
				
			||||||
 | 
					    </el-form>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, toRefs, watch, onMounted, reactive } from 'vue';
 | 
				
			||||||
 | 
					import { checkNumber, CrontabValueObj } from './index';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cron = defineModel<CrontabValueObj>('cron', { required: true });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    fullYear: 0,
 | 
				
			||||||
 | 
					    radioValue: 1,
 | 
				
			||||||
 | 
					    cycle01: 0,
 | 
				
			||||||
 | 
					    cycle02: 0,
 | 
				
			||||||
 | 
					    average01: 0,
 | 
				
			||||||
 | 
					    average02: 1,
 | 
				
			||||||
 | 
					    checkboxList: [] as any,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { radioValue, cycle01, cycle02, average01, average02, checkboxList, fullYear } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onMounted(() => {
 | 
				
			||||||
 | 
					    // 仅获取当前年份
 | 
				
			||||||
 | 
					    state.fullYear = Number(new Date().getFullYear());
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 单选按钮值变化时
 | 
				
			||||||
 | 
					function radioChange() {
 | 
				
			||||||
 | 
					    switch (state.radioValue) {
 | 
				
			||||||
 | 
					        case 1:
 | 
				
			||||||
 | 
					            cron.value.year = '';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 2:
 | 
				
			||||||
 | 
					            cron.value.year = '*';
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 3:
 | 
				
			||||||
 | 
					            cron.value.year = state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 4:
 | 
				
			||||||
 | 
					            cron.value.year = state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case 5:
 | 
				
			||||||
 | 
					            cron.value.year = checkboxString.value;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 周期两个值变化时
 | 
				
			||||||
 | 
					function cycleChange() {
 | 
				
			||||||
 | 
					    state.cycle01 = checkNumber(state.cycle01, state.fullYear, state.fullYear + 100);
 | 
				
			||||||
 | 
					    state.cycle02 = checkNumber(state.cycle02, state.fullYear + 1, state.fullYear + 101);
 | 
				
			||||||
 | 
					    if (state.radioValue == 3) {
 | 
				
			||||||
 | 
					        cron.value.year = cycleTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 平均两个值变化时
 | 
				
			||||||
 | 
					function averageChange() {
 | 
				
			||||||
 | 
					    state.average01 = checkNumber(state.average01, state.fullYear, state.fullYear + 100);
 | 
				
			||||||
 | 
					    state.average02 = checkNumber(state.average02, 1, 10);
 | 
				
			||||||
 | 
					    if (state.radioValue == 4) {
 | 
				
			||||||
 | 
					        cron.value.year = averageTotal.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// checkbox值变化时
 | 
				
			||||||
 | 
					function checkboxChange() {
 | 
				
			||||||
 | 
					    if (state.radioValue == 5) {
 | 
				
			||||||
 | 
					        cron.value.year = checkboxString.value;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算两个周期值
 | 
				
			||||||
 | 
					const cycleTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.cycle01 + '-' + state.cycle02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算平均用到的值
 | 
				
			||||||
 | 
					const averageTotal = computed(() => {
 | 
				
			||||||
 | 
					    return state.average01 + '/' + state.average02;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 计算勾选的checkbox值合集
 | 
				
			||||||
 | 
					const checkboxString = computed(() => {
 | 
				
			||||||
 | 
					    let str = state.checkboxList.join();
 | 
				
			||||||
 | 
					    return str == '' ? '*' : str;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(
 | 
				
			||||||
 | 
					    () => state.radioValue,
 | 
				
			||||||
 | 
					    () => {
 | 
				
			||||||
 | 
					        radioChange();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(cycleTotal, () => {
 | 
				
			||||||
 | 
					    cycleChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(averageTotal, () => {
 | 
				
			||||||
 | 
					    averageChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(checkboxString, () => {
 | 
				
			||||||
 | 
					    checkboxChange();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const parse = () => {
 | 
				
			||||||
 | 
					    //反解析
 | 
				
			||||||
 | 
					    let value = cron.value.year;
 | 
				
			||||||
 | 
					    if (value == '') {
 | 
				
			||||||
 | 
					        state.radioValue = 1;
 | 
				
			||||||
 | 
					    } else if (value == '*') {
 | 
				
			||||||
 | 
					        state.radioValue = 2;
 | 
				
			||||||
 | 
					    } else if (value.indexOf('-') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 3;
 | 
				
			||||||
 | 
					    } else if (value.indexOf('/') > -1) {
 | 
				
			||||||
 | 
					        state.radioValue = 4;
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.checkboxList = value.split(',');
 | 
				
			||||||
 | 
					        state.radioValue = 5;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ parse });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										21
									
								
								mayfly_go_web/src/components/crontab/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								mayfly_go_web/src/components/crontab/index.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					// 表单选项的子组件校验数字格式
 | 
				
			||||||
 | 
					export function checkNumber(value: any, minLimit: number, maxLimit: number) {
 | 
				
			||||||
 | 
					    //检查必须为整数
 | 
				
			||||||
 | 
					    value = Math.floor(value);
 | 
				
			||||||
 | 
					    if (value < minLimit) {
 | 
				
			||||||
 | 
					        value = minLimit;
 | 
				
			||||||
 | 
					    } else if (value > maxLimit) {
 | 
				
			||||||
 | 
					        value = maxLimit;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return value;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export interface CrontabValueObj {
 | 
				
			||||||
 | 
					    second: string;
 | 
				
			||||||
 | 
					    min: string;
 | 
				
			||||||
 | 
					    hour: string;
 | 
				
			||||||
 | 
					    day: string;
 | 
				
			||||||
 | 
					    mouth: string;
 | 
				
			||||||
 | 
					    week: string;
 | 
				
			||||||
 | 
					    year: string;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -1,212 +1,39 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
	<div class="dynamic-form">
 | 
					    <div class="dynamic-form">
 | 
				
			||||||
		<el-form
 | 
					        <el-form v-bind="$attrs" ref="formRef" :model="modelValue" label-width="auto">
 | 
				
			||||||
			:model="form"
 | 
					            <el-form-item v-for="item in props.formItems as any" :key="item.name" :prop="item.model" :label="item.name" :required="item.required ?? true">
 | 
				
			||||||
			ref="dynamicForm"
 | 
					                <el-input v-if="!item.options" v-model="modelValue[item.model]" :placeholder="item.placeholder" autocomplete="off" clearable></el-input>
 | 
				
			||||||
			:label-width="formInfo.labelWidth ? formInfo.labelWidth : '100px'"
 | 
					 | 
				
			||||||
			:size="formInfo.size ? formInfo.size : 'small'"
 | 
					 | 
				
			||||||
		>
 | 
					 | 
				
			||||||
			<el-row v-for="fr in formInfo.formRows" :key="fr.key">
 | 
					 | 
				
			||||||
				<el-col v-for="item in fr" :key="item.key" :span="item.span ? item.span : 24 / fr.length">
 | 
					 | 
				
			||||||
					<el-form-item :prop="item.name" :label="item.label" :label-width="item.labelWidth" :required="item.required" :rules="item.rules">
 | 
					 | 
				
			||||||
						<!-- input输入框 -->
 | 
					 | 
				
			||||||
						<el-input
 | 
					 | 
				
			||||||
							v-if="item.type === 'input'"
 | 
					 | 
				
			||||||
							v-model.trim="form[item.name]"
 | 
					 | 
				
			||||||
							:placeholder="item.placeholder"
 | 
					 | 
				
			||||||
							:type="item.inputType"
 | 
					 | 
				
			||||||
							clearable
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
							@change="item.change ? item.change(form) : ''"
 | 
					                <el-select v-else v-model="modelValue[item.model]" :placeholder="item.placeholder" filterable autocomplete="off" clearable style="width: 100%">
 | 
				
			||||||
						></el-input>
 | 
					                    <el-option v-for="option in item.options.split(',')" :key="option" :label="option" :value="option" />
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
						<!-- 普通文本信息(可用于不可修改字段等) -->
 | 
					            </el-form-item>
 | 
				
			||||||
						<span v-else-if="item.type === 'text'">{{ form[item.name] }}</span>
 | 
					        </el-form>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
						<!-- select选择框 -->
 | 
					 | 
				
			||||||
						<!-- optionProps.label: 指定option中的label为options对象的某个属性值,默认就是label字段 -->
 | 
					 | 
				
			||||||
						<!-- optionProps.value: 指定option中的value为options对象的某个属性值,默认就是value字段 -->
 | 
					 | 
				
			||||||
						<el-select
 | 
					 | 
				
			||||||
							v-else-if="item.type === 'select'"
 | 
					 | 
				
			||||||
							v-model.trim="form[item.name]"
 | 
					 | 
				
			||||||
							:placeholder="item.placeholder"
 | 
					 | 
				
			||||||
							:filterable="item.filterable"
 | 
					 | 
				
			||||||
							:remote="item.remote"
 | 
					 | 
				
			||||||
							:remote-method="item.remoteMethod"
 | 
					 | 
				
			||||||
							@focus="item.focus ? item.focus(form) : ''"
 | 
					 | 
				
			||||||
							clearable
 | 
					 | 
				
			||||||
							:disabled="item.updateDisabled && form.id != null"
 | 
					 | 
				
			||||||
							style="width: 100%"
 | 
					 | 
				
			||||||
						>
 | 
					 | 
				
			||||||
							<el-option
 | 
					 | 
				
			||||||
								v-for="i in item.options"
 | 
					 | 
				
			||||||
								:key="i.key"
 | 
					 | 
				
			||||||
								:label="i[item.optionProps ? item.optionProps.label || 'label' : 'label']"
 | 
					 | 
				
			||||||
								:value="i[item.optionProps ? item.optionProps.value || 'value' : 'value']"
 | 
					 | 
				
			||||||
							></el-option>
 | 
					 | 
				
			||||||
						</el-select>
 | 
					 | 
				
			||||||
					</el-form-item>
 | 
					 | 
				
			||||||
				</el-col>
 | 
					 | 
				
			||||||
			</el-row>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
			<el-row type="flex" justify="center">
 | 
					 | 
				
			||||||
				<slot name="btns" :submitDisabled="submitDisabled" :data="form" :submit="submit">
 | 
					 | 
				
			||||||
					<el-button @click="reset" size="small">重 置</el-button>
 | 
					 | 
				
			||||||
					<el-button type="primary" @click="submit" size="small">保 存</el-button>
 | 
					 | 
				
			||||||
				</slot>
 | 
					 | 
				
			||||||
			</el-row>
 | 
					 | 
				
			||||||
		</el-form>
 | 
					 | 
				
			||||||
	</div>
 | 
					 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { watch, ref, toRefs, reactive, onMounted, defineComponent } from 'vue';
 | 
					import { ref } from 'vue';
 | 
				
			||||||
import { ElMessage } from 'element-plus';
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default defineComponent({
 | 
					const props = defineProps({
 | 
				
			||||||
	name: 'DynamicForm',
 | 
					    formItems: { type: Array },
 | 
				
			||||||
 | 
					 | 
				
			||||||
	props: {
 | 
					 | 
				
			||||||
		formInfo: { type: Object },
 | 
					 | 
				
			||||||
		formData: { type: [Object, Boolean] },
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	setup(props: any, context) {
 | 
					 | 
				
			||||||
		const dynamicForm: any = ref();
 | 
					 | 
				
			||||||
		const state = reactive({
 | 
					 | 
				
			||||||
			form: {},
 | 
					 | 
				
			||||||
			submitDisabled: false,
 | 
					 | 
				
			||||||
		});
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		watch(props.formData, (newValue, oldValue) => {
 | 
					 | 
				
			||||||
			if (props.formData) {
 | 
					 | 
				
			||||||
				state.form = { ...props.formData };
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		});
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		const submit = () => {
 | 
					 | 
				
			||||||
			dynamicForm.value.validate((valid: boolean) => {
 | 
					 | 
				
			||||||
				if (valid) {
 | 
					 | 
				
			||||||
					// 提交的表单数据
 | 
					 | 
				
			||||||
					const subform = { ...state.form };
 | 
					 | 
				
			||||||
					const operation = state.form['id'] ? props.formInfo['updateApi'] : props.formInfo['createApi'];
 | 
					 | 
				
			||||||
					if (operation) {
 | 
					 | 
				
			||||||
						state.submitDisabled = true;
 | 
					 | 
				
			||||||
						operation.request(state.form).then(
 | 
					 | 
				
			||||||
							(res: any) => {
 | 
					 | 
				
			||||||
								ElMessage.success('保存成功');
 | 
					 | 
				
			||||||
								context.emit('submitSuccess', subform);
 | 
					 | 
				
			||||||
								state.submitDisabled = false;
 | 
					 | 
				
			||||||
								// this.cancel()
 | 
					 | 
				
			||||||
							},
 | 
					 | 
				
			||||||
							(e: any) => {
 | 
					 | 
				
			||||||
								state.submitDisabled = false;
 | 
					 | 
				
			||||||
							}
 | 
					 | 
				
			||||||
						);
 | 
					 | 
				
			||||||
					} else {
 | 
					 | 
				
			||||||
						ElMessage.error('表单未设置对应的提交权限');
 | 
					 | 
				
			||||||
					}
 | 
					 | 
				
			||||||
				} else {
 | 
					 | 
				
			||||||
					return false;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
			});
 | 
					 | 
				
			||||||
		};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		const reset = () => {
 | 
					 | 
				
			||||||
			context.emit('reset');
 | 
					 | 
				
			||||||
			resetFieldsAndData();
 | 
					 | 
				
			||||||
		};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		/**
 | 
					 | 
				
			||||||
		 * 重置表单以及表单数据
 | 
					 | 
				
			||||||
		 */
 | 
					 | 
				
			||||||
		const resetFieldsAndData = () => {
 | 
					 | 
				
			||||||
			// 对整个表单进行重置,将所有字段值重置为初始值并移除校验结果
 | 
					 | 
				
			||||||
			const df: any = dynamicForm;
 | 
					 | 
				
			||||||
			df.resetFields();
 | 
					 | 
				
			||||||
			// 重置表单数据
 | 
					 | 
				
			||||||
			state.form = {};
 | 
					 | 
				
			||||||
		};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		return {
 | 
					 | 
				
			||||||
			...toRefs(state),
 | 
					 | 
				
			||||||
			dynamicForm,
 | 
					 | 
				
			||||||
			submit,
 | 
					 | 
				
			||||||
			reset,
 | 
					 | 
				
			||||||
			resetFieldsAndData,
 | 
					 | 
				
			||||||
		};
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
// @Component({
 | 
					 | 
				
			||||||
//   name: 'DynamicForm'
 | 
					 | 
				
			||||||
// })
 | 
					 | 
				
			||||||
// export default class DynamicForm extends Vue {
 | 
					 | 
				
			||||||
//   @Prop()
 | 
					 | 
				
			||||||
//   formInfo: object
 | 
					 | 
				
			||||||
//   @Prop()
 | 
					 | 
				
			||||||
//   formData: [object,boolean]|undefined
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
//   form = {}
 | 
					const formRef: any = ref();
 | 
				
			||||||
//   submitDisabled = false
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
//   @Watch('formData', { deep: true })
 | 
					const modelValue: any = defineModel();
 | 
				
			||||||
//   onRoleChange() {
 | 
					 | 
				
			||||||
//     if (this.formData) {
 | 
					 | 
				
			||||||
//       this.form = { ...this.formData }
 | 
					 | 
				
			||||||
//     }
 | 
					 | 
				
			||||||
//   }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
//   submit() {
 | 
					const validate = async (func: any) => {
 | 
				
			||||||
//     const dynamicForm: any = this.$refs['dynamicForm']
 | 
					    await formRef.value.validate(func);
 | 
				
			||||||
//     dynamicForm.validate((valid: boolean) => {
 | 
					};
 | 
				
			||||||
//       if (valid) {
 | 
					 | 
				
			||||||
//         // 提交的表单数据
 | 
					 | 
				
			||||||
//         const subform = { ...this.form }
 | 
					 | 
				
			||||||
//         const operation = this.form['id']
 | 
					 | 
				
			||||||
//           ? this.formInfo['updateApi']
 | 
					 | 
				
			||||||
//           : this.formInfo['createApi']
 | 
					 | 
				
			||||||
//         if (operation) {
 | 
					 | 
				
			||||||
//           this.submitDisabled = true
 | 
					 | 
				
			||||||
//           operation.request(this.form).then(
 | 
					 | 
				
			||||||
//             (res: any) => {
 | 
					 | 
				
			||||||
//               ElMessage.success('保存成功')
 | 
					 | 
				
			||||||
//               this.$emit('submitSuccess', subform)
 | 
					 | 
				
			||||||
//               this.submitDisabled = false
 | 
					 | 
				
			||||||
//               // this.cancel()
 | 
					 | 
				
			||||||
//             },
 | 
					 | 
				
			||||||
//             (e: any) => {
 | 
					 | 
				
			||||||
//               this.submitDisabled = false
 | 
					 | 
				
			||||||
//             }
 | 
					 | 
				
			||||||
//           )
 | 
					 | 
				
			||||||
//         } else {
 | 
					 | 
				
			||||||
//           ElMessage.error('表单未设置对应的提交权限')
 | 
					 | 
				
			||||||
//         }
 | 
					 | 
				
			||||||
//       } else {
 | 
					 | 
				
			||||||
//         return false
 | 
					 | 
				
			||||||
//       }
 | 
					 | 
				
			||||||
//     })
 | 
					 | 
				
			||||||
//   }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
//   reset() {
 | 
					const resetFields = () => {
 | 
				
			||||||
//     this.$emit('reset')
 | 
					    formRef.value.resetFields();
 | 
				
			||||||
//     this.resetFieldsAndData()
 | 
					};
 | 
				
			||||||
//   }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
//   /**
 | 
					defineExpose({
 | 
				
			||||||
//    * 重置表单以及表单数据
 | 
					    validate,
 | 
				
			||||||
//    */
 | 
					    resetFields,
 | 
				
			||||||
//   resetFieldsAndData() {
 | 
					});
 | 
				
			||||||
//     // 对整个表单进行重置,将所有字段值重置为初始值并移除校验结果
 | 
					 | 
				
			||||||
//     const df: any = this.$refs['dynamicForm']
 | 
					 | 
				
			||||||
//     df.resetFields()
 | 
					 | 
				
			||||||
//     // 重置表单数据
 | 
					 | 
				
			||||||
//     this.form = {}
 | 
					 | 
				
			||||||
//   }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
//   mounted() {
 | 
					 | 
				
			||||||
//     // 组件可能还没有初始化,第一次初始化的时候无法watch对象
 | 
					 | 
				
			||||||
//     this.form = { ...this.formData }
 | 
					 | 
				
			||||||
//   }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// }
 | 
					 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss"></style>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,60 +1,52 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
	<div class="form-dialog">
 | 
					    <div class="form-dialog">
 | 
				
			||||||
		<el-dialog :title="title" v-model="visible" :width="dialogWidth ? dialogWidth : '500px'">
 | 
					        <el-dialog @close="close" v-bind="$attrs" :title="title" v-model="dialogVisible" :width="width">
 | 
				
			||||||
			<dynamic-form ref="df" :form-info="formInfo" :form-data="formData" @submitSuccess="submitSuccess">
 | 
					            <dynamic-form ref="df" :form-items="props.formItems" v-model="formData" />
 | 
				
			||||||
				<template #btns="props">
 | 
					
 | 
				
			||||||
					<slot name="btns">
 | 
					            <template #footer>
 | 
				
			||||||
						<el-button :disabled="props.submitDisabled" type="primary" @click="props.submit" size="small">保 存</el-button>
 | 
					                <span>
 | 
				
			||||||
						<el-button :disabled="props.submitDisabled" @click="close()" size="small">取 消</el-button>
 | 
					                    <slot name="btns">
 | 
				
			||||||
					</slot>
 | 
					                        <el-button @click="dialogVisible = false">取 消</el-button>
 | 
				
			||||||
				</template>
 | 
					                        <el-button type="primary" @click="confirm">确 定</el-button>
 | 
				
			||||||
			</dynamic-form>
 | 
					                    </slot>
 | 
				
			||||||
		</el-dialog>
 | 
					                </span>
 | 
				
			||||||
	</div>
 | 
					            </template>
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { watch, ref, toRefs, reactive, onMounted, defineComponent } from 'vue';
 | 
					import { ref } from 'vue';
 | 
				
			||||||
import DynamicForm from './DynamicForm.vue';
 | 
					import DynamicForm from './DynamicForm.vue';
 | 
				
			||||||
export default defineComponent({
 | 
					 | 
				
			||||||
	name: 'DynamicFormDialog',
 | 
					 | 
				
			||||||
	components: {
 | 
					 | 
				
			||||||
		DynamicForm,
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	props: {
 | 
					const emit = defineEmits(['close', 'confirm']);
 | 
				
			||||||
		visible: { type: Boolean },
 | 
					 | 
				
			||||||
		dialogWidth: { type: String },
 | 
					 | 
				
			||||||
		title: { type: String },
 | 
					 | 
				
			||||||
		formInfo: { type: Object },
 | 
					 | 
				
			||||||
		formData: { type: [Object, Boolean] },
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	setup(props: any, context) {
 | 
					const props = defineProps({
 | 
				
			||||||
		const df: any = ref();
 | 
					    title: { type: String },
 | 
				
			||||||
 | 
					    width: { type: [String, Number], default: '500px' },
 | 
				
			||||||
		const close = () => {
 | 
					    formItems: { type: Array },
 | 
				
			||||||
			// 更新父组件visible prop对应的值为false
 | 
					 | 
				
			||||||
			context.emit('update:visible', false);
 | 
					 | 
				
			||||||
			// 关闭窗口,则将表单数据置为null
 | 
					 | 
				
			||||||
			context.emit('update:formData', null);
 | 
					 | 
				
			||||||
			context.emit('close');
 | 
					 | 
				
			||||||
			// 取消动态表单的校验以及form数据
 | 
					 | 
				
			||||||
			setTimeout(() => {
 | 
					 | 
				
			||||||
				df.resetFieldsAndData();
 | 
					 | 
				
			||||||
			}, 200);
 | 
					 | 
				
			||||||
		};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		const submitSuccess = (form: any) => {
 | 
					 | 
				
			||||||
			context.emit('submitSuccess', form);
 | 
					 | 
				
			||||||
			close();
 | 
					 | 
				
			||||||
		};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		return {
 | 
					 | 
				
			||||||
			df,
 | 
					 | 
				
			||||||
			close,
 | 
					 | 
				
			||||||
			submitSuccess,
 | 
					 | 
				
			||||||
		};
 | 
					 | 
				
			||||||
	},
 | 
					 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const df: any = ref();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const formData: any = defineModel('modelValue');
 | 
				
			||||||
 | 
					const dialogVisible = defineModel<boolean>('visible', { default: false });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const close = () => {
 | 
				
			||||||
 | 
					    emit('close');
 | 
				
			||||||
 | 
					    // 取消动态表单的校验
 | 
				
			||||||
 | 
					    setTimeout(() => {
 | 
				
			||||||
 | 
					        formData.value = {};
 | 
				
			||||||
 | 
					        df.value.resetFields();
 | 
				
			||||||
 | 
					    }, 200);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const confirm = () => {
 | 
				
			||||||
 | 
					    df.value.validate((valid: any) => {
 | 
				
			||||||
 | 
					        if (!valid) {
 | 
				
			||||||
 | 
					            return false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        emit('confirm', formData.value);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,58 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div class="dynamic-form-edit w100">
 | 
				
			||||||
 | 
					        <el-table :data="formItems" stripe class="w100" empty-text="暂无表单项">
 | 
				
			||||||
 | 
					            <el-table-column prop="name" label="model" min-width="100px">
 | 
				
			||||||
 | 
					                <template #header>
 | 
				
			||||||
 | 
					                    <el-button class="ml0" type="primary" circle size="small" icon="Plus" @click="addItem()"> </el-button>
 | 
				
			||||||
 | 
					                    <span class="ml10">model</span>
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
 | 
					                <template #default="scope">
 | 
				
			||||||
 | 
					                    <el-input v-model="scope.row['model']" placeholder="字段model" clearable> </el-input>
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
 | 
					            </el-table-column>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-table-column prop="name" label="label" min-width="100px">
 | 
				
			||||||
 | 
					                <template #default="scope">
 | 
				
			||||||
 | 
					                    <el-input v-model="scope.row['name']" placeholder="字段title" clearable> </el-input>
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
 | 
					            </el-table-column>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-table-column prop="placeholder" label="字段说明" min-width="140px">
 | 
				
			||||||
 | 
					                <template #default="scope">
 | 
				
			||||||
 | 
					                    <el-input v-model="scope.row['placeholder']" placeholder="字段说明" clearable> </el-input>
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
 | 
					            </el-table-column>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-table-column prop="options" label="可选值" min-width="140px">
 | 
				
			||||||
 | 
					                <template #default="scope">
 | 
				
			||||||
 | 
					                    <el-input v-model="scope.row['options']" placeholder="可选值 ,分割" clearable> </el-input>
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
 | 
					            </el-table-column>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-table-column prop="required" label="必填" min-width="40px">
 | 
				
			||||||
 | 
					                <template #default="scope">
 | 
				
			||||||
 | 
					                    <el-checkbox v-model="scope.row['required']" />
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
 | 
					            </el-table-column>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-table-column label="操作" wdith="20px">
 | 
				
			||||||
 | 
					                <template #default="scope">
 | 
				
			||||||
 | 
					                    <el-button type="danger" @click="deleteItem(scope.$index)" icon="delete" plain></el-button>
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
 | 
					            </el-table-column>
 | 
				
			||||||
 | 
					        </el-table>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					const formItems: any = defineModel('modelValue');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const addItem = () => {
 | 
				
			||||||
 | 
					    formItems.value.push({});
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const deleteItem = (index: any) => {
 | 
				
			||||||
 | 
					    formItems.value.splice(index, 1);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss"></style>
 | 
				
			||||||
@@ -1,2 +1,3 @@
 | 
				
			|||||||
export { default as DynamicForm } from './DynamicForm.vue';
 | 
					export { default as DynamicForm } from './DynamicForm.vue';
 | 
				
			||||||
export { default as DynamicFormDialog } from './DynamicFormDialog.vue';
 | 
					export { default as DynamicFormDialog } from './DynamicFormDialog.vue';
 | 
				
			||||||
 | 
					export { default as DynamicFormEdit } from './DynamicFormEdit.vue';
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										86
									
								
								mayfly_go_web/src/components/echarts/ECharts.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								mayfly_go_web/src/components/echarts/ECharts.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,86 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div id="echarts" ref="chartRef" :style="echartsStyle" />
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script setup lang="ts" name="ECharts">
 | 
				
			||||||
 | 
					import { ref, onMounted, onBeforeUnmount, watch, computed, markRaw, nextTick } from 'vue';
 | 
				
			||||||
 | 
					import { EChartsType, ECElementEvent } from 'echarts/core';
 | 
				
			||||||
 | 
					import echarts, { ECOption } from './config';
 | 
				
			||||||
 | 
					import { useDebounceFn, useEventListener } from '@vueuse/core';
 | 
				
			||||||
 | 
					import { light } from './config/theme';
 | 
				
			||||||
 | 
					// import { useThemeConfig } from '@/store/themeConfig';
 | 
				
			||||||
 | 
					// import { storeToRefs } from 'pinia';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					interface Props {
 | 
				
			||||||
 | 
					    option: ECOption;
 | 
				
			||||||
 | 
					    renderer?: 'canvas' | 'svg';
 | 
				
			||||||
 | 
					    resize?: boolean;
 | 
				
			||||||
 | 
					    theme?: Object | string;
 | 
				
			||||||
 | 
					    width?: number | string;
 | 
				
			||||||
 | 
					    height?: number | string;
 | 
				
			||||||
 | 
					    onClick?: (event: ECElementEvent) => any;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = withDefaults(defineProps<Props>(), {
 | 
				
			||||||
 | 
					    renderer: 'canvas',
 | 
				
			||||||
 | 
					    theme: light as any,
 | 
				
			||||||
 | 
					    resize: true,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const echartsStyle = computed(() => {
 | 
				
			||||||
 | 
					    return props.width || props.height ? { height: props.height + 'px', width: props.width + 'px' } : { height: '100%', width: '100%' };
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const chartRef = ref<HTMLDivElement | HTMLCanvasElement>();
 | 
				
			||||||
 | 
					const chartInstance = ref<EChartsType>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const draw = () => {
 | 
				
			||||||
 | 
					    if (chartInstance.value) {
 | 
				
			||||||
 | 
					        chartInstance.value.setOption(props.option, { notMerge: true });
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(props, () => {
 | 
				
			||||||
 | 
					    draw();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const handleClick = (event: ECElementEvent) => props.onClick && props.onClick(event);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const init = () => {
 | 
				
			||||||
 | 
					    if (!chartRef.value) return;
 | 
				
			||||||
 | 
					    chartInstance.value = echarts.getInstanceByDom(chartRef.value);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (!chartInstance.value) {
 | 
				
			||||||
 | 
					        chartInstance.value = markRaw(
 | 
				
			||||||
 | 
					            echarts.init(chartRef.value, props.theme, {
 | 
				
			||||||
 | 
					                renderer: props.renderer,
 | 
				
			||||||
 | 
					            })
 | 
				
			||||||
 | 
					        );
 | 
				
			||||||
 | 
					        chartInstance.value.on('click', handleClick);
 | 
				
			||||||
 | 
					        draw();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const resize = () => {
 | 
				
			||||||
 | 
					    if (chartInstance.value && props.resize) {
 | 
				
			||||||
 | 
					        chartInstance.value.resize({ animation: { duration: 300 } });
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const debouncedResize = useDebounceFn(resize, 300, { maxWait: 800 });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onMounted(() => {
 | 
				
			||||||
 | 
					    nextTick(() => init());
 | 
				
			||||||
 | 
					    useEventListener('resize', debouncedResize);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onBeforeUnmount(() => {
 | 
				
			||||||
 | 
					    chartInstance.value?.dispose();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({
 | 
				
			||||||
 | 
					    getInstance: () => chartInstance.value,
 | 
				
			||||||
 | 
					    resize,
 | 
				
			||||||
 | 
					    draw,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
							
								
								
									
										67
									
								
								mayfly_go_web/src/components/echarts/config/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										67
									
								
								mayfly_go_web/src/components/echarts/config/index.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,67 @@
 | 
				
			|||||||
 | 
					import * as echarts from 'echarts/core';
 | 
				
			||||||
 | 
					import { BarChart, LineChart, LinesChart, PieChart, ScatterChart, RadarChart, GaugeChart } from 'echarts/charts';
 | 
				
			||||||
 | 
					import {
 | 
				
			||||||
 | 
					    TitleComponent,
 | 
				
			||||||
 | 
					    TooltipComponent,
 | 
				
			||||||
 | 
					    GridComponent,
 | 
				
			||||||
 | 
					    DatasetComponent,
 | 
				
			||||||
 | 
					    TransformComponent,
 | 
				
			||||||
 | 
					    LegendComponent,
 | 
				
			||||||
 | 
					    PolarComponent,
 | 
				
			||||||
 | 
					    GeoComponent,
 | 
				
			||||||
 | 
					    ToolboxComponent,
 | 
				
			||||||
 | 
					    DataZoomComponent,
 | 
				
			||||||
 | 
					} from 'echarts/components';
 | 
				
			||||||
 | 
					import { LabelLayout, UniversalTransition } from 'echarts/features';
 | 
				
			||||||
 | 
					import { CanvasRenderer } from 'echarts/renderers';
 | 
				
			||||||
 | 
					import type {
 | 
				
			||||||
 | 
					    BarSeriesOption,
 | 
				
			||||||
 | 
					    LineSeriesOption,
 | 
				
			||||||
 | 
					    LinesSeriesOption,
 | 
				
			||||||
 | 
					    PieSeriesOption,
 | 
				
			||||||
 | 
					    ScatterSeriesOption,
 | 
				
			||||||
 | 
					    RadarSeriesOption,
 | 
				
			||||||
 | 
					    GaugeSeriesOption,
 | 
				
			||||||
 | 
					} from 'echarts/charts';
 | 
				
			||||||
 | 
					import type { TitleComponentOption, TooltipComponentOption, GridComponentOption, DatasetComponentOption } from 'echarts/components';
 | 
				
			||||||
 | 
					import type { ComposeOption } from 'echarts/core';
 | 
				
			||||||
 | 
					// import 'echarts-liquidfill';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export type ECOption = ComposeOption<
 | 
				
			||||||
 | 
					    | BarSeriesOption
 | 
				
			||||||
 | 
					    | LineSeriesOption
 | 
				
			||||||
 | 
					    | LinesSeriesOption
 | 
				
			||||||
 | 
					    | PieSeriesOption
 | 
				
			||||||
 | 
					    | RadarSeriesOption
 | 
				
			||||||
 | 
					    | GaugeSeriesOption
 | 
				
			||||||
 | 
					    | TitleComponentOption
 | 
				
			||||||
 | 
					    | TooltipComponentOption
 | 
				
			||||||
 | 
					    | GridComponentOption
 | 
				
			||||||
 | 
					    | DatasetComponentOption
 | 
				
			||||||
 | 
					    | ScatterSeriesOption
 | 
				
			||||||
 | 
					>;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echarts.use([
 | 
				
			||||||
 | 
					    TitleComponent,
 | 
				
			||||||
 | 
					    TooltipComponent,
 | 
				
			||||||
 | 
					    GridComponent,
 | 
				
			||||||
 | 
					    DatasetComponent,
 | 
				
			||||||
 | 
					    TransformComponent,
 | 
				
			||||||
 | 
					    LegendComponent,
 | 
				
			||||||
 | 
					    PolarComponent,
 | 
				
			||||||
 | 
					    GeoComponent,
 | 
				
			||||||
 | 
					    ToolboxComponent,
 | 
				
			||||||
 | 
					    DataZoomComponent,
 | 
				
			||||||
 | 
					    BarChart,
 | 
				
			||||||
 | 
					    LineChart,
 | 
				
			||||||
 | 
					    LinesChart,
 | 
				
			||||||
 | 
					    PieChart,
 | 
				
			||||||
 | 
					    ScatterChart,
 | 
				
			||||||
 | 
					    RadarChart,
 | 
				
			||||||
 | 
					    GaugeChart,
 | 
				
			||||||
 | 
					    LabelLayout,
 | 
				
			||||||
 | 
					    UniversalTransition,
 | 
				
			||||||
 | 
					    CanvasRenderer,
 | 
				
			||||||
 | 
					]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export default echarts;
 | 
				
			||||||
							
								
								
									
										151
									
								
								mayfly_go_web/src/components/echarts/config/theme.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										151
									
								
								mayfly_go_web/src/components/echarts/config/theme.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,151 @@
 | 
				
			|||||||
 | 
					const light = {
 | 
				
			||||||
 | 
					    seriesCnt: '4',
 | 
				
			||||||
 | 
					    backgroundColor: 'rgba(0,0,0,0)',
 | 
				
			||||||
 | 
					    titleColor: '#008acd',
 | 
				
			||||||
 | 
					    subtitleColor: '#aaaaaa',
 | 
				
			||||||
 | 
					    textColorShow: false,
 | 
				
			||||||
 | 
					    textColor: '#333',
 | 
				
			||||||
 | 
					    markTextColor: '#eeeeee',
 | 
				
			||||||
 | 
					    color: [
 | 
				
			||||||
 | 
					        '#2ec7c9',
 | 
				
			||||||
 | 
					        '#b6a2de',
 | 
				
			||||||
 | 
					        '#5ab1ef',
 | 
				
			||||||
 | 
					        '#ffb980',
 | 
				
			||||||
 | 
					        '#d87a80',
 | 
				
			||||||
 | 
					        '#8d98b3',
 | 
				
			||||||
 | 
					        '#e5cf0d',
 | 
				
			||||||
 | 
					        '#97b552',
 | 
				
			||||||
 | 
					        '#95706d',
 | 
				
			||||||
 | 
					        '#dc69aa',
 | 
				
			||||||
 | 
					        '#07a2a4',
 | 
				
			||||||
 | 
					        '#9a7fd1',
 | 
				
			||||||
 | 
					        '#588dd5',
 | 
				
			||||||
 | 
					        '#f5994e',
 | 
				
			||||||
 | 
					        '#c05050',
 | 
				
			||||||
 | 
					        '#59678c',
 | 
				
			||||||
 | 
					        '#c9ab00',
 | 
				
			||||||
 | 
					        '#7eb00a',
 | 
				
			||||||
 | 
					        '#6f5553',
 | 
				
			||||||
 | 
					        '#c14089',
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    borderColor: '#ccc',
 | 
				
			||||||
 | 
					    borderWidth: 0,
 | 
				
			||||||
 | 
					    visualMapColor: ['#5ab1ef', '#e0ffff'],
 | 
				
			||||||
 | 
					    legendTextColor: '#333333',
 | 
				
			||||||
 | 
					    kColor: '#d87a80',
 | 
				
			||||||
 | 
					    kColor0: '#2ec7c9',
 | 
				
			||||||
 | 
					    kBorderColor: '#d87a80',
 | 
				
			||||||
 | 
					    kBorderColor0: '#2ec7c9',
 | 
				
			||||||
 | 
					    kBorderWidth: 1,
 | 
				
			||||||
 | 
					    lineWidth: 2,
 | 
				
			||||||
 | 
					    symbolSize: 3,
 | 
				
			||||||
 | 
					    symbol: 'emptyCircle',
 | 
				
			||||||
 | 
					    symbolBorderWidth: 1,
 | 
				
			||||||
 | 
					    lineSmooth: true,
 | 
				
			||||||
 | 
					    graphLineWidth: 1,
 | 
				
			||||||
 | 
					    graphLineColor: '#aaaaaa',
 | 
				
			||||||
 | 
					    mapLabelColor: '#d87a80',
 | 
				
			||||||
 | 
					    mapLabelColorE: 'rgb(100,0,0)',
 | 
				
			||||||
 | 
					    mapBorderColor: '#eeeeee',
 | 
				
			||||||
 | 
					    mapBorderColorE: '#444',
 | 
				
			||||||
 | 
					    mapBorderWidth: 0.5,
 | 
				
			||||||
 | 
					    mapBorderWidthE: 1,
 | 
				
			||||||
 | 
					    mapAreaColor: '#dddddd',
 | 
				
			||||||
 | 
					    mapAreaColorE: 'rgba(254,153,78,1)',
 | 
				
			||||||
 | 
					    axes: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            type: 'all',
 | 
				
			||||||
 | 
					            name: '通用坐标轴',
 | 
				
			||||||
 | 
					            axisLineShow: true,
 | 
				
			||||||
 | 
					            axisLineColor: '#eeeeee',
 | 
				
			||||||
 | 
					            axisTickShow: true,
 | 
				
			||||||
 | 
					            axisTickColor: '#eeeeee',
 | 
				
			||||||
 | 
					            axisLabelShow: true,
 | 
				
			||||||
 | 
					            axisLabelColor: '#eeeeee',
 | 
				
			||||||
 | 
					            splitLineShow: true,
 | 
				
			||||||
 | 
					            splitLineColor: ['#aaaaaa'],
 | 
				
			||||||
 | 
					            splitAreaShow: false,
 | 
				
			||||||
 | 
					            splitAreaColor: ['#eeeeee'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            type: 'category',
 | 
				
			||||||
 | 
					            name: '类目坐标轴',
 | 
				
			||||||
 | 
					            axisLineShow: true,
 | 
				
			||||||
 | 
					            axisLineColor: '#008acd',
 | 
				
			||||||
 | 
					            axisTickShow: true,
 | 
				
			||||||
 | 
					            axisTickColor: '#333',
 | 
				
			||||||
 | 
					            axisLabelShow: true,
 | 
				
			||||||
 | 
					            axisLabelColor: '#333',
 | 
				
			||||||
 | 
					            splitLineShow: false,
 | 
				
			||||||
 | 
					            splitLineColor: ['#eee'],
 | 
				
			||||||
 | 
					            splitAreaShow: false,
 | 
				
			||||||
 | 
					            splitAreaColor: ['rgba(250,250,250,0.3)', 'rgba(200,200,200,0.3)'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            type: 'value',
 | 
				
			||||||
 | 
					            name: '数值坐标轴',
 | 
				
			||||||
 | 
					            axisLineShow: true,
 | 
				
			||||||
 | 
					            axisLineColor: '#008acd',
 | 
				
			||||||
 | 
					            axisTickShow: true,
 | 
				
			||||||
 | 
					            axisTickColor: '#333',
 | 
				
			||||||
 | 
					            axisLabelShow: true,
 | 
				
			||||||
 | 
					            axisLabelColor: '#333',
 | 
				
			||||||
 | 
					            splitLineShow: true,
 | 
				
			||||||
 | 
					            splitLineColor: ['#eee'],
 | 
				
			||||||
 | 
					            splitAreaShow: true,
 | 
				
			||||||
 | 
					            splitAreaColor: ['rgba(250,250,250,0.3)', 'rgba(200,200,200,0.3)'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            type: 'log',
 | 
				
			||||||
 | 
					            name: '对数坐标轴',
 | 
				
			||||||
 | 
					            axisLineShow: true,
 | 
				
			||||||
 | 
					            axisLineColor: '#008acd',
 | 
				
			||||||
 | 
					            axisTickShow: true,
 | 
				
			||||||
 | 
					            axisTickColor: '#333',
 | 
				
			||||||
 | 
					            axisLabelShow: true,
 | 
				
			||||||
 | 
					            axisLabelColor: '#333',
 | 
				
			||||||
 | 
					            splitLineShow: true,
 | 
				
			||||||
 | 
					            splitLineColor: ['#eee'],
 | 
				
			||||||
 | 
					            splitAreaShow: true,
 | 
				
			||||||
 | 
					            splitAreaColor: ['rgba(250,250,250,0.3)', 'rgba(200,200,200,0.3)'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            type: 'time',
 | 
				
			||||||
 | 
					            name: '时间坐标轴',
 | 
				
			||||||
 | 
					            axisLineShow: true,
 | 
				
			||||||
 | 
					            axisLineColor: '#008acd',
 | 
				
			||||||
 | 
					            axisTickShow: true,
 | 
				
			||||||
 | 
					            axisTickColor: '#333',
 | 
				
			||||||
 | 
					            axisLabelShow: true,
 | 
				
			||||||
 | 
					            axisLabelColor: '#333',
 | 
				
			||||||
 | 
					            splitLineShow: true,
 | 
				
			||||||
 | 
					            splitLineColor: ['#eee'],
 | 
				
			||||||
 | 
					            splitAreaShow: false,
 | 
				
			||||||
 | 
					            splitAreaColor: ['rgba(250,250,250,0.3)', 'rgba(200,200,200,0.3)'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    axisSeperateSetting: true,
 | 
				
			||||||
 | 
					    toolboxColor: '#2ec7c9',
 | 
				
			||||||
 | 
					    toolboxEmphasisColor: '#18a4a6',
 | 
				
			||||||
 | 
					    tooltipAxisColor: '#008acd',
 | 
				
			||||||
 | 
					    tooltipAxisWidth: '1',
 | 
				
			||||||
 | 
					    timelineLineColor: '#008acd',
 | 
				
			||||||
 | 
					    timelineLineWidth: 1,
 | 
				
			||||||
 | 
					    timelineItemColor: '#008acd',
 | 
				
			||||||
 | 
					    timelineItemColorE: '#a9334c',
 | 
				
			||||||
 | 
					    timelineCheckColor: '#2ec7c9',
 | 
				
			||||||
 | 
					    timelineCheckBorderColor: '#2ec7c9',
 | 
				
			||||||
 | 
					    timelineItemBorderWidth: 1,
 | 
				
			||||||
 | 
					    timelineControlColor: '#008acd',
 | 
				
			||||||
 | 
					    timelineControlBorderColor: '#008acd',
 | 
				
			||||||
 | 
					    timelineControlBorderWidth: 0.5,
 | 
				
			||||||
 | 
					    timelineLabelColor: '#008acd',
 | 
				
			||||||
 | 
					    datazoomBackgroundColor: 'rgba(47,69,84,0)',
 | 
				
			||||||
 | 
					    datazoomDataColor: '#efefff',
 | 
				
			||||||
 | 
					    datazoomFillColor: 'rgba(182,162,222,0.2)',
 | 
				
			||||||
 | 
					    datazoomHandleColor: '#008acd',
 | 
				
			||||||
 | 
					    datazoomHandleWidth: '100',
 | 
				
			||||||
 | 
					    datazoomLabelColor: '#333333',
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export { light };
 | 
				
			||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="monaco-editor" style="border: 1px solid var(--el-border-color-light, #ebeef5)">
 | 
					    <div class="monaco-editor" style="border: 1px solid var(--el-border-color-light, #ebeef5); height: 100%">
 | 
				
			||||||
        <div class="monaco-editor-content" ref="monacoTextarea" :style="{ height: height }"></div>
 | 
					        <div class="monaco-editor-content" ref="monacoTextarea" :style="{ height: height }"></div>
 | 
				
			||||||
        <el-select v-if="canChangeMode" class="code-mode-select" v-model="languageMode" @change="changeLanguage">
 | 
					        <el-select v-if="canChangeMode" class="code-mode-select" v-model="languageMode" @change="changeLanguage" filterable>
 | 
				
			||||||
            <el-option v-for="mode in languageArr" :key="mode.value" :label="mode.label" :value="mode.value"> </el-option>
 | 
					            <el-option v-for="mode in languageArr" :key="mode.value" :label="mode.label" :value="mode.value"> </el-option>
 | 
				
			||||||
        </el-select>
 | 
					        </el-select>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
@@ -294,17 +294,19 @@ const registeShell = () => {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const format = () => {
 | 
					const format = () => {
 | 
				
			||||||
    /*
 | 
					    // 触发自动格式化;
 | 
				
			||||||
    触发自动格式化;
 | 
					 | 
				
			||||||
   */
 | 
					 | 
				
			||||||
    monacoEditorIns.trigger('', 'editor.action.formatDocument', '');
 | 
					    monacoEditorIns.trigger('', 'editor.action.formatDocument', '');
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const focus = () => {
 | 
				
			||||||
 | 
					    monacoEditorIns.focus();
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const getEditor = () => {
 | 
					const getEditor = () => {
 | 
				
			||||||
    return monacoEditorIns;
 | 
					    return monacoEditorIns;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
defineExpose({ getEditor, format });
 | 
					defineExpose({ getEditor, format, focus });
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style lang="scss">
 | 
					<style lang="scss">
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										37
									
								
								mayfly_go_web/src/components/monaco/MonacoEditorDialog.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								mayfly_go_web/src/components/monaco/MonacoEditorDialog.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,37 @@
 | 
				
			|||||||
 | 
					import { VNode, h, render } from 'vue';
 | 
				
			||||||
 | 
					import MonacoEditorDialogComp from './MonacoEditorDialogComp.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export type MonacoEditorDialogProps = {
 | 
				
			||||||
 | 
					    content: string;
 | 
				
			||||||
 | 
					    title: string;
 | 
				
			||||||
 | 
					    language: string;
 | 
				
			||||||
 | 
					    height?: string;
 | 
				
			||||||
 | 
					    width?: string;
 | 
				
			||||||
 | 
					    confirmFn?: Function; // 点击确认的回调函数,入参editor value
 | 
				
			||||||
 | 
					    cancelFn?: Function; // 点击取消 或 关闭弹窗的回调函数
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const boxId = 'monaco-editor-dialog-id';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					let boxInstance: VNode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const MonacoEditorDialog = (props: MonacoEditorDialogProps): void => {
 | 
				
			||||||
 | 
					    if (!boxInstance) {
 | 
				
			||||||
 | 
					        const container = document.createElement('div');
 | 
				
			||||||
 | 
					        container.id = boxId;
 | 
				
			||||||
 | 
					        // 创建 虚拟dom
 | 
				
			||||||
 | 
					        boxInstance = h(MonacoEditorDialogComp);
 | 
				
			||||||
 | 
					        // 将虚拟dom渲染到 container dom 上
 | 
				
			||||||
 | 
					        render(boxInstance, container);
 | 
				
			||||||
 | 
					        // 最后将 container 追加到 body 上
 | 
				
			||||||
 | 
					        document.body.appendChild(container);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    const boxVue = boxInstance.component;
 | 
				
			||||||
 | 
					    if (boxVue) {
 | 
				
			||||||
 | 
					        // 调用open方法显示弹框,注意不能使用boxVue.ctx来调用组件函数(build打包后ctx会获取不到)
 | 
				
			||||||
 | 
					        boxVue.exposed?.open(props);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export default MonacoEditorDialog;
 | 
				
			||||||
							
								
								
									
										136
									
								
								mayfly_go_web/src/components/monaco/MonacoEditorDialogComp.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										136
									
								
								mayfly_go_web/src/components/monaco/MonacoEditorDialogComp.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,136 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div>
 | 
				
			||||||
 | 
					        <el-dialog :title="state.title" v-model="state.dialogVisible" :width="state.width" @close="cancel">
 | 
				
			||||||
 | 
					            <monaco-editor ref="editorRef" :height="state.height" class="editor" :language="state.language" v-model="contentValue" can-change-mode />
 | 
				
			||||||
 | 
					            <template #footer>
 | 
				
			||||||
 | 
					                <span class="dialog-footer">
 | 
				
			||||||
 | 
					                    <el-button @click="cancel">取消</el-button>
 | 
				
			||||||
 | 
					                    <el-button @click="confirm" type="primary">确定</el-button>
 | 
				
			||||||
 | 
					                </span>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { toRefs, ref, reactive } from 'vue';
 | 
				
			||||||
 | 
					import { ElDialog, ElButton, ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					// import base style
 | 
				
			||||||
 | 
					import MonacoEditor from '@/components/monaco/MonacoEditor.vue';
 | 
				
			||||||
 | 
					import { MonacoEditorDialogProps } from './MonacoEditorDialog';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const editorRef: any = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    dialogVisible: false,
 | 
				
			||||||
 | 
					    height: '450px',
 | 
				
			||||||
 | 
					    width: '800px',
 | 
				
			||||||
 | 
					    contentValue: '',
 | 
				
			||||||
 | 
					    title: '',
 | 
				
			||||||
 | 
					    language: '',
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					let confirmFn: any;
 | 
				
			||||||
 | 
					let cancelFn: any;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { contentValue } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					function compressHTML(html: string) {
 | 
				
			||||||
 | 
					    return (
 | 
				
			||||||
 | 
					        html
 | 
				
			||||||
 | 
					            .replace(/[\r\n\t]+/g, ' ') // 移除换行符和制表符
 | 
				
			||||||
 | 
					            // .replace(/<!--[\s\S]*?-->/g, '') // 移除注释
 | 
				
			||||||
 | 
					            .replace(/\s{2,}/g, ' ') // 合并多个空格为一个空格
 | 
				
			||||||
 | 
					            .replace(/>\s+</g, '><')
 | 
				
			||||||
 | 
					    ); // 移除标签之间的空格
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 确认按钮
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					const confirm = async () => {
 | 
				
			||||||
 | 
					    if (confirmFn) {
 | 
				
			||||||
 | 
					        if (state.language === 'json') {
 | 
				
			||||||
 | 
					            let val;
 | 
				
			||||||
 | 
					            try {
 | 
				
			||||||
 | 
					                val = JSON.parse(contentValue.value);
 | 
				
			||||||
 | 
					                if (typeof val !== 'object') {
 | 
				
			||||||
 | 
					                    ElMessage.error('请输入正确的json');
 | 
				
			||||||
 | 
					                    return;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            } catch (e) {
 | 
				
			||||||
 | 
					                ElMessage.error('请输入正确的json');
 | 
				
			||||||
 | 
					                return;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // 压缩json字符串
 | 
				
			||||||
 | 
					            confirmFn(JSON.stringify(val));
 | 
				
			||||||
 | 
					        } else if (state.language === 'html') {
 | 
				
			||||||
 | 
					            // 压缩html字符串
 | 
				
			||||||
 | 
					            confirmFn(compressHTML(contentValue.value));
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            confirmFn(contentValue.value);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    state.dialogVisible = false;
 | 
				
			||||||
 | 
					    setTimeout(() => {
 | 
				
			||||||
 | 
					        state.contentValue = '';
 | 
				
			||||||
 | 
					        state.title = '';
 | 
				
			||||||
 | 
					    }, 200);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cancel = () => {
 | 
				
			||||||
 | 
					    state.dialogVisible = false;
 | 
				
			||||||
 | 
					    // 没有执行成功,并且取消回调函数存在,则执行
 | 
				
			||||||
 | 
					    cancelFn && cancelFn();
 | 
				
			||||||
 | 
					    setTimeout(() => {
 | 
				
			||||||
 | 
					        state.contentValue = '';
 | 
				
			||||||
 | 
					        state.title = '';
 | 
				
			||||||
 | 
					    }, 200);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const formatXML = function (xml: string, tab?: string) {
 | 
				
			||||||
 | 
					    let formatted = '',
 | 
				
			||||||
 | 
					        indent = '';
 | 
				
			||||||
 | 
					    tab = tab || '    ';
 | 
				
			||||||
 | 
					    xml.split(/>\s*</).forEach(function (node) {
 | 
				
			||||||
 | 
					        if (node.match(/^\/\w/)) indent = indent.substring(tab!.length);
 | 
				
			||||||
 | 
					        formatted += indent + '<' + node + '>\r\n';
 | 
				
			||||||
 | 
					        if (node.match(/^<?\w[^>]*[^\/]$/)) indent += tab;
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    return formatted.substring(1, formatted.length - 3);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const open = (optionProps: MonacoEditorDialogProps) => {
 | 
				
			||||||
 | 
					    confirmFn = optionProps.confirmFn;
 | 
				
			||||||
 | 
					    cancelFn = optionProps.cancelFn;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    const language = optionProps.language;
 | 
				
			||||||
 | 
					    state.language = language;
 | 
				
			||||||
 | 
					    state.title = optionProps.title;
 | 
				
			||||||
 | 
					    if (optionProps.height) {
 | 
				
			||||||
 | 
					        state.height = optionProps.height;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    state.contentValue = optionProps.content;
 | 
				
			||||||
 | 
					    // 格式化输出html;
 | 
				
			||||||
 | 
					    if (language === 'html' || language == 'xml') {
 | 
				
			||||||
 | 
					        state.contentValue = formatXML(optionProps.content);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    setTimeout(() => {
 | 
				
			||||||
 | 
					        editorRef.value?.format();
 | 
				
			||||||
 | 
					        editorRef.value?.focus();
 | 
				
			||||||
 | 
					    }, 300);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    state.dialogVisible = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineExpose({ open });
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss" scoped>
 | 
				
			||||||
 | 
					.editor {
 | 
				
			||||||
 | 
					    font-size: 9pt;
 | 
				
			||||||
 | 
					    font-weight: 600;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					</style>
 | 
				
			||||||
@@ -1,437 +1,460 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="page-table">
 | 
					    <div>
 | 
				
			||||||
        <!-- 
 | 
					        <transition name="el-zoom-in-top">
 | 
				
			||||||
            实现:通过我们配置好的 查询条件
 | 
					            <!-- 查询表单 -->
 | 
				
			||||||
                首先去创建form表单,根据我们配置的查询条件去做一个循环判断,展示出不用类型所对应不同的输入框
 | 
					            <SearchForm v-if="isShowSearch" :items="tableSearchItems" v-model="queryForm" :search="search" :reset="reset" :search-col="searchCol">
 | 
				
			||||||
                比如:text对应普通的输入框,select对应下拉选择,dateTime对应日期时间选择器
 | 
					                <!-- 遍历父组件传入的 solts 透传给子组件 -->
 | 
				
			||||||
                在使用时,父组件会传来一个queryForm空的对象,
 | 
					                <template v-for="(_, key) in useSlots()" v-slot:[key]>
 | 
				
			||||||
                循环出来的输入框会绑定表格配置中的prop字段绑定在queryForm对象中
 | 
					                    <slot :name="key"></slot>
 | 
				
			||||||
         -->
 | 
					                </template>
 | 
				
			||||||
        <el-card>
 | 
					            </SearchForm>
 | 
				
			||||||
            <div class="query" ref="queryRef">
 | 
					        </transition>
 | 
				
			||||||
                <div>
 | 
					 | 
				
			||||||
                    <div v-if="props.query.length > 0">
 | 
					 | 
				
			||||||
                        <el-form :model="props.queryForm" label-width="auto" :size="props.size">
 | 
					 | 
				
			||||||
                            <el-row
 | 
					 | 
				
			||||||
                                v-for="i in Math.ceil((props.query.length + 1) / (defaultQueryCount + 1))"
 | 
					 | 
				
			||||||
                                :key="i"
 | 
					 | 
				
			||||||
                                v-show="i == 1 || isOpenMoreQuery"
 | 
					 | 
				
			||||||
                                :class="i > 1 && isOpenMoreQuery ? 'is-open' : ''"
 | 
					 | 
				
			||||||
                            >
 | 
					 | 
				
			||||||
                                <el-form-item
 | 
					 | 
				
			||||||
                                    :label="item.label"
 | 
					 | 
				
			||||||
                                    style="margin-right: 12px; margin-bottom: 0px"
 | 
					 | 
				
			||||||
                                    v-for="item in getRowQueryItem(i)"
 | 
					 | 
				
			||||||
                                    :key="item.prop"
 | 
					 | 
				
			||||||
                                >
 | 
					 | 
				
			||||||
                                    <!-- 这里只获取指定个数的筛选条件 -->
 | 
					 | 
				
			||||||
                                    <el-input
 | 
					 | 
				
			||||||
                                        v-model="queryForm[item.prop]"
 | 
					 | 
				
			||||||
                                        :placeholder="'输入' + item.label + '关键字'"
 | 
					 | 
				
			||||||
                                        clearable
 | 
					 | 
				
			||||||
                                        v-if="item.type == 'text'"
 | 
					 | 
				
			||||||
                                    ></el-input>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
                                    <el-select-v2
 | 
					        <div class="card">
 | 
				
			||||||
                                        v-model="queryForm[item.prop]"
 | 
					            <div class="table-main">
 | 
				
			||||||
                                        :options="item.options"
 | 
					                <!-- 表格头部 操作按钮 -->
 | 
				
			||||||
                                        clearable
 | 
					                <div class="table-header">
 | 
				
			||||||
                                        :placeholder="'选择' + item.label + '关键字'"
 | 
					                    <div class="header-button-lf">
 | 
				
			||||||
                                        v-else-if="item.type == 'select'"
 | 
					                        <slot name="tableHeader" />
 | 
				
			||||||
                                    />
 | 
					                    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                                    <el-date-picker
 | 
					                    <div v-if="toolButton" class="header-button-ri">
 | 
				
			||||||
                                        v-model="queryForm[item.prop]"
 | 
					                        <slot name="toolButton">
 | 
				
			||||||
                                        clearable
 | 
					                            <div class="tool-button">
 | 
				
			||||||
                                        type="datetimerange"
 | 
					                                <!-- 简易单个搜索项 -->
 | 
				
			||||||
                                        format="YYYY-MM-DD hh:mm:ss"
 | 
					                                <div v-if="nowSearchItem" class="simple-search-form">
 | 
				
			||||||
                                        value-format="x"
 | 
					                                    <el-dropdown v-if="searchItems?.length > 1">
 | 
				
			||||||
                                        range-separator="至"
 | 
					                                        <SvgIcon :size="16" name="CaretBottom" class="mr4 mt6 simple-search-form-btn" />
 | 
				
			||||||
                                        start-placeholder="开始时间"
 | 
					                                        <template #dropdown>
 | 
				
			||||||
                                        end-placeholder="结束时间"
 | 
					                                            <el-dropdown-menu>
 | 
				
			||||||
                                        v-else-if="item.type == 'date'"
 | 
					                                                <el-dropdown-item
 | 
				
			||||||
                                    />
 | 
					                                                    v-for="searchItem in searchItems"
 | 
				
			||||||
 | 
					                                                    :key="searchItem.prop"
 | 
				
			||||||
                                    <template v-else-if="item.slot == 'queryBtns'">
 | 
					                                                    @click="changeSimpleFormItem(searchItem)"
 | 
				
			||||||
                                        <template v-if="props.query?.length > defaultQueryCount">
 | 
					                                                >
 | 
				
			||||||
                                            <el-button
 | 
					                                                    {{ searchItem.label }}
 | 
				
			||||||
                                                @click="isOpenMoreQuery = !isOpenMoreQuery"
 | 
					                                                </el-dropdown-item>
 | 
				
			||||||
                                                v-if="!isOpenMoreQuery"
 | 
					                                            </el-dropdown-menu>
 | 
				
			||||||
                                                icon="ArrowDownBold"
 | 
					 | 
				
			||||||
                                                circle
 | 
					 | 
				
			||||||
                                            ></el-button>
 | 
					 | 
				
			||||||
                                            <el-button @click="isOpenMoreQuery = !isOpenMoreQuery" v-else icon="ArrowUpBold" circle></el-button>
 | 
					 | 
				
			||||||
                                        </template>
 | 
					                                        </template>
 | 
				
			||||||
 | 
					                                    </el-dropdown>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                                        <el-button @click="queryData()" type="primary" icon="search" plain>查询</el-button>
 | 
					                                    <div class="simple-search-form-label mt5">
 | 
				
			||||||
                                        <el-button @click="reset()" icon="RefreshRight">重置</el-button>
 | 
					                                        <el-text truncated tag="b">{{ `${nowSearchItem?.label} : ` }}</el-text>
 | 
				
			||||||
                                    </template>
 | 
					                                    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                                    <slot :name="item.slot"></slot>
 | 
					                                    <el-form-item style="width: 200px" :key="nowSearchItem.prop">
 | 
				
			||||||
                                </el-form-item>
 | 
					                                        <SearchFormItem
 | 
				
			||||||
                            </el-row>
 | 
					                                            @keyup.enter.native="searchFormItemKeyUpEnter"
 | 
				
			||||||
                        </el-form>
 | 
					                                            v-if="!nowSearchItem.slot"
 | 
				
			||||||
 | 
					                                            :item="nowSearchItem"
 | 
				
			||||||
 | 
					                                            v-model="queryForm[nowSearchItem.prop]"
 | 
				
			||||||
 | 
					                                        />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                        <slot @keyup.enter.native="searchFormItemKeyUpEnter" v-else :name="nowSearchItem.slot"></slot>
 | 
				
			||||||
 | 
					                                    </el-form-item>
 | 
				
			||||||
 | 
					                                </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                <div>
 | 
				
			||||||
 | 
					                                    <el-button v-if="showToolButton('search') && searchItems?.length" icon="Search" circle @click="search" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                    <!-- <el-button v-if="showToolButton('refresh')" icon="Refresh" circle @click="execQuery()" /> -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                    <el-button
 | 
				
			||||||
 | 
					                                        v-if="showToolButton('search') && searchItems?.length > 1"
 | 
				
			||||||
 | 
					                                        :icon="isShowSearch ? 'ArrowDown' : 'ArrowUp'"
 | 
				
			||||||
 | 
					                                        circle
 | 
				
			||||||
 | 
					                                        @click="isShowSearch = !isShowSearch"
 | 
				
			||||||
 | 
					                                    />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                    <el-popover
 | 
				
			||||||
 | 
					                                        placement="bottom"
 | 
				
			||||||
 | 
					                                        title="表格配置"
 | 
				
			||||||
 | 
					                                        popper-style="max-height: 550px; overflow: auto; max-width: 450px"
 | 
				
			||||||
 | 
					                                        width="auto"
 | 
				
			||||||
 | 
					                                        trigger="click"
 | 
				
			||||||
 | 
					                                    >
 | 
				
			||||||
 | 
					                                        <div v-for="(item, index) in tableColumns" :key="index">
 | 
				
			||||||
 | 
					                                            <el-checkbox v-model="item.show" :label="item.label" :true-label="true" :false-label="false" />
 | 
				
			||||||
 | 
					                                        </div>
 | 
				
			||||||
 | 
					                                        <template #reference>
 | 
				
			||||||
 | 
					                                            <el-button icon="Operation" circle :size="props.size"></el-button>
 | 
				
			||||||
 | 
					                                        </template>
 | 
				
			||||||
 | 
					                                    </el-popover>
 | 
				
			||||||
 | 
					                                </div>
 | 
				
			||||||
 | 
					                            </div>
 | 
				
			||||||
 | 
					                        </slot>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <div class="slot">
 | 
					                <el-table
 | 
				
			||||||
                    <!-- 查询栏右侧slot插槽(用来添加表格其他操作,比如,新增数据,删除数据等其他操作) -->
 | 
					                    ref="tableRef"
 | 
				
			||||||
                    <slot name="queryRight"></slot>
 | 
					                    v-bind="$attrs"
 | 
				
			||||||
 | 
					                    :max-height="tableMaxHeight"
 | 
				
			||||||
 | 
					                    @selection-change="handleSelectionChange"
 | 
				
			||||||
 | 
					                    :data="tableData"
 | 
				
			||||||
 | 
					                    highlight-current-row
 | 
				
			||||||
 | 
					                    v-loading="loading"
 | 
				
			||||||
 | 
					                    :size="props.size as any"
 | 
				
			||||||
 | 
					                    :border="border"
 | 
				
			||||||
 | 
					                >
 | 
				
			||||||
 | 
					                    <el-table-column v-if="props.showSelection" :selectable="selectable" type="selection" width="40" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    <!-- 
 | 
					                    <template v-for="(item, index) in tableColumns">
 | 
				
			||||||
                    动态表头显示,根据表格每条配置项中的show字段来决定改列是否显示或者隐藏 
 | 
					                        <el-table-column
 | 
				
			||||||
                    columns 就是我们表格配置的数组对象
 | 
					                            :key="index"
 | 
				
			||||||
                    -->
 | 
					                            v-if="item.show"
 | 
				
			||||||
                    <el-popover
 | 
					                            :prop="item.prop"
 | 
				
			||||||
                        placement="bottom"
 | 
					                            :label="item.label"
 | 
				
			||||||
                        title="表格配置"
 | 
					                            :fixed="item.fixed"
 | 
				
			||||||
                        popper-style="max-height: 550px; overflow: auto; max-width: 450px"
 | 
					                            :align="item.align"
 | 
				
			||||||
                        width="auto"
 | 
					                            :show-overflow-tooltip="item.showOverflowTooltip"
 | 
				
			||||||
                        trigger="click"
 | 
					                            :min-width="item.minWidth"
 | 
				
			||||||
                    >
 | 
					                            :sortable="item.sortable || false"
 | 
				
			||||||
                        <div v-for="(item, index) in props.columns" :key="index">
 | 
					                            :type="item.type"
 | 
				
			||||||
                            <el-checkbox v-model="item.show" :label="item.label" :true-label="true" :false-label="false" />
 | 
					                            :width="item.width"
 | 
				
			||||||
                        </div>
 | 
					                        >
 | 
				
			||||||
                        <template #reference>
 | 
					                            <!-- 插槽:预留功能 -->
 | 
				
			||||||
                            <!-- 一个Element Plus中的图标 -->
 | 
					                            <template #default="scope" v-if="item.slot">
 | 
				
			||||||
                            <el-button icon="Operation" :size="props.size"></el-button>
 | 
					                                <slot :name="item.prop" :data="scope.row"></slot>
 | 
				
			||||||
                        </template>
 | 
					                            </template>
 | 
				
			||||||
                    </el-popover>
 | 
					
 | 
				
			||||||
                </div>
 | 
					                            <!-- 枚举类型使用tab展示 -->
 | 
				
			||||||
 | 
					                            <template #default="scope" v-else-if="item.type == 'tag'">
 | 
				
			||||||
 | 
					                                <enum-tag :size="props.size" :enums="item.typeParam" :value="scope.row[item.prop]"></enum-tag>
 | 
				
			||||||
 | 
					                            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                            <template #default="scope" v-else>
 | 
				
			||||||
 | 
					                                <!-- 配置了美化文本按钮以及文本内容大于指定长度,则显示美化按钮 -->
 | 
				
			||||||
 | 
					                                <el-popover
 | 
				
			||||||
 | 
					                                    v-if="item.isBeautify && scope.row[item.prop]?.length > 35"
 | 
				
			||||||
 | 
					                                    effect="light"
 | 
				
			||||||
 | 
					                                    trigger="click"
 | 
				
			||||||
 | 
					                                    placement="top"
 | 
				
			||||||
 | 
					                                    width="600px"
 | 
				
			||||||
 | 
					                                >
 | 
				
			||||||
 | 
					                                    <template #default>
 | 
				
			||||||
 | 
					                                        <el-input :autosize="{ minRows: 3, maxRows: 15 }" disabled v-model="formatVal" type="textarea" />
 | 
				
			||||||
 | 
					                                    </template>
 | 
				
			||||||
 | 
					                                    <template #reference>
 | 
				
			||||||
 | 
					                                        <el-link
 | 
				
			||||||
 | 
					                                            @click="formatText(scope.row[item.prop])"
 | 
				
			||||||
 | 
					                                            :underline="false"
 | 
				
			||||||
 | 
					                                            type="success"
 | 
				
			||||||
 | 
					                                            icon="MagicStick"
 | 
				
			||||||
 | 
					                                            class="mr5"
 | 
				
			||||||
 | 
					                                        ></el-link>
 | 
				
			||||||
 | 
					                                    </template>
 | 
				
			||||||
 | 
					                                </el-popover>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                <span>{{ item.getValueByData(scope.row) }}</span>
 | 
				
			||||||
 | 
					                            </template>
 | 
				
			||||||
 | 
					                        </el-table-column>
 | 
				
			||||||
 | 
					                    </template>
 | 
				
			||||||
 | 
					                </el-table>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <el-table
 | 
					            <el-row v-if="props.pageable" class="mt20" type="flex" justify="end">
 | 
				
			||||||
                v-bind="$attrs"
 | 
					 | 
				
			||||||
                :max-height="tableMaxHeight"
 | 
					 | 
				
			||||||
                @selection-change="handleSelectionChange"
 | 
					 | 
				
			||||||
                :data="props.data"
 | 
					 | 
				
			||||||
                highlight-current-row
 | 
					 | 
				
			||||||
                v-loading="loadingData"
 | 
					 | 
				
			||||||
                :size="props.size"
 | 
					 | 
				
			||||||
            >
 | 
					 | 
				
			||||||
                <el-table-column v-if="props.showSelection" type="selection" width="40" />
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                <template v-for="(item, index) in columns">
 | 
					 | 
				
			||||||
                    <el-table-column
 | 
					 | 
				
			||||||
                        :key="index"
 | 
					 | 
				
			||||||
                        v-if="item.show"
 | 
					 | 
				
			||||||
                        :prop="item.prop"
 | 
					 | 
				
			||||||
                        :label="item.label"
 | 
					 | 
				
			||||||
                        :fixed="item.fixed"
 | 
					 | 
				
			||||||
                        :align="item.align"
 | 
					 | 
				
			||||||
                        :show-overflow-tooltip="item.showOverflowTooltip"
 | 
					 | 
				
			||||||
                        :min-width="item.minWidth"
 | 
					 | 
				
			||||||
                        :sortable="item.sortable || false"
 | 
					 | 
				
			||||||
                        :type="item.type"
 | 
					 | 
				
			||||||
                        :width="item.width"
 | 
					 | 
				
			||||||
                    >
 | 
					 | 
				
			||||||
                        <!-- 插槽:预留功能 -->
 | 
					 | 
				
			||||||
                        <template #default="scope" v-if="item.slot">
 | 
					 | 
				
			||||||
                            <slot :name="item.prop" :data="scope.row"></slot>
 | 
					 | 
				
			||||||
                        </template>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                        <!-- 枚举类型使用tab展示 -->
 | 
					 | 
				
			||||||
                        <template #default="scope" v-else-if="item.type == 'tag'">
 | 
					 | 
				
			||||||
                            <enum-tag :size="props.size" :enums="item.typeParam" :value="scope.row[item.prop]"></enum-tag>
 | 
					 | 
				
			||||||
                        </template>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                        <template #default="scope" v-else>
 | 
					 | 
				
			||||||
                            <!-- 配置了美化文本按钮以及文本内容大于指定长度,则显示美化按钮 -->
 | 
					 | 
				
			||||||
                            <el-popover
 | 
					 | 
				
			||||||
                                v-if="item.isBeautify && scope.row[item.prop]?.length > 35"
 | 
					 | 
				
			||||||
                                effect="light"
 | 
					 | 
				
			||||||
                                trigger="click"
 | 
					 | 
				
			||||||
                                placement="top"
 | 
					 | 
				
			||||||
                                width="600px"
 | 
					 | 
				
			||||||
                            >
 | 
					 | 
				
			||||||
                                <template #default>
 | 
					 | 
				
			||||||
                                    <el-input :autosize="{ minRows: 3, maxRows: 15 }" disabled v-model="formatVal" type="textarea" />
 | 
					 | 
				
			||||||
                                </template>
 | 
					 | 
				
			||||||
                                <template #reference>
 | 
					 | 
				
			||||||
                                    <el-link
 | 
					 | 
				
			||||||
                                        @click="formatText(scope.row[item.prop])"
 | 
					 | 
				
			||||||
                                        :underline="false"
 | 
					 | 
				
			||||||
                                        type="success"
 | 
					 | 
				
			||||||
                                        icon="MagicStick"
 | 
					 | 
				
			||||||
                                        class="mr5"
 | 
					 | 
				
			||||||
                                    ></el-link>
 | 
					 | 
				
			||||||
                                </template>
 | 
					 | 
				
			||||||
                            </el-popover>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                            <span>{{ item.getValueByData(scope.row) }}</span>
 | 
					 | 
				
			||||||
                        </template>
 | 
					 | 
				
			||||||
                    </el-table-column>
 | 
					 | 
				
			||||||
                </template>
 | 
					 | 
				
			||||||
            </el-table>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            <el-row style="margin-top: 20px" type="flex" justify="end">
 | 
					 | 
				
			||||||
                <el-pagination
 | 
					                <el-pagination
 | 
				
			||||||
                    :small="props.size == 'small'"
 | 
					                    :small="props.size == 'small'"
 | 
				
			||||||
                    @current-change="handlePageChange"
 | 
					                    @current-change="handlePageNumChange"
 | 
				
			||||||
                    @size-change="handleSizeChange"
 | 
					                    @size-change="handlePageSizeChange"
 | 
				
			||||||
                    style="text-align: right"
 | 
					                    style="text-align: right"
 | 
				
			||||||
                    layout="prev, pager, next, total, sizes, jumper"
 | 
					                    layout="prev, pager, next, total, sizes, jumper"
 | 
				
			||||||
                    :total="props.total"
 | 
					                    :total="total"
 | 
				
			||||||
                    v-model:current-page="state.pageNum"
 | 
					                    v-model:current-page="queryForm.pageNum"
 | 
				
			||||||
                    v-model:page-size="state.pageSize"
 | 
					                    v-model:page-size="queryForm.pageSize"
 | 
				
			||||||
                    :page-sizes="pageSizes"
 | 
					                    :page-sizes="pageSizes"
 | 
				
			||||||
                />
 | 
					                />
 | 
				
			||||||
            </el-row>
 | 
					            </el-row>
 | 
				
			||||||
        </el-card>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { toRefs, watch, reactive, onMounted } from 'vue';
 | 
					import { toRefs, watch, reactive, onMounted, Ref, ref, useSlots, toValue } from 'vue';
 | 
				
			||||||
import { TableColumn, TableQuery } from './index';
 | 
					import { TableColumn } from './index';
 | 
				
			||||||
import EnumTag from '@/components/enumtag/EnumTag.vue';
 | 
					import EnumTag from '@/components/enumtag/EnumTag.vue';
 | 
				
			||||||
 | 
					import { useThemeConfig } from '@/store/themeConfig';
 | 
				
			||||||
 | 
					import { storeToRefs } from 'pinia';
 | 
				
			||||||
 | 
					import { useEventListener } from '@vueuse/core';
 | 
				
			||||||
 | 
					import Api from '@/common/Api';
 | 
				
			||||||
 | 
					import SearchForm from '@/components/SearchForm/index.vue';
 | 
				
			||||||
 | 
					import { SearchItem } from '../SearchForm/index';
 | 
				
			||||||
 | 
					import SearchFormItem from '../SearchForm/components/SearchFormItem.vue';
 | 
				
			||||||
 | 
					import SvgIcon from '@/components/svgIcon/index.vue';
 | 
				
			||||||
 | 
					import { usePageTable } from '@/hooks/usePageTable';
 | 
				
			||||||
 | 
					import { ElTable } from 'element-plus';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const emit = defineEmits(['update:queryForm', 'update:pageNum', 'update:pageSize', 'update:selectionData', 'pageChange'])
 | 
					const emit = defineEmits(['update:queryForm', 'update:selectionData', 'pageChange']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = defineProps({
 | 
					export interface PageTableProps {
 | 
				
			||||||
    size: {
 | 
					    size?: string;
 | 
				
			||||||
        type: String,
 | 
					    pageApi: Api; // 请求表格数据的 api
 | 
				
			||||||
        default: '',
 | 
					    columns: TableColumn[]; // 列配置项  ==> 必传
 | 
				
			||||||
 | 
					    showSelection?: boolean;
 | 
				
			||||||
 | 
					    selectable?: (row: any) => boolean; // 是否可选
 | 
				
			||||||
 | 
					    pageable?: boolean;
 | 
				
			||||||
 | 
					    showSearch?: boolean; // 是否显示搜索表单
 | 
				
			||||||
 | 
					    data?: any[]; // 静态 table data 数据,若存在则不会使用 requestApi 返回的 data ==> 非必传
 | 
				
			||||||
 | 
					    lazy?: boolean; // 是否自动执行请求 api ==> 非必传(默认为false)
 | 
				
			||||||
 | 
					    beforeQueryFn?: (params: any) => any; // 执行查询时对查询参数进行处理,调整等
 | 
				
			||||||
 | 
					    dataHandlerFn?: (data: any) => any; // 数据处理回调函数,用于将请求回来的数据二次加工处理等
 | 
				
			||||||
 | 
					    searchItems?: SearchItem[];
 | 
				
			||||||
 | 
					    border?: boolean; // 是否带有纵向边框 ==> 非必传(默认为false)
 | 
				
			||||||
 | 
					    toolButton?: ('setting' | 'search')[] | boolean; // 是否显示表格功能按钮 ==> 非必传(默认为true)
 | 
				
			||||||
 | 
					    searchCol?: any; // 表格搜索项 每列占比配置 ==> 非必传 { xs: 1, sm: 2, md: 2, lg: 3, xl: 4 } | number 如 3
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 接受父组件参数,配置默认值
 | 
				
			||||||
 | 
					const props = withDefaults(defineProps<PageTableProps>(), {
 | 
				
			||||||
 | 
					    columns: () => [],
 | 
				
			||||||
 | 
					    pageable: true,
 | 
				
			||||||
 | 
					    showSelection: false,
 | 
				
			||||||
 | 
					    lazy: false,
 | 
				
			||||||
 | 
					    border: false,
 | 
				
			||||||
 | 
					    toolButton: true,
 | 
				
			||||||
 | 
					    showSearch: false,
 | 
				
			||||||
 | 
					    searchItems: () => [],
 | 
				
			||||||
 | 
					    searchCol: () => ({ xs: 1, sm: 3, md: 3, lg: 4, xl: 5 }),
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 查询表单参数 ==> 非必传(默认为{pageNum:1, pageSize: 10})
 | 
				
			||||||
 | 
					const queryForm: Ref<any> = defineModel('queryForm', {
 | 
				
			||||||
 | 
					    default: {
 | 
				
			||||||
 | 
					        pageNum: 1,
 | 
				
			||||||
 | 
					        pageSize: 0,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    inputWidth: {
 | 
					});
 | 
				
			||||||
        type: [Number, String],
 | 
					
 | 
				
			||||||
        default: 0,
 | 
					// table 实例
 | 
				
			||||||
    },
 | 
					const tableRef = ref<InstanceType<typeof ElTable>>();
 | 
				
			||||||
    // 是否显示选择列
 | 
					
 | 
				
			||||||
    showSelection: {
 | 
					// 接收 columns 并设置为响应式
 | 
				
			||||||
        type: Boolean,
 | 
					const tableColumns = reactive<TableColumn[]>(props.columns);
 | 
				
			||||||
        default: false,
 | 
					
 | 
				
			||||||
    },
 | 
					// 接收 searchItems 并设置为响应式
 | 
				
			||||||
    // 当前选择的数据
 | 
					const tableSearchItems = reactive<SearchItem[]>(props.searchItems);
 | 
				
			||||||
    selectionData: {
 | 
					
 | 
				
			||||||
        type: Array<any>
 | 
					const { themeConfig } = storeToRefs(useThemeConfig());
 | 
				
			||||||
    },
 | 
					
 | 
				
			||||||
    // 列信息
 | 
					// 是否显示搜索模块
 | 
				
			||||||
    columns: {
 | 
					const isShowSearch = ref(props.showSearch);
 | 
				
			||||||
        type: Array<TableColumn>,
 | 
					
 | 
				
			||||||
        default: function () {
 | 
					// 控制 ToolButton 显示
 | 
				
			||||||
            return [];
 | 
					const showToolButton = (key: 'setting' | 'search') => {
 | 
				
			||||||
        },
 | 
					    return Array.isArray(props.toolButton) ? props.toolButton.includes(key) : props.toolButton;
 | 
				
			||||||
        required: true,
 | 
					};
 | 
				
			||||||
    },
 | 
					
 | 
				
			||||||
    // 表格数据
 | 
					const nowSearchItem: Ref<SearchItem> = ref(null) as any;
 | 
				
			||||||
    data: {
 | 
					
 | 
				
			||||||
        type: Array,
 | 
					/**
 | 
				
			||||||
        required: true,
 | 
					 * 改变当前的搜索项
 | 
				
			||||||
    },
 | 
					 * @param searchItem 当前点击的搜索项
 | 
				
			||||||
    total: {
 | 
					 */
 | 
				
			||||||
        type: [Number],
 | 
					const changeSimpleFormItem = (searchItem: SearchItem) => {
 | 
				
			||||||
        default: 0,
 | 
					    // 将之前的值置为空,避免因为只显示一个搜索项却搜索多个条件
 | 
				
			||||||
    },
 | 
					    queryForm.value[nowSearchItem.value.prop] = null;
 | 
				
			||||||
    pageNum: {
 | 
					    nowSearchItem.value = searchItem;
 | 
				
			||||||
        type: Number,
 | 
					};
 | 
				
			||||||
        default: 1,
 | 
					
 | 
				
			||||||
    },
 | 
					const { tableData, total, loading, search, reset, getTableData, handlePageNumChange, handlePageSizeChange } = usePageTable(
 | 
				
			||||||
    pageSize: {
 | 
					    props.pageable,
 | 
				
			||||||
        type: [Number],
 | 
					    props.pageApi,
 | 
				
			||||||
        default: 10,
 | 
					    queryForm,
 | 
				
			||||||
    },
 | 
					    props.beforeQueryFn,
 | 
				
			||||||
    // 查询条件配置
 | 
					    props.dataHandlerFn
 | 
				
			||||||
    query: {
 | 
					);
 | 
				
			||||||
        type: Array<TableQuery>,
 | 
					 | 
				
			||||||
        default: function () {
 | 
					 | 
				
			||||||
            return [];
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    // 绑定的查询表单
 | 
					 | 
				
			||||||
    queryForm: {
 | 
					 | 
				
			||||||
        type: Object,
 | 
					 | 
				
			||||||
        default: function () {
 | 
					 | 
				
			||||||
            return {};
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    pageSizes: [] as any, // 可选每页显示的数据量
 | 
					    pageSizes: [] as any, // 可选每页显示的数据量
 | 
				
			||||||
    pageSize: 10,
 | 
					 | 
				
			||||||
    pageNum: 1,
 | 
					 | 
				
			||||||
    isOpenMoreQuery: false,
 | 
					 | 
				
			||||||
    defaultQueryCount: 2, // 默认显示的查询参数个数,展开后每行显示查询条件个数为该值加1。第一行用最后一列来占用按钮
 | 
					 | 
				
			||||||
    queryForm: {} as any,
 | 
					 | 
				
			||||||
    loadingData: false,
 | 
					 | 
				
			||||||
    // 输入框宽度
 | 
					    // 输入框宽度
 | 
				
			||||||
    inputWidth: "200px" as any,
 | 
					 | 
				
			||||||
    formatVal: '', // 格式化后的值
 | 
					    formatVal: '', // 格式化后的值
 | 
				
			||||||
    tableMaxHeight: window.innerHeight - 240 + 'px',
 | 
					    tableMaxHeight: '500px',
 | 
				
			||||||
})
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const {
 | 
					const { pageSizes, formatVal, tableMaxHeight } = toRefs(state);
 | 
				
			||||||
    pageSizes,
 | 
					 | 
				
			||||||
    isOpenMoreQuery,
 | 
					 | 
				
			||||||
    defaultQueryCount,
 | 
					 | 
				
			||||||
    queryForm,
 | 
					 | 
				
			||||||
    loadingData,
 | 
					 | 
				
			||||||
    inputWidth,
 | 
					 | 
				
			||||||
    formatVal,
 | 
					 | 
				
			||||||
    tableMaxHeight,
 | 
					 | 
				
			||||||
} = toRefs(state)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
watch(() => props.queryForm, (newValue: any) => {
 | 
					watch(tableData, (newValue: any) => {
 | 
				
			||||||
    state.queryForm = newValue;
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
watch(() => props.pageNum, (newValue: any) => {
 | 
					 | 
				
			||||||
    state.pageNum = newValue;
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
watch(() => props.pageSize, (newValue: any) => {
 | 
					 | 
				
			||||||
    state.pageSize = newValue;
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
watch(() => props.data, (newValue: any) => {
 | 
					 | 
				
			||||||
    if (newValue && newValue.length > 0) {
 | 
					    if (newValue && newValue.length > 0) {
 | 
				
			||||||
        props.columns.forEach(item => {
 | 
					        props.columns.forEach((item) => {
 | 
				
			||||||
            if (item.autoWidth && item.show) {
 | 
					            if (item.autoWidth && item.show) {
 | 
				
			||||||
                item.autoCalculateMinWidth(props.data);
 | 
					                item.autoCalculateMinWidth(tableData.value);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        })
 | 
					        });
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
})
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onMounted(() => {
 | 
					watch(isShowSearch, () => {
 | 
				
			||||||
    const pageSize = props.pageSize;
 | 
					    calcuTableHeight();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    state.pageNum = props.pageNum;
 | 
					onMounted(async () => {
 | 
				
			||||||
    state.pageSize = pageSize;
 | 
					    calcuTableHeight();
 | 
				
			||||||
    state.queryForm = props.queryForm;
 | 
					    useEventListener(window, 'resize', calcuTableHeight);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (props.searchItems.length > 0) {
 | 
				
			||||||
 | 
					        nowSearchItem.value = props.searchItems[0];
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    let pageSize = queryForm.value.pageSize;
 | 
				
			||||||
 | 
					    // 如果pageSize设为0,则使用系统全局配置的pageSize
 | 
				
			||||||
 | 
					    if (!pageSize) {
 | 
				
			||||||
 | 
					        pageSize = themeConfig.value.defaultListPageSize;
 | 
				
			||||||
 | 
					        // 可能storage已经存在配置json,则可能没值,需要清storage重试
 | 
				
			||||||
 | 
					        if (!pageSize) {
 | 
				
			||||||
 | 
					            pageSize = 10;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    queryForm.value.pageNum = 1;
 | 
				
			||||||
 | 
					    queryForm.value.pageSize = pageSize;
 | 
				
			||||||
    state.pageSizes = [pageSize, pageSize * 2, pageSize * 3, pageSize * 4, pageSize * 5];
 | 
					    state.pageSizes = [pageSize, pageSize * 2, pageSize * 3, pageSize * 4, pageSize * 5];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 如果没传输入框宽度,则根据组件size设置默认宽度
 | 
					    if (!props.lazy) {
 | 
				
			||||||
    if (!props.inputWidth) {
 | 
					        await getTableData();
 | 
				
			||||||
        state.inputWidth = props.size == 'small' ? '150px' : '200px';
 | 
					 | 
				
			||||||
    } else {
 | 
					 | 
				
			||||||
        state.inputWidth = props.inputWidth;
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
    window.addEventListener('resize', () => {
 | 
					 | 
				
			||||||
        calcuTableHeight();
 | 
					 | 
				
			||||||
    });
 | 
					 | 
				
			||||||
})
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const calcuTableHeight = () => {
 | 
					const calcuTableHeight = () => {
 | 
				
			||||||
    state.tableMaxHeight = window.innerHeight - 240 + 'px';
 | 
					    const headerHeight = isShowSearch.value ? 330 : 250;
 | 
				
			||||||
}
 | 
					    state.tableMaxHeight = window.innerHeight - headerHeight + 'px';
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const formatText = (data: any)=> {
 | 
					const searchFormItemKeyUpEnter = (event: any) => {
 | 
				
			||||||
 | 
					    event.preventDefault();
 | 
				
			||||||
 | 
					    search();
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const formatText = (data: any) => {
 | 
				
			||||||
    state.formatVal = '';
 | 
					    state.formatVal = '';
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
        state.formatVal = JSON.stringify(JSON.parse(data), null, 4);
 | 
					        state.formatVal = JSON.stringify(JSON.parse(data), null, 4);
 | 
				
			||||||
    }  catch (e) {
 | 
					    } catch (e) {
 | 
				
			||||||
        state.formatVal = data;
 | 
					        state.formatVal = data;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					};
 | 
				
			||||||
 | 
					 | 
				
			||||||
const getRowQueryItem = (row: number) => {
 | 
					 | 
				
			||||||
    // 第一行需要加个查询等按钮列
 | 
					 | 
				
			||||||
    if (row === 1) {
 | 
					 | 
				
			||||||
        const res = props.query.slice(row - 1, defaultQueryCount.value);
 | 
					 | 
				
			||||||
        // 查询等按钮列
 | 
					 | 
				
			||||||
        res.push(TableQuery.slot("", "", "queryBtns"));
 | 
					 | 
				
			||||||
        return res
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    const columnCount = defaultQueryCount.value + 1;
 | 
					 | 
				
			||||||
    return props.query.slice((row - 1) * columnCount - 1, row * columnCount - 1);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const handleSelectionChange = (val: any) => {
 | 
					const handleSelectionChange = (val: any) => {
 | 
				
			||||||
    emit('update:selectionData', val);
 | 
					    emit('update:selectionData', val);
 | 
				
			||||||
}
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const handlePageChange = () => {
 | 
					const getData = () => {
 | 
				
			||||||
    emit('update:pageNum', state.pageNum);
 | 
					    return toValue(tableData);
 | 
				
			||||||
    execQuery();
 | 
					};
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const handleSizeChange = () => {
 | 
					defineExpose({
 | 
				
			||||||
    changePageNum(1);
 | 
					    tableRef: tableRef,
 | 
				
			||||||
    emit('update:pageSize', state.pageSize);
 | 
					    search: getTableData,
 | 
				
			||||||
    execQuery();
 | 
					    getData,
 | 
				
			||||||
}
 | 
					});
 | 
				
			||||||
 | 
					 | 
				
			||||||
const queryData = () => {
 | 
					 | 
				
			||||||
    changePageNum(1);
 | 
					 | 
				
			||||||
    execQuery();
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const reset = () => {
 | 
					 | 
				
			||||||
    // 将查询参数绑定的值置空,并重新粗发查询接口
 | 
					 | 
				
			||||||
    for (let qi of props.query) {
 | 
					 | 
				
			||||||
        state.queryForm[qi.prop] = null;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    changePageNum(1);
 | 
					 | 
				
			||||||
    emit('update:queryForm', state.queryForm);
 | 
					 | 
				
			||||||
    execQuery();
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const changePageNum = (pageNum: number) => {
 | 
					 | 
				
			||||||
    state.pageNum = pageNum;
 | 
					 | 
				
			||||||
    emit('update:pageNum', state.pageNum);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const execQuery = () => {
 | 
					 | 
				
			||||||
    emit('pageChange');
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 是否正在加载数据
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
const loading = (loading: boolean) => {
 | 
					 | 
				
			||||||
    state.loadingData = loading;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
defineExpose({ loading })
 | 
					 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
<style scoped lang="scss">
 | 
					<style scoped lang="scss">
 | 
				
			||||||
.page-table {
 | 
					.table-box,
 | 
				
			||||||
    .query {
 | 
					.table-main {
 | 
				
			||||||
        margin-bottom: 10px;
 | 
					    display: flex;
 | 
				
			||||||
        overflow: hidden;
 | 
					    flex: 1;
 | 
				
			||||||
 | 
					    flex-direction: column;
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
 | 
					    height: 100%;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .is-open {
 | 
					    // 表格 header 样式
 | 
				
			||||||
            // padding: 10px 0;
 | 
					    .table-header {
 | 
				
			||||||
            max-height: 200px;
 | 
					        width: 100%;
 | 
				
			||||||
            margin-top: 10px;
 | 
					        .header-button-lf {
 | 
				
			||||||
 | 
					            float: left;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        display: flex;
 | 
					        .header-button-ri {
 | 
				
			||||||
        align-items: flex-start;
 | 
					            float: right;
 | 
				
			||||||
        justify-content: space-between;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .slot {
 | 
					            .tool-button {
 | 
				
			||||||
            display: flex;
 | 
					                display: flex;
 | 
				
			||||||
            justify-content: flex-end;
 | 
					                justify-content: space-between;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            .simple-search-form {
 | 
				
			||||||
 | 
					                margin-right: 10px;
 | 
				
			||||||
 | 
					                display: flex;
 | 
				
			||||||
 | 
					                justify-content: space-between;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                ::v-deep(.el-form-item__content > *) {
 | 
				
			||||||
 | 
					                    width: 100% !important;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                .simple-search-form-label {
 | 
				
			||||||
 | 
					                    text-align: right;
 | 
				
			||||||
 | 
					                    margin-right: 5px;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                .simple-search-form-btn:hover {
 | 
				
			||||||
 | 
					                    color: var(--el-color-primary);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        .el-button {
 | 
				
			||||||
 | 
					            margin-bottom: 10px;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .page {
 | 
					    // el-table 表格样式
 | 
				
			||||||
        margin-top: 10px;
 | 
					    .el-table {
 | 
				
			||||||
 | 
					        flex: 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // 修复 safari 浏览器表格错位 https://github.com/HalseySpicy/Geeker-Admin/issues/83
 | 
				
			||||||
 | 
					        table {
 | 
				
			||||||
 | 
					            width: 100%;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // .el-table__header th {
 | 
				
			||||||
 | 
					        //     height: 45px;
 | 
				
			||||||
 | 
					        //     font-size: 15px;
 | 
				
			||||||
 | 
					        //     font-weight: bold;
 | 
				
			||||||
 | 
					        //     color: var(--el-text-color-primary);
 | 
				
			||||||
 | 
					        //     background: var(--el-fill-color-light);
 | 
				
			||||||
 | 
					        // }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // .el-table__row {
 | 
				
			||||||
 | 
					        //     height: 45px;
 | 
				
			||||||
 | 
					        //     font-size: 14px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        //     .move {
 | 
				
			||||||
 | 
					        //         cursor: move;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        //         .el-icon {
 | 
				
			||||||
 | 
					        //             cursor: move;
 | 
				
			||||||
 | 
					        //         }
 | 
				
			||||||
 | 
					        //     }
 | 
				
			||||||
 | 
					        // }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // 设置 el-table 中 header 文字不换行,并省略
 | 
				
			||||||
 | 
					        .el-table__header .el-table__cell > .cell {
 | 
				
			||||||
 | 
					            // white-space: nowrap;
 | 
				
			||||||
 | 
					            white-space: wrap;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // 解决表格数据为空时样式不居中问题(仅在element-plus中)
 | 
				
			||||||
 | 
					        // .el-table__empty-block {
 | 
				
			||||||
 | 
					        //     position: absolute;
 | 
				
			||||||
 | 
					        //     top: 50%;
 | 
				
			||||||
 | 
					        //     left: 50%;
 | 
				
			||||||
 | 
					        //     transform: translate(-50%, -50%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        //     .table-empty {
 | 
				
			||||||
 | 
					        //         line-height: 30px;
 | 
				
			||||||
 | 
					        //     }
 | 
				
			||||||
 | 
					        // }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // table 中 image 图片样式
 | 
				
			||||||
 | 
					        .table-image {
 | 
				
			||||||
 | 
					            width: 50px;
 | 
				
			||||||
 | 
					            height: 50px;
 | 
				
			||||||
 | 
					            border-radius: 50%;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
::v-deep(.el-form-item__label) {
 | 
					    ::v-deep(.el-form-item__label) {
 | 
				
			||||||
    font-weight: bold;
 | 
					        font-weight: bold;
 | 
				
			||||||
}
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
.el-select-v2 {
 | 
					 | 
				
			||||||
    width: v-bind(inputWidth);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.el-input {
 | 
					 | 
				
			||||||
    width: v-bind(inputWidth);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.el-select {
 | 
					 | 
				
			||||||
    width: v-bind(inputWidth);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.el-date-editor {
 | 
					 | 
				
			||||||
    width: 380px !important;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -121,7 +121,7 @@ export class TableColumn {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 使用标签类型展示该列(用于枚举值友好展示)
 | 
					     * 使用标签类型展示该列(用于枚举值友好展示)
 | 
				
			||||||
     * @param param 枚举对象
 | 
					     * @param param 枚举对象, 如AccountStatusEnum
 | 
				
			||||||
     * @returns this
 | 
					     * @returns this
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    typeTag(param: any): TableColumn {
 | 
					    typeTag(param: any): TableColumn {
 | 
				
			||||||
@@ -242,68 +242,3 @@ export class TableColumn {
 | 
				
			|||||||
        this.minWidth = (flexWidth > 400 ? 400 : flexWidth) + this.addWidth;
 | 
					        this.minWidth = (flexWidth > 400 ? 400 : flexWidth) + this.addWidth;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
export class TableQuery {
 | 
					 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * 属性字段
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    prop: string;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * 显示表头
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    label: string;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * 查询类型,text、select、date
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    type: string;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * select可选值
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    options: any;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * 插槽名
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    slot: string;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    constructor(prop: string, label: string) {
 | 
					 | 
				
			||||||
        this.prop = prop;
 | 
					 | 
				
			||||||
        this.label = label;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    static new(prop: string, label: string): TableQuery {
 | 
					 | 
				
			||||||
        return new TableQuery(prop, label);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    static text(prop: string, label: string): TableQuery {
 | 
					 | 
				
			||||||
        const tq = new TableQuery(prop, label);
 | 
					 | 
				
			||||||
        tq.type = 'text';
 | 
					 | 
				
			||||||
        return tq;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    static select(prop: string, label: string): TableQuery {
 | 
					 | 
				
			||||||
        const tq = new TableQuery(prop, label);
 | 
					 | 
				
			||||||
        tq.type = 'select';
 | 
					 | 
				
			||||||
        return tq;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    static date(prop: string, label: string): TableQuery {
 | 
					 | 
				
			||||||
        const tq = new TableQuery(prop, label);
 | 
					 | 
				
			||||||
        tq.type = 'date';
 | 
					 | 
				
			||||||
        return tq;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    static slot(prop: string, label: string, slotName: string): TableQuery {
 | 
					 | 
				
			||||||
        const tq = new TableQuery(prop, label);
 | 
					 | 
				
			||||||
        tq.slot = slotName;
 | 
					 | 
				
			||||||
        return tq;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    setOptions(options: any): TableQuery {
 | 
					 | 
				
			||||||
        this.options = options;
 | 
					 | 
				
			||||||
        return this;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,6 +19,7 @@ import { ref, nextTick, reactive, onMounted, onBeforeUnmount, watch } from 'vue'
 | 
				
			|||||||
import TerminalSearch from './TerminalSearch.vue';
 | 
					import TerminalSearch from './TerminalSearch.vue';
 | 
				
			||||||
import { debounce } from 'lodash';
 | 
					import { debounce } from 'lodash';
 | 
				
			||||||
import { TerminalStatus } from './common';
 | 
					import { TerminalStatus } from './common';
 | 
				
			||||||
 | 
					import { useEventListener } from '@vueuse/core';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = defineProps({
 | 
					const props = defineProps({
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
@@ -144,10 +145,8 @@ const onConnected = () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    state.status = TerminalStatus.Connected;
 | 
					    state.status = TerminalStatus.Connected;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // resize
 | 
					 | 
				
			||||||
    sendResize(term.cols, term.rows);
 | 
					 | 
				
			||||||
    // 注册窗口大小监听器
 | 
					    // 注册窗口大小监听器
 | 
				
			||||||
    window.addEventListener('resize', debounce(fitTerminal, 400));
 | 
					    useEventListener('resize', debounce(fitTerminal, 400));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    focus();
 | 
					    focus();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -180,7 +179,8 @@ const clear = () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
function initSocket() {
 | 
					function initSocket() {
 | 
				
			||||||
    if (props.socketUrl) {
 | 
					    if (props.socketUrl) {
 | 
				
			||||||
        socket = new WebSocket(props.socketUrl);
 | 
					        let socketUrl = `${props.socketUrl}&rows=${term?.rows}&cols=${term?.cols}`;
 | 
				
			||||||
 | 
					        socket = new WebSocket(socketUrl);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 监听socket连接
 | 
					    // 监听socket连接
 | 
				
			||||||
@@ -197,8 +197,6 @@ function initSocket() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    socket.onclose = (e: CloseEvent) => {
 | 
					    socket.onclose = (e: CloseEvent) => {
 | 
				
			||||||
        console.log('terminal socket close...', e.reason);
 | 
					        console.log('terminal socket close...', e.reason);
 | 
				
			||||||
        // 关闭窗口大小监听器
 | 
					 | 
				
			||||||
        window.removeEventListener('resize', debounce(fitTerminal, 100));
 | 
					 | 
				
			||||||
        // 清除 ping
 | 
					        // 清除 ping
 | 
				
			||||||
        pingInterval && clearInterval(pingInterval);
 | 
					        pingInterval && clearInterval(pingInterval);
 | 
				
			||||||
        state.status = TerminalStatus.Disconnected;
 | 
					        state.status = TerminalStatus.Disconnected;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -58,7 +58,7 @@
 | 
				
			|||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </template>
 | 
					                </template>
 | 
				
			||||||
                <div class="terminal-wrapper" :style="{ height: `calc(100vh - ${openTerminal.fullscreen ? '47px' : '200px'})` }">
 | 
					                <div class="terminal-wrapper" :style="{ height: `calc(100vh - ${openTerminal.fullscreen ? '49px' : '200px'})` }">
 | 
				
			||||||
                    <TerminalBody
 | 
					                    <TerminalBody
 | 
				
			||||||
                        @status-change="terminalStatusChange(openTerminal.terminalId, $event)"
 | 
					                        @status-change="terminalStatusChange(openTerminal.terminalId, $event)"
 | 
				
			||||||
                        :ref="(el) => setTerminalRef(el, openTerminal.terminalId)"
 | 
					                        :ref="(el) => setTerminalRef(el, openTerminal.terminalId)"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										126
									
								
								mayfly_go_web/src/hooks/usePageTable.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										126
									
								
								mayfly_go_web/src/hooks/usePageTable.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,126 @@
 | 
				
			|||||||
 | 
					import Api from '@/common/Api';
 | 
				
			||||||
 | 
					import { isReactive, reactive, toRefs, toValue } from 'vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * @description table 页面操作方法封装
 | 
				
			||||||
 | 
					 * @param pageable 是否为分页获取
 | 
				
			||||||
 | 
					 * @param {Api} api 获取表格数据 api  (必传)
 | 
				
			||||||
 | 
					 * @param {Object} param 获取数据请求参数 (非必传,默认为{pageNum: 1, pageSize: 10})
 | 
				
			||||||
 | 
					 * @param {Function} dataCallBack 对api请求返回的数据进行处理的回调方法 (非必传)
 | 
				
			||||||
 | 
					 * */
 | 
				
			||||||
 | 
					export const usePageTable = (
 | 
				
			||||||
 | 
					    pageable: boolean = true,
 | 
				
			||||||
 | 
					    api?: Api,
 | 
				
			||||||
 | 
					    params: any = {
 | 
				
			||||||
 | 
					        // 当前页数
 | 
				
			||||||
 | 
					        pageNum: 1,
 | 
				
			||||||
 | 
					        // 每页显示条数
 | 
				
			||||||
 | 
					        pageSize: 10,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    beforeQueryFn?: (params: any) => any,
 | 
				
			||||||
 | 
					    dataCallBack?: (data: any) => any
 | 
				
			||||||
 | 
					) => {
 | 
				
			||||||
 | 
					    const state = reactive({
 | 
				
			||||||
 | 
					        // 表格数据
 | 
				
			||||||
 | 
					        tableData: [],
 | 
				
			||||||
 | 
					        // 总数量
 | 
				
			||||||
 | 
					        total: 0,
 | 
				
			||||||
 | 
					        // 查询参数,包含分页参数
 | 
				
			||||||
 | 
					        searchParams: params,
 | 
				
			||||||
 | 
					        loading: false,
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * @description 获取表格数据
 | 
				
			||||||
 | 
					     * @return void
 | 
				
			||||||
 | 
					     * */
 | 
				
			||||||
 | 
					    const getTableData = async () => {
 | 
				
			||||||
 | 
					        if (!api) return;
 | 
				
			||||||
 | 
					        try {
 | 
				
			||||||
 | 
					            state.loading = true;
 | 
				
			||||||
 | 
					            let sp = toValue(state.searchParams);
 | 
				
			||||||
 | 
					            if (beforeQueryFn) {
 | 
				
			||||||
 | 
					                sp = beforeQueryFn(sp);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                if (isReactive(state.searchParams)) {
 | 
				
			||||||
 | 
					                    state.searchParams.value = sp;
 | 
				
			||||||
 | 
					                } else {
 | 
				
			||||||
 | 
					                    state.searchParams = sp;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            let res = await api.request(sp);
 | 
				
			||||||
 | 
					            dataCallBack && (res = await dataCallBack(res));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            if (pageable) {
 | 
				
			||||||
 | 
					                state.tableData = res.list;
 | 
				
			||||||
 | 
					                state.total = res.total;
 | 
				
			||||||
 | 
					            } else {
 | 
				
			||||||
 | 
					                state.tableData = res;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        } finally {
 | 
				
			||||||
 | 
					            state.loading = false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    const setPageNum = (pageNum: number) => {
 | 
				
			||||||
 | 
					        if (!pageable) {
 | 
				
			||||||
 | 
					            return;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        state.searchParams.pageNum = pageNum;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * @description 表格数据查询(pageNum = 1)
 | 
				
			||||||
 | 
					     * @return void
 | 
				
			||||||
 | 
					     * */
 | 
				
			||||||
 | 
					    const search = () => {
 | 
				
			||||||
 | 
					        setPageNum(1);
 | 
				
			||||||
 | 
					        getTableData();
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * @description 表格数据重置(pageNum = 1),除分页相关参数外其他查询参数置为空
 | 
				
			||||||
 | 
					     * @return void
 | 
				
			||||||
 | 
					     * */
 | 
				
			||||||
 | 
					    const reset = () => {
 | 
				
			||||||
 | 
					        setPageNum(1);
 | 
				
			||||||
 | 
					        for (let prop of Object.keys(state.searchParams)) {
 | 
				
			||||||
 | 
					            if (prop == 'pageNum' || prop == 'pageSize') {
 | 
				
			||||||
 | 
					                continue;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            state.searchParams[prop] = null;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        getTableData();
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * @description 每页条数改变
 | 
				
			||||||
 | 
					     * @param {Number} val 当前条数
 | 
				
			||||||
 | 
					     * @return void
 | 
				
			||||||
 | 
					     * */
 | 
				
			||||||
 | 
					    const handlePageSizeChange = (val: number) => {
 | 
				
			||||||
 | 
					        setPageNum(1);
 | 
				
			||||||
 | 
					        state.searchParams.pageSize = val;
 | 
				
			||||||
 | 
					        getTableData();
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * @description 当前页改变
 | 
				
			||||||
 | 
					     * @param {Number} val 当前页
 | 
				
			||||||
 | 
					     * @return void
 | 
				
			||||||
 | 
					     * */
 | 
				
			||||||
 | 
					    const handlePageNumChange = (val: number) => {
 | 
				
			||||||
 | 
					        state.searchParams.pageNum = val;
 | 
				
			||||||
 | 
					        getTableData();
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    return {
 | 
				
			||||||
 | 
					        ...toRefs(state),
 | 
				
			||||||
 | 
					        getTableData,
 | 
				
			||||||
 | 
					        search,
 | 
				
			||||||
 | 
					        reset,
 | 
				
			||||||
 | 
					        handlePageSizeChange,
 | 
				
			||||||
 | 
					        handlePageNumChange,
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
							
								
								
									
										147
									
								
								mayfly_go_web/src/hooks/useRequest.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										147
									
								
								mayfly_go_web/src/hooks/useRequest.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,147 @@
 | 
				
			|||||||
 | 
					import router from '@/router';
 | 
				
			||||||
 | 
					import { getClientId, getToken } from '@/common/utils/storage';
 | 
				
			||||||
 | 
					import { templateResolve } from '@/common/utils/string';
 | 
				
			||||||
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					import { createFetch } from '@vueuse/core';
 | 
				
			||||||
 | 
					import Api from '@/common/Api';
 | 
				
			||||||
 | 
					import { Result, ResultEnum } from '@/common/request';
 | 
				
			||||||
 | 
					import config from '@/common/config';
 | 
				
			||||||
 | 
					import { unref } from 'vue';
 | 
				
			||||||
 | 
					import { URL_401 } from '@/router/staticRouter';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const baseUrl: string = config.baseApiUrl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const useCustomFetch = createFetch({
 | 
				
			||||||
 | 
					    baseUrl: baseUrl,
 | 
				
			||||||
 | 
					    combination: 'chain',
 | 
				
			||||||
 | 
					    options: {
 | 
				
			||||||
 | 
					        immediate: false,
 | 
				
			||||||
 | 
					        timeout: 60000,
 | 
				
			||||||
 | 
					        // beforeFetch in pre-configured instance will only run when the newly spawned instance do not pass beforeFetch
 | 
				
			||||||
 | 
					        async beforeFetch({ options }) {
 | 
				
			||||||
 | 
					            const token = getToken();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            const headers = new Headers(options.headers || {});
 | 
				
			||||||
 | 
					            if (token) {
 | 
				
			||||||
 | 
					                headers.set('Authorization', token);
 | 
				
			||||||
 | 
					                headers.set('ClientId', getClientId());
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            headers.set('Content-Type', 'application/json');
 | 
				
			||||||
 | 
					            options.headers = headers;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            return { options };
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        async afterFetch(ctx) {
 | 
				
			||||||
 | 
					            const result: Result = await ctx.response.json();
 | 
				
			||||||
 | 
					            ctx.data = result;
 | 
				
			||||||
 | 
					            return ctx;
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export function useApiFetch<T>(api: Api, params: any = null, reqOptions: RequestInit = {}) {
 | 
				
			||||||
 | 
					    const uaf = useCustomFetch<T>(api.url, {
 | 
				
			||||||
 | 
					        beforeFetch({ url, options }) {
 | 
				
			||||||
 | 
					            options.method = api.method;
 | 
				
			||||||
 | 
					            if (!params) {
 | 
				
			||||||
 | 
					                return;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            let paramsValue = unref(params);
 | 
				
			||||||
 | 
					            if (api.beforeHandler) {
 | 
				
			||||||
 | 
					                paramsValue = api.beforeHandler(paramsValue);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            let apiUrl = url;
 | 
				
			||||||
 | 
					            // 简单判断该url是否是restful风格
 | 
				
			||||||
 | 
					            if (apiUrl.indexOf('{') != -1) {
 | 
				
			||||||
 | 
					                apiUrl = templateResolve(apiUrl, paramsValue);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            if (paramsValue) {
 | 
				
			||||||
 | 
					                const method = options.method?.toLowerCase();
 | 
				
			||||||
 | 
					                // post和put使用json格式传参
 | 
				
			||||||
 | 
					                if (method === 'post' || method === 'put') {
 | 
				
			||||||
 | 
					                    options.body = JSON.stringify(paramsValue);
 | 
				
			||||||
 | 
					                } else {
 | 
				
			||||||
 | 
					                    const searchParam = new URLSearchParams();
 | 
				
			||||||
 | 
					                    Object.keys(paramsValue).forEach((key) => {
 | 
				
			||||||
 | 
					                        const val = paramsValue[key];
 | 
				
			||||||
 | 
					                        if (val) {
 | 
				
			||||||
 | 
					                            searchParam.append(key, val);
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    });
 | 
				
			||||||
 | 
					                    apiUrl = `${apiUrl}?${searchParam.toString()}`;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            return {
 | 
				
			||||||
 | 
					                url: apiUrl,
 | 
				
			||||||
 | 
					                options: {
 | 
				
			||||||
 | 
					                    ...options,
 | 
				
			||||||
 | 
					                    ...reqOptions,
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					            };
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    return {
 | 
				
			||||||
 | 
					        execute: async function () {
 | 
				
			||||||
 | 
					            try {
 | 
				
			||||||
 | 
					                await uaf.execute(true);
 | 
				
			||||||
 | 
					            } catch (e: any) {
 | 
				
			||||||
 | 
					                const rejectPromise = Promise.reject(e);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                if (e?.name == 'AbortError') {
 | 
				
			||||||
 | 
					                    console.log('请求已取消');
 | 
				
			||||||
 | 
					                    return rejectPromise;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                const respStatus = uaf.response.value?.status;
 | 
				
			||||||
 | 
					                if (respStatus == 404) {
 | 
				
			||||||
 | 
					                    ElMessage.error('请求接口不存在');
 | 
				
			||||||
 | 
					                    return rejectPromise;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                if (respStatus == 500) {
 | 
				
			||||||
 | 
					                    ElMessage.error('服务器响应异常');
 | 
				
			||||||
 | 
					                    return rejectPromise;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                console.error(e);
 | 
				
			||||||
 | 
					                ElMessage.error('网络请求错误');
 | 
				
			||||||
 | 
					                return rejectPromise;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            const result: Result = uaf.data.value as any;
 | 
				
			||||||
 | 
					            if (!result) {
 | 
				
			||||||
 | 
					                ElMessage.error('网络请求失败');
 | 
				
			||||||
 | 
					                return Promise.reject(result);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // 如果返回为成功结果,则将结果的data赋值给响应式data
 | 
				
			||||||
 | 
					            if (result.code === ResultEnum.SUCCESS) {
 | 
				
			||||||
 | 
					                uaf.data.value = result.data;
 | 
				
			||||||
 | 
					                return;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // 如果提示没有权限,则跳转至无权限页面
 | 
				
			||||||
 | 
					            if (result.code === ResultEnum.NO_PERMISSION) {
 | 
				
			||||||
 | 
					                router.push({
 | 
				
			||||||
 | 
					                    path: URL_401,
 | 
				
			||||||
 | 
					                });
 | 
				
			||||||
 | 
					                return Promise.reject(result);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // 如果返回的code不为成功,则会返回对应的错误msg,则直接统一通知即可。忽略登录超时或没有权限的提示(直接跳转至401页面)
 | 
				
			||||||
 | 
					            if (result.msg && result?.code != ResultEnum.NO_PERMISSION) {
 | 
				
			||||||
 | 
					                ElMessage.error(result.msg);
 | 
				
			||||||
 | 
					                uaf.error.value = new Error(result.msg);
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            return Promise.reject(result);
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        isFetching: uaf.isFetching,
 | 
				
			||||||
 | 
					        data: uaf.data,
 | 
				
			||||||
 | 
					        abort: uaf.abort,
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -1,26 +1,22 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <el-main class="layout-main">
 | 
					    <el-main class="layout-main">
 | 
				
			||||||
        <el-scrollbar
 | 
					        <el-scrollbar ref="layoutScrollbarRef" v-show="!state.currentRouteMeta.link && state.currentRouteMeta.linkType != 1">
 | 
				
			||||||
            class="layout-scrollbar"
 | 
					 | 
				
			||||||
            ref="layoutScrollbarRef"
 | 
					 | 
				
			||||||
            v-show="!state.currentRouteMeta.link && state.currentRouteMeta.linkType != 1"
 | 
					 | 
				
			||||||
            :style="{ minHeight: `calc(100vh - ${state.headerHeight}` }"
 | 
					 | 
				
			||||||
        >
 | 
					 | 
				
			||||||
            <LayoutParentView />
 | 
					            <LayoutParentView />
 | 
				
			||||||
            <Footer v-if="themeConfig.isFooter" />
 | 
					 | 
				
			||||||
        </el-scrollbar>
 | 
					        </el-scrollbar>
 | 
				
			||||||
        <Link
 | 
					
 | 
				
			||||||
            :style="{ height: `calc(100vh - ${state.headerHeight}` }"
 | 
					        <Link class="h100" :meta="state.currentRouteMeta" v-if="state.currentRouteMeta.link && state.currentRouteMeta.linkType == 2" />
 | 
				
			||||||
            :meta="state.currentRouteMeta"
 | 
					
 | 
				
			||||||
            v-if="state.currentRouteMeta.link && state.currentRouteMeta.linkType == 2"
 | 
					 | 
				
			||||||
        />
 | 
					 | 
				
			||||||
        <Iframes
 | 
					        <Iframes
 | 
				
			||||||
            :style="{ height: `calc(100vh - ${state.headerHeight}` }"
 | 
					            class="h100"
 | 
				
			||||||
            :meta="state.currentRouteMeta"
 | 
					            :meta="state.currentRouteMeta"
 | 
				
			||||||
            v-if="state.currentRouteMeta.link && state.currentRouteMeta.linkType == 1 && state.isShowLink"
 | 
					            v-if="state.currentRouteMeta.link && state.currentRouteMeta.linkType == 1 && state.isShowLink"
 | 
				
			||||||
            @getCurrentRouteMeta="onGetCurrentRouteMeta"
 | 
					            @getCurrentRouteMeta="onGetCurrentRouteMeta"
 | 
				
			||||||
        />
 | 
					        />
 | 
				
			||||||
    </el-main>
 | 
					    </el-main>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <el-footer v-if="themeConfig.isFooter">
 | 
				
			||||||
 | 
					        <Footer />
 | 
				
			||||||
 | 
					    </el-footer>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script setup lang="ts" name="layoutMain">
 | 
					<script setup lang="ts" name="layoutMain">
 | 
				
			||||||
@@ -57,7 +53,7 @@ const initCurrentRouteMeta = (meta: object) => {
 | 
				
			|||||||
// 设置 main 的高度
 | 
					// 设置 main 的高度
 | 
				
			||||||
const initHeaderHeight = () => {
 | 
					const initHeaderHeight = () => {
 | 
				
			||||||
    let { isTagsview } = themeConfig.value;
 | 
					    let { isTagsview } = themeConfig.value;
 | 
				
			||||||
    if (isTagsview) return (state.headerHeight = `84px`);
 | 
					    if (isTagsview) return (state.headerHeight = `77px`);
 | 
				
			||||||
    else return (state.headerHeight = `50px`);
 | 
					    else return (state.headerHeight = `50px`);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
// 页面加载前
 | 
					// 页面加载前
 | 
				
			||||||
@@ -67,7 +63,7 @@ onBeforeMount(() => {
 | 
				
			|||||||
});
 | 
					});
 | 
				
			||||||
// 监听 themeConfig 配置文件的变化,更新菜单 el-scrollbar 的高度
 | 
					// 监听 themeConfig 配置文件的变化,更新菜单 el-scrollbar 的高度
 | 
				
			||||||
watch(themeConfig.value, (val) => {
 | 
					watch(themeConfig.value, (val) => {
 | 
				
			||||||
    state.headerHeight = val.isTagsview ? '84px' : '50px';
 | 
					    state.headerHeight = val.isTagsview ? '77px' : '50px';
 | 
				
			||||||
    if (val.isFixedHeaderChange !== val.isFixedHeader) {
 | 
					    if (val.isFixedHeaderChange !== val.isFixedHeader) {
 | 
				
			||||||
        if (!proxy.$refs.layoutScrollbarRef) return false;
 | 
					        if (!proxy.$refs.layoutScrollbarRef) return false;
 | 
				
			||||||
        proxy.$refs.layoutScrollbarRef.update();
 | 
					        proxy.$refs.layoutScrollbarRef.update();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,7 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="layout-footer mt15" v-show="isDelayFooter">
 | 
					    <div class="layout-footer flex-all-center" v-show="isDelayFooter">
 | 
				
			||||||
        <div class="layout-footer-warp">
 | 
					        <div class="layout-footer-warp">
 | 
				
			||||||
            <div>Made by mayfly with ❤️</div>
 | 
					            <div>Made by mayfly-go with ❤️</div>
 | 
				
			||||||
            <div class="mt5">mayfly-go</div>
 | 
					 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
@@ -32,13 +31,14 @@ export default {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<style scoped lang="scss">
 | 
					<style scoped lang="scss">
 | 
				
			||||||
.layout-footer {
 | 
					.layout-footer {
 | 
				
			||||||
    width: 100%;
 | 
					    height: 30px;
 | 
				
			||||||
    display: flex;
 | 
					    background-color: var(--el-bg-color);
 | 
				
			||||||
    &-warp {
 | 
					    border-top: 1px solid var(--el-border-color-light);
 | 
				
			||||||
        margin: auto;
 | 
					    .layout-footer-warp {
 | 
				
			||||||
        color: #9e9e9e;
 | 
					        font-size: 14px;
 | 
				
			||||||
        text-align: center;
 | 
					        color: var(--el-text-color-secondary);
 | 
				
			||||||
        animation: logoAnimation 0.3s ease-in-out;
 | 
					        text-decoration: none;
 | 
				
			||||||
 | 
					        letter-spacing: 0.5px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="layout-logo" v-if="setShowLogo" @click="onThemeConfigChange">
 | 
					    <div class="layout-logo" v-if="setShowLogo" @click="onThemeConfigChange">
 | 
				
			||||||
        <img src="@/assets/image/logo.svg" class="layout-logo-medium-img" />
 | 
					        <img :src="themeConfig.logoIcon" class="layout-logo-medium-img" />
 | 
				
			||||||
        <span>
 | 
					        <span>
 | 
				
			||||||
            {{ `${themeConfig.globalTitle}` }}
 | 
					            {{ `${themeConfig.globalTitle}` }}
 | 
				
			||||||
            <sub
 | 
					            <sub
 | 
				
			||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
        </span>
 | 
					        </span>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="layout-logo-size" v-else @click="onThemeConfigChange">
 | 
					    <div class="layout-logo-size" v-else @click="onThemeConfigChange">
 | 
				
			||||||
        <img src="@/assets/image/logo.svg" class="layout-logo-size-img" />
 | 
					        <img :src="themeConfig.logoIcon" class="layout-logo-size-img" />
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,23 +15,15 @@
 | 
				
			|||||||
    </el-container>
 | 
					    </el-container>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts" setup name="layoutColumns">
 | 
				
			||||||
import { computed } from 'vue';
 | 
					import { computed } from 'vue';
 | 
				
			||||||
import Aside from '@/layout/component/aside.vue';
 | 
					import Aside from '@/layout/component/aside.vue';
 | 
				
			||||||
import Header from '@/layout/component/header.vue';
 | 
					import Header from '@/layout/component/header.vue';
 | 
				
			||||||
import Main from '@/layout/component/main.vue';
 | 
					import Main from '@/layout/component/main.vue';
 | 
				
			||||||
import ColumnsAside from '@/layout/component/columnsAside.vue';
 | 
					import ColumnsAside from '@/layout/component/columnsAside.vue';
 | 
				
			||||||
import { useThemeConfig } from '@/store/themeConfig';
 | 
					import { useThemeConfig } from '@/store/themeConfig';
 | 
				
			||||||
export default {
 | 
					
 | 
				
			||||||
    name: 'layoutColumns',
 | 
					const isFixedHeader = computed(() => {
 | 
				
			||||||
    components: { Aside, Header, Main, ColumnsAside },
 | 
					    return useThemeConfig().themeConfig.isFixedHeader;
 | 
				
			||||||
    setup() {
 | 
					});
 | 
				
			||||||
        const isFixedHeader = computed(() => {
 | 
					 | 
				
			||||||
            return useThemeConfig().themeConfig.isFixedHeader;
 | 
					 | 
				
			||||||
        });
 | 
					 | 
				
			||||||
        return {
 | 
					 | 
				
			||||||
            isFixedHeader,
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,32 +12,26 @@
 | 
				
			|||||||
    </el-container>
 | 
					    </el-container>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts" setup name="layoutDefaults">
 | 
				
			||||||
import { computed, getCurrentInstance, watch } from 'vue';
 | 
					import { computed, getCurrentInstance, watch } from 'vue';
 | 
				
			||||||
import { useRoute } from 'vue-router';
 | 
					import { useRoute } from 'vue-router';
 | 
				
			||||||
import Aside from '@/layout/component/aside.vue';
 | 
					import Aside from '@/layout/component/aside.vue';
 | 
				
			||||||
import Header from '@/layout/component/header.vue';
 | 
					import Header from '@/layout/component/header.vue';
 | 
				
			||||||
import Main from '@/layout/component/main.vue';
 | 
					import Main from '@/layout/component/main.vue';
 | 
				
			||||||
import { useThemeConfig } from '@/store/themeConfig';
 | 
					import { useThemeConfig } from '@/store/themeConfig';
 | 
				
			||||||
export default {
 | 
					
 | 
				
			||||||
    name: 'layoutDefaults',
 | 
					const { proxy } = getCurrentInstance() as any;
 | 
				
			||||||
    components: { Aside, Header, Main },
 | 
					const route = useRoute();
 | 
				
			||||||
    setup() {
 | 
					const isFixedHeader = computed(() => {
 | 
				
			||||||
        const { proxy } = getCurrentInstance() as any;
 | 
					    return useThemeConfig().themeConfig.isFixedHeader;
 | 
				
			||||||
        const route = useRoute();
 | 
					});
 | 
				
			||||||
        const isFixedHeader = computed(() => {
 | 
					// 监听路由的变化
 | 
				
			||||||
            return useThemeConfig().themeConfig.isFixedHeader;
 | 
					watch(
 | 
				
			||||||
        });
 | 
					    () => route.path,
 | 
				
			||||||
        // 监听路由的变化
 | 
					    () => {
 | 
				
			||||||
        watch(
 | 
					        try {
 | 
				
			||||||
            () => route.path,
 | 
					            proxy.$refs.layoutScrollbarRef.wrapRef.scrollTop = 0;
 | 
				
			||||||
            () => {
 | 
					        } catch (e) {}
 | 
				
			||||||
                proxy.$refs.layoutScrollbarRef.wrapRef.scrollTop = 0;
 | 
					    }
 | 
				
			||||||
            }
 | 
					);
 | 
				
			||||||
        );
 | 
					 | 
				
			||||||
        return {
 | 
					 | 
				
			||||||
            isFixedHeader,
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,11 +6,7 @@
 | 
				
			|||||||
    </el-container>
 | 
					    </el-container>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts" setup name="layoutTransverse">
 | 
				
			||||||
import Header from '@/layout/component/header.vue';
 | 
					import Header from '@/layout/component/header.vue';
 | 
				
			||||||
import Main from '@/layout/component/main.vue';
 | 
					import Main from '@/layout/component/main.vue';
 | 
				
			||||||
export default {
 | 
					 | 
				
			||||||
    name: 'layoutTransverse',
 | 
					 | 
				
			||||||
    components: { Header, Main },
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -61,6 +61,24 @@
 | 
				
			|||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                <!-- 全局设置 -->
 | 
				
			||||||
 | 
					                <el-divider content-position="left">全局设置</el-divider>
 | 
				
			||||||
 | 
					                <div class="layout-breadcrumb-seting-bar-flex mt15">
 | 
				
			||||||
 | 
					                    <div class="layout-breadcrumb-seting-bar-flex-label">分页size</div>
 | 
				
			||||||
 | 
					                    <div class="layout-breadcrumb-seting-bar-flex-value">
 | 
				
			||||||
 | 
					                        <el-input-number
 | 
				
			||||||
 | 
					                            v-model="themeConfig.defaultListPageSize"
 | 
				
			||||||
 | 
					                            controls-position="right"
 | 
				
			||||||
 | 
					                            :min="10"
 | 
				
			||||||
 | 
					                            :max="50"
 | 
				
			||||||
 | 
					                            @change="setLocalThemeConfig"
 | 
				
			||||||
 | 
					                            size="small"
 | 
				
			||||||
 | 
					                            style="width: 90px"
 | 
				
			||||||
 | 
					                        >
 | 
				
			||||||
 | 
					                        </el-input-number>
 | 
				
			||||||
 | 
					                    </div>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <!-- 全局主题 -->
 | 
					                <!-- 全局主题 -->
 | 
				
			||||||
                <el-divider content-position="left">全局主题</el-divider>
 | 
					                <el-divider content-position="left">全局主题</el-divider>
 | 
				
			||||||
                <div class="layout-breadcrumb-seting-bar-flex">
 | 
					                <div class="layout-breadcrumb-seting-bar-flex">
 | 
				
			||||||
@@ -578,7 +596,7 @@ const openDrawer = () => {
 | 
				
			|||||||
    themeConfig.value.isDrawer = true;
 | 
					    themeConfig.value.isDrawer = true;
 | 
				
			||||||
    nextTick(() => {
 | 
					    nextTick(() => {
 | 
				
			||||||
        // 初始化复制功能,防止点击两次才可以复制
 | 
					        // 初始化复制功能,防止点击两次才可以复制
 | 
				
			||||||
        onCopyConfigClick(copyConfigBtnRef.value.$el);
 | 
					        onCopyConfigClick(copyConfigBtnRef.value?.$el);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
// 触发 store 布局配置更新
 | 
					// 触发 store 布局配置更新
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,8 @@
 | 
				
			|||||||
    <div class="layout-navbars-breadcrumb-user" :style="{ flex: layoutUserFlexNum }">
 | 
					    <div class="layout-navbars-breadcrumb-user" :style="{ flex: layoutUserFlexNum }">
 | 
				
			||||||
        <div class="layout-navbars-breadcrumb-user-icon">
 | 
					        <div class="layout-navbars-breadcrumb-user-icon">
 | 
				
			||||||
            <el-switch
 | 
					            <el-switch
 | 
				
			||||||
                @change="switchDark(state.isDark)"
 | 
					                @change="switchDark()"
 | 
				
			||||||
                v-model="state.isDark"
 | 
					                v-model="isDark"
 | 
				
			||||||
                active-action-icon="Moon"
 | 
					                active-action-icon="Moon"
 | 
				
			||||||
                inactive-action-icon="Sunny"
 | 
					                inactive-action-icon="Sunny"
 | 
				
			||||||
                style="--el-switch-off-color: #c4c9c4; --el-switch-on-color: #2c2c2c"
 | 
					                style="--el-switch-off-color: #c4c9c4; --el-switch-on-color: #2c2c2c"
 | 
				
			||||||
@@ -75,7 +75,7 @@
 | 
				
			|||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script setup lang="ts" name="layoutBreadcrumbUser">
 | 
					<script setup lang="ts" name="layoutBreadcrumbUser">
 | 
				
			||||||
import { ref, computed, reactive, onMounted } from 'vue';
 | 
					import { ref, computed, reactive, onMounted, watch } from 'vue';
 | 
				
			||||||
import { useRouter } from 'vue-router';
 | 
					import { useRouter } from 'vue-router';
 | 
				
			||||||
import { ElMessageBox, ElMessage } from 'element-plus';
 | 
					import { ElMessageBox, ElMessage } from 'element-plus';
 | 
				
			||||||
import screenfull from 'screenfull';
 | 
					import screenfull from 'screenfull';
 | 
				
			||||||
@@ -83,17 +83,17 @@ import { resetRoute } from '@/router/index';
 | 
				
			|||||||
import { storeToRefs } from 'pinia';
 | 
					import { storeToRefs } from 'pinia';
 | 
				
			||||||
import { useUserInfo } from '@/store/userInfo';
 | 
					import { useUserInfo } from '@/store/userInfo';
 | 
				
			||||||
import { useThemeConfig } from '@/store/themeConfig';
 | 
					import { useThemeConfig } from '@/store/themeConfig';
 | 
				
			||||||
import { clearSession, removeLocal } from '@/common/utils/storage';
 | 
					import { clearSession } from '@/common/utils/storage';
 | 
				
			||||||
import UserNews from '@/layout/navBars/breadcrumb/userNews.vue';
 | 
					import UserNews from '@/layout/navBars/breadcrumb/userNews.vue';
 | 
				
			||||||
import SearchMenu from '@/layout/navBars/breadcrumb/search.vue';
 | 
					import SearchMenu from '@/layout/navBars/breadcrumb/search.vue';
 | 
				
			||||||
import mittBus from '@/common/utils/mitt';
 | 
					import mittBus from '@/common/utils/mitt';
 | 
				
			||||||
import openApi from '@/common/openApi';
 | 
					import openApi from '@/common/openApi';
 | 
				
			||||||
import { saveThemeConfig, getThemeConfig } from '@/common/utils/storage';
 | 
					import { saveThemeConfig, getThemeConfig } from '@/common/utils/storage';
 | 
				
			||||||
 | 
					import { useDark, usePreferredDark } from '@vueuse/core';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const router = useRouter();
 | 
					const router = useRouter();
 | 
				
			||||||
const searchRef = ref();
 | 
					const searchRef = ref();
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    isDark: false,
 | 
					 | 
				
			||||||
    isScreenfull: false,
 | 
					    isScreenfull: false,
 | 
				
			||||||
    isShowUserNewsPopover: false,
 | 
					    isShowUserNewsPopover: false,
 | 
				
			||||||
    disabledI18n: 'zh-cn',
 | 
					    disabledI18n: 'zh-cn',
 | 
				
			||||||
@@ -165,8 +165,21 @@ const onHandleCommandClick = (path: string) => {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const switchDark = (isDark: boolean) => {
 | 
					const isDark = useDark();
 | 
				
			||||||
    themeConfigStore.switchDark(isDark);
 | 
					const preDark = usePreferredDark();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(preDark, (newValue) => {
 | 
				
			||||||
 | 
					    isDark.value = newValue;
 | 
				
			||||||
 | 
					    switchDark();
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const switchDark = () => {
 | 
				
			||||||
 | 
					    themeConfig.value.isDark = isDark.value;
 | 
				
			||||||
 | 
					    if (isDark.value) {
 | 
				
			||||||
 | 
					        themeConfig.value.editorTheme = 'vs-dark';
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        themeConfig.value.editorTheme = 'vs';
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
    saveThemeConfig(themeConfig.value);
 | 
					    saveThemeConfig(themeConfig.value);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -176,14 +189,14 @@ const onSearchClick = () => {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 组件大小改变
 | 
					// 组件大小改变
 | 
				
			||||||
const onComponentSizeChange = (size: string) => {
 | 
					// const onComponentSizeChange = (size: string) => {
 | 
				
			||||||
    removeLocal('themeConfig');
 | 
					//     removeLocal('themeConfig');
 | 
				
			||||||
    themeConfig.value.globalComponentSize = size;
 | 
					//     themeConfig.value.globalComponentSize = size;
 | 
				
			||||||
    saveThemeConfig(themeConfig.value);
 | 
					//     saveThemeConfig(themeConfig.value);
 | 
				
			||||||
    // proxy.$ELEMENT.size = size;
 | 
					//     // proxy.$ELEMENT.size = size;
 | 
				
			||||||
    initComponentSize();
 | 
					//     initComponentSize();
 | 
				
			||||||
    window.location.reload();
 | 
					//     window.location.reload();
 | 
				
			||||||
};
 | 
					// };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 初始化全局组件大小
 | 
					// 初始化全局组件大小
 | 
				
			||||||
const initComponentSize = () => {
 | 
					const initComponentSize = () => {
 | 
				
			||||||
@@ -208,7 +221,7 @@ onMounted(() => {
 | 
				
			|||||||
    const themeConfig = getThemeConfig();
 | 
					    const themeConfig = getThemeConfig();
 | 
				
			||||||
    if (themeConfig) {
 | 
					    if (themeConfig) {
 | 
				
			||||||
        initComponentSize();
 | 
					        initComponentSize();
 | 
				
			||||||
        state.isDark = themeConfig.isDark;
 | 
					        isDark.value = themeConfig.isDark;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -282,7 +282,9 @@ const onContextmenu = (v: any, e: any) => {
 | 
				
			|||||||
const onTagsClick = (v: any, k: number) => {
 | 
					const onTagsClick = (v: any, k: number) => {
 | 
				
			||||||
    state.routePath = decodeURI(v.path);
 | 
					    state.routePath = decodeURI(v.path);
 | 
				
			||||||
    state.tagsRefsIndex = k;
 | 
					    state.tagsRefsIndex = k;
 | 
				
			||||||
    router.push(v);
 | 
					    try {
 | 
				
			||||||
 | 
					        router.push(v);
 | 
				
			||||||
 | 
					    } catch (e) {}
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
// 更新滚动条显示
 | 
					// 更新滚动条显示
 | 
				
			||||||
const updateScrollbar = () => {
 | 
					const updateScrollbar = () => {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,19 +2,19 @@
 | 
				
			|||||||
    <template v-for="val in chils">
 | 
					    <template v-for="val in chils">
 | 
				
			||||||
        <el-sub-menu :index="val.path" :key="val.path" v-if="val.children && val.children.length > 0">
 | 
					        <el-sub-menu :index="val.path" :key="val.path" v-if="val.children && val.children.length > 0">
 | 
				
			||||||
            <template #title>
 | 
					            <template #title>
 | 
				
			||||||
                <SvgIcon :name="val.meta.icon"/>
 | 
					                <SvgIcon :name="val.meta.icon" />
 | 
				
			||||||
                <span>{{ val.meta.title }}</span>
 | 
					                <span>{{ val.meta.title }}</span>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
            <sub-item :chil="val.children" />
 | 
					            <sub-item :chil="val.children" />
 | 
				
			||||||
        </el-sub-menu>
 | 
					        </el-sub-menu>
 | 
				
			||||||
        <el-menu-item :index="val.path" :key="val?.path" v-else>
 | 
					        <el-menu-item :index="val.path" :key="val?.path" v-else>
 | 
				
			||||||
            <template v-if="!val.meta.link || (val.meta.link && val.meta.linkType == 1)">
 | 
					            <template v-if="!val.meta.link || (val.meta.link && val.meta.linkType == 1)">
 | 
				
			||||||
                <SvgIcon :name="val.meta.icon"/>
 | 
					                <SvgIcon :name="val.meta.icon" />
 | 
				
			||||||
                <span>{{ val.meta.title }}</span>
 | 
					                <span>{{ val.meta.title }}</span>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
            <template v-else>
 | 
					            <template v-else>
 | 
				
			||||||
                <a :href="val.meta.link" target="_blank">
 | 
					                <a :href="val.meta.link" target="_blank">
 | 
				
			||||||
                    <SvgIcon :name="val.meta.icon"/>
 | 
					                    <SvgIcon :name="val.meta.icon" />
 | 
				
			||||||
                    {{ val.meta.title }}
 | 
					                    {{ val.meta.title }}
 | 
				
			||||||
                </a>
 | 
					                </a>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
@@ -24,7 +24,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts">
 | 
				
			||||||
import { computed, defineComponent } from 'vue';
 | 
					import { computed, defineComponent } from 'vue';
 | 
				
			||||||
import SvgIcon from '@/components/svgIcon/index.vue';
 | 
					 | 
				
			||||||
export default defineComponent({
 | 
					export default defineComponent({
 | 
				
			||||||
    name: 'navMenuSubItem',
 | 
					    name: 'navMenuSubItem',
 | 
				
			||||||
    props: {
 | 
					    props: {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="layout-scrollbar">
 | 
					    <div>
 | 
				
			||||||
        <div class="layout-view-bg-white flex h100" v-loading="iframeLoading">
 | 
					        <div class="layout-view-bg-white flex h100" v-loading="iframeLoading">
 | 
				
			||||||
            <iframe :src="iframeUrl" frameborder="0" height="100%" width="100%" id="iframe" v-show="!iframeLoading"></iframe>
 | 
					            <iframe :src="iframeUrl" frameborder="0" height="100%" width="100%" id="iframe" v-show="!iframeLoading"></iframe>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
@@ -7,7 +7,7 @@
 | 
				
			|||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts">
 | 
				
			||||||
import { defineComponent, reactive, toRefs, onMounted, onBeforeMount, onUnmounted, nextTick, getCurrentInstance } from 'vue';
 | 
					import { defineComponent, reactive, toRefs, onMounted, onBeforeMount, onUnmounted, nextTick } from 'vue';
 | 
				
			||||||
import { useRoute } from 'vue-router';
 | 
					import { useRoute } from 'vue-router';
 | 
				
			||||||
import mittBus from '@/common/utils/mitt';
 | 
					import mittBus from '@/common/utils/mitt';
 | 
				
			||||||
export default defineComponent({
 | 
					export default defineComponent({
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="layout-scrollbar">
 | 
					    <div>
 | 
				
			||||||
        <div class="layout-view-bg-white flex layout-view-link">
 | 
					        <div class="layout-view-bg-white flex layout-view-link">
 | 
				
			||||||
            <a :href="currentRouteMeta.link" target="_blank" class="flex-margin">{{ currentRouteMeta.title }}:{{ currentRouteMeta.link }}</a>
 | 
					            <a :href="currentRouteMeta.link" target="_blank" class="flex-margin">{{ currentRouteMeta.title }}:{{ currentRouteMeta.link }}</a>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,11 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="h100">
 | 
					    <router-view v-slot="{ Component }">
 | 
				
			||||||
        <router-view v-slot="{ Component }">
 | 
					        <transition appear :name="setTransitionName" mode="out-in">
 | 
				
			||||||
            <transition :name="setTransitionName" mode="out-in">
 | 
					            <keep-alive :include="getKeepAliveNames">
 | 
				
			||||||
                <keep-alive :include="getKeepAliveNames">
 | 
					                <component :is="Component" :key="state.refreshRouterViewKey" />
 | 
				
			||||||
                    <component :is="Component" :key="state.refreshRouterViewKey" class="w100" />
 | 
					            </keep-alive>
 | 
				
			||||||
                </keep-alive>
 | 
					        </transition>
 | 
				
			||||||
            </transition>
 | 
					    </router-view>
 | 
				
			||||||
        </router-view>
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup name="layoutParentView">
 | 
					<script lang="ts" setup name="layoutParentView">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,6 +13,8 @@ import 'element-plus/theme-chalk/dark/css-vars.css';
 | 
				
			|||||||
import zhCn from 'element-plus/es/locale/lang/zh-cn';
 | 
					import zhCn from 'element-plus/es/locale/lang/zh-cn';
 | 
				
			||||||
import { ElMessage } from 'element-plus';
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import 'splitpanes/dist/splitpanes.css';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import '@/theme/index.scss';
 | 
					import '@/theme/index.scss';
 | 
				
			||||||
import '@/assets/font/font.css';
 | 
					import '@/assets/font/font.css';
 | 
				
			||||||
import '@/assets/iconfont/iconfont.js';
 | 
					import '@/assets/iconfont/iconfont.js';
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										157
									
								
								mayfly_go_web/src/router/dynamicRouter.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										157
									
								
								mayfly_go_web/src/router/dynamicRouter.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,157 @@
 | 
				
			|||||||
 | 
					import 'nprogress/nprogress.css';
 | 
				
			||||||
 | 
					import { clearSession, getToken } from '@/common/utils/storage';
 | 
				
			||||||
 | 
					import openApi from '@/common/openApi';
 | 
				
			||||||
 | 
					import { useUserInfo } from '@/store/userInfo';
 | 
				
			||||||
 | 
					import { useRoutesList } from '@/store/routesList';
 | 
				
			||||||
 | 
					import { useKeepALiveNames } from '@/store/keepAliveNames';
 | 
				
			||||||
 | 
					import router from '.';
 | 
				
			||||||
 | 
					import { RouteRecordRaw } from 'vue-router';
 | 
				
			||||||
 | 
					import { LAYOUT_ROUTE_NAME } from './staticRouter';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 获取目录下的 .vue、.tsx 全部文件
 | 
				
			||||||
 | 
					 * @method import.meta.glob
 | 
				
			||||||
 | 
					 * @link 参考:https://cn.vitejs.dev/guide/features.html#json
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					const viewsModules: Record<string, Function> = import.meta.glob(['../views/**/*.{vue,tsx}']);
 | 
				
			||||||
 | 
					const dynamicViewsModules: Record<string, Function> = Object.assign({}, { ...viewsModules });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 后端控制路由:执行路由数据初始化
 | 
				
			||||||
 | 
					export async function initBackendRoutes() {
 | 
				
			||||||
 | 
					    const token = getToken(); // 获取浏览器缓存 token 值
 | 
				
			||||||
 | 
					    if (!token) {
 | 
				
			||||||
 | 
					        // 无 token 停止执行下一步
 | 
				
			||||||
 | 
					        return false;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    useUserInfo().setUserInfo({});
 | 
				
			||||||
 | 
					    // 获取路由
 | 
				
			||||||
 | 
					    let menuRoute = await getBackEndControlRoutes();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    const cacheList: Array<string> = [];
 | 
				
			||||||
 | 
					    // 处理路由(component)
 | 
				
			||||||
 | 
					    const routes = backEndRouterConverter(menuRoute, (router: any) => {
 | 
				
			||||||
 | 
					        // 可能为false时不存在isKeepAlive属性
 | 
				
			||||||
 | 
					        if (!router.meta.isKeepAlive) {
 | 
				
			||||||
 | 
					            router.meta.isKeepAlive = false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        if (router.meta.isKeepAlive) {
 | 
				
			||||||
 | 
					            cacheList.push(router.name);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    routes.forEach((item: any) => {
 | 
				
			||||||
 | 
					        if (item.meta.isFull) {
 | 
				
			||||||
 | 
					            // 菜单为全屏展示 (示例:数据大屏页面等)
 | 
				
			||||||
 | 
					            router.addRoute(item as RouteRecordRaw);
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            // 要将嵌套路由添加到现有的路由中,可以将路由的 name 作为第一个参数传递给 router.addRoute(),这将有效地添加路由,就像通过 children 添加的一样
 | 
				
			||||||
 | 
					            router.addRoute(LAYOUT_ROUTE_NAME, item as RouteRecordRaw);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    useKeepALiveNames().setCacheKeepAlive(cacheList);
 | 
				
			||||||
 | 
					    useRoutesList().setRoutesList(routes);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 后端控制路由,isRequestRoutes 为 true,则开启后端控制路由
 | 
				
			||||||
 | 
					export async function getBackEndControlRoutes() {
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					        const menuAndPermission = await openApi.getPermissions();
 | 
				
			||||||
 | 
					        // 赋值权限码,用于控制按钮等
 | 
				
			||||||
 | 
					        useUserInfo().userInfo.permissions = menuAndPermission.permissions;
 | 
				
			||||||
 | 
					        return menuAndPermission.menus;
 | 
				
			||||||
 | 
					    } catch (e: any) {
 | 
				
			||||||
 | 
					        console.error('获取菜单权限信息失败', e);
 | 
				
			||||||
 | 
					        clearSession();
 | 
				
			||||||
 | 
					        throw e;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type RouterConvCallbackFunc = (router: any) => void;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 后端控制路由,后端返回路由 转换为vue route
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * @description routes参数配置简介
 | 
				
			||||||
 | 
					 * @param code(path) ==> route.path -> 路由菜单访问路径
 | 
				
			||||||
 | 
					 * @param name ==> title,路由标题 相当于route.meta.title
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * @param meta ==> 路由菜单元信息
 | 
				
			||||||
 | 
					 * @param meta.routeName ==> route.name -> 路由 name (对应页面组件 name, 可用作 KeepAlive 缓存标识 && 按钮权限筛选)
 | 
				
			||||||
 | 
					 * @param meta.redirect ==> route.redirect -> 路由重定向地址
 | 
				
			||||||
 | 
					 * @param meta.component ==> 文件路径
 | 
				
			||||||
 | 
					 * @param meta.icon ==> 菜单和面包屑对应的图标
 | 
				
			||||||
 | 
					 * @param meta.isHide ==> 是否在菜单中隐藏 (通常列表详情页需要隐藏)
 | 
				
			||||||
 | 
					 * @param meta.isFull ==> 菜单是否全屏 (示例:数据大屏页面)
 | 
				
			||||||
 | 
					 * @param meta.isAffix ==> 菜单是否固定在标签页中 (首页通常是固定项)
 | 
				
			||||||
 | 
					 * @param meta.isKeepAlive ==> 当前路由是否缓存
 | 
				
			||||||
 | 
					 * @param meta.linkType ==> 外链类型, 内嵌: 以iframe展示、外链: 新标签打开
 | 
				
			||||||
 | 
					 * @param meta.link ==> 外链地址
 | 
				
			||||||
 | 
					 * */
 | 
				
			||||||
 | 
					export function backEndRouterConverter(routes: any, callbackFunc: RouterConvCallbackFunc = null as any, parentPath: string = '/') {
 | 
				
			||||||
 | 
					    if (!routes) return [];
 | 
				
			||||||
 | 
					    return routes.map((item: any) => {
 | 
				
			||||||
 | 
					        if (!item.meta) {
 | 
				
			||||||
 | 
					            return item;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        // 将json字符串的meta转为对象
 | 
				
			||||||
 | 
					        item.meta = JSON.parse(item.meta);
 | 
				
			||||||
 | 
					        // 将meta.comoponet 解析为route.component
 | 
				
			||||||
 | 
					        if (item.meta.component) {
 | 
				
			||||||
 | 
					            item.component = dynamicImport(dynamicViewsModules, item.meta.component);
 | 
				
			||||||
 | 
					            delete item.meta['component'];
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        let path = item.code;
 | 
				
			||||||
 | 
					        // 如果不是以 / 开头,则路径需要拼接父路径
 | 
				
			||||||
 | 
					        if (!path.startsWith('/')) {
 | 
				
			||||||
 | 
					            path = parentPath + '/' + path;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        item.path = path;
 | 
				
			||||||
 | 
					        delete item['code'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // route.meta.title == resource.name
 | 
				
			||||||
 | 
					        item.meta.title = item.name;
 | 
				
			||||||
 | 
					        delete item['name'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // route.name == resource.meta.routeName
 | 
				
			||||||
 | 
					        item.name = item.meta.routeName;
 | 
				
			||||||
 | 
					        delete item.meta['routeName'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // route.redirect == resource.meta.redirect
 | 
				
			||||||
 | 
					        if (item.meta.redirect) {
 | 
				
			||||||
 | 
					            item.redirect = item.meta.redirect;
 | 
				
			||||||
 | 
					            delete item.meta['redirect'];
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        // 存在回调,则执行回调
 | 
				
			||||||
 | 
					        callbackFunc && callbackFunc(item);
 | 
				
			||||||
 | 
					        item.children && backEndRouterConverter(item.children, callbackFunc, item.path);
 | 
				
			||||||
 | 
					        return item;
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 后端路由 component 转换函数
 | 
				
			||||||
 | 
					 * @param dynamicViewsModules 获取目录下的 .vue、.tsx 全部文件
 | 
				
			||||||
 | 
					 * @param component 当前要处理项 component
 | 
				
			||||||
 | 
					 * @returns 返回处理成函数后的 component
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export function dynamicImport(dynamicViewsModules: Record<string, Function>, component: string) {
 | 
				
			||||||
 | 
					    const keys = Object.keys(dynamicViewsModules);
 | 
				
			||||||
 | 
					    const matchKeys = keys.filter((key) => {
 | 
				
			||||||
 | 
					        const k = key.replace(/..\/views|../, '');
 | 
				
			||||||
 | 
					        return k.startsWith(`${component}`) || k.startsWith(`/${component}`);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (matchKeys?.length === 1) {
 | 
				
			||||||
 | 
					        return dynamicViewsModules[matchKeys[0]];
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (matchKeys?.length > 1) {
 | 
				
			||||||
 | 
					        console.error('匹配到多个相似组件路径, 可添加后缀.vue或.tsx进行区分或者重命名组件名, 请调整...', matchKeys);
 | 
				
			||||||
 | 
					        return null;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    console.error(`未匹配到[${component}]组件名对应的组件文件`);
 | 
				
			||||||
 | 
					    return null;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -1,30 +1,21 @@
 | 
				
			|||||||
import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router';
 | 
					import { createRouter, createWebHashHistory } from 'vue-router';
 | 
				
			||||||
import NProgress from 'nprogress';
 | 
					import NProgress from 'nprogress';
 | 
				
			||||||
import 'nprogress/nprogress.css';
 | 
					import 'nprogress/nprogress.css';
 | 
				
			||||||
import { clearSession, getToken } from '@/common/utils/storage';
 | 
					import { getToken } from '@/common/utils/storage';
 | 
				
			||||||
import { templateResolve } from '@/common/utils/string';
 | 
					import { templateResolve } from '@/common/utils/string';
 | 
				
			||||||
import { NextLoading } from '@/common/utils/loading';
 | 
					import { NextLoading } from '@/common/utils/loading';
 | 
				
			||||||
import { dynamicRoutes, staticRoutes, pathMatch } from './route';
 | 
					import { staticRoutes, URL_LOGIN, URL_401, ROUTER_WHITE_LIST, errorRoutes } from './staticRouter';
 | 
				
			||||||
import openApi from '@/common/openApi';
 | 
					 | 
				
			||||||
import syssocket from '@/common/syssocket';
 | 
					import syssocket from '@/common/syssocket';
 | 
				
			||||||
import pinia from '@/store/index';
 | 
					import pinia from '@/store/index';
 | 
				
			||||||
import { useThemeConfig } from '@/store/themeConfig';
 | 
					import { useThemeConfig } from '@/store/themeConfig';
 | 
				
			||||||
import { useUserInfo } from '@/store/userInfo';
 | 
					import { useUserInfo } from '@/store/userInfo';
 | 
				
			||||||
import { useRoutesList } from '@/store/routesList';
 | 
					import { useRoutesList } from '@/store/routesList';
 | 
				
			||||||
import { useKeepALiveNames } from '@/store/keepAliveNames';
 | 
					import { initBackendRoutes } from './dynamicRouter';
 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 获取目录下的 .vue、.tsx 全部文件
 | 
					 | 
				
			||||||
 * @method import.meta.glob
 | 
					 | 
				
			||||||
 * @link 参考:https://cn.vitejs.dev/guide/features.html#json
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
const viewsModules: any = import.meta.glob(['../views/**/*.{vue,tsx}']);
 | 
					 | 
				
			||||||
const dynamicViewsModules: Record<string, Function> = Object.assign({}, { ...viewsModules });
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 添加静态路由
 | 
					// 添加静态路由
 | 
				
			||||||
const router = createRouter({
 | 
					const router = createRouter({
 | 
				
			||||||
    history: createWebHashHistory(),
 | 
					    history: createWebHashHistory(),
 | 
				
			||||||
    routes: staticRoutes,
 | 
					    routes: [...staticRoutes, ...errorRoutes],
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 前端控制路由:初始化方法,防止刷新时丢失
 | 
					// 前端控制路由:初始化方法,防止刷新时丢失
 | 
				
			||||||
@@ -35,128 +26,15 @@ export function initAllFun() {
 | 
				
			|||||||
        return false;
 | 
					        return false;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    useUserInfo().setUserInfo({});
 | 
					    useUserInfo().setUserInfo({});
 | 
				
			||||||
    router.addRoute(pathMatch); // 添加404界面
 | 
					 | 
				
			||||||
    resetRoute(); // 删除/重置路由
 | 
					    resetRoute(); // 删除/重置路由
 | 
				
			||||||
    router.addRoute(dynamicRoutes[0]);
 | 
					    // router.addRoute(dynamicRoutes[0]);
 | 
				
			||||||
 | 
					    // // 过滤权限菜单
 | 
				
			||||||
    // 过滤权限菜单
 | 
					    // useRoutesList().setRoutesList(dynamicRoutes[0].children);
 | 
				
			||||||
    useRoutesList().setRoutesList(dynamicRoutes[0].children);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 后端控制路由:执行路由数据初始化
 | 
					 | 
				
			||||||
export async function initBackEndControlRoutesFun() {
 | 
					 | 
				
			||||||
    const token = getToken(); // 获取浏览器缓存 token 值
 | 
					 | 
				
			||||||
    if (!token) {
 | 
					 | 
				
			||||||
        // 无 token 停止执行下一步
 | 
					 | 
				
			||||||
        return false;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    useUserInfo().setUserInfo({});
 | 
					 | 
				
			||||||
    // 获取路由
 | 
					 | 
				
			||||||
    let menuRoute = await getBackEndControlRoutes();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    const cacheList: Array<string> = [];
 | 
					 | 
				
			||||||
    // 处理路由(component)
 | 
					 | 
				
			||||||
    dynamicRoutes[0].children = backEndRouterConverter(menuRoute, (router: any) => {
 | 
					 | 
				
			||||||
        // 可能为false时不存在isKeepAlive属性
 | 
					 | 
				
			||||||
        if (!router.meta.isKeepAlive) {
 | 
					 | 
				
			||||||
            router.meta.isKeepAlive = false;
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (router.meta.isKeepAlive) {
 | 
					 | 
				
			||||||
            cacheList.push(router.name);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    });
 | 
					 | 
				
			||||||
    useKeepALiveNames().setCacheKeepAlive(cacheList);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    // 添加404界面
 | 
					 | 
				
			||||||
    router.addRoute(pathMatch);
 | 
					 | 
				
			||||||
    resetRoute(); // 删除/重置路由
 | 
					 | 
				
			||||||
    router.addRoute(dynamicRoutes[0] as unknown as RouteRecordRaw);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    useRoutesList().setRoutesList(dynamicRoutes[0].children);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 后端控制路由,isRequestRoutes 为 true,则开启后端控制路由
 | 
					 | 
				
			||||||
export async function getBackEndControlRoutes() {
 | 
					 | 
				
			||||||
    try {
 | 
					 | 
				
			||||||
        const menuAndPermission = await openApi.getPermissions();
 | 
					 | 
				
			||||||
        // 赋值权限码,用于控制按钮等
 | 
					 | 
				
			||||||
        useUserInfo().userInfo.permissions = menuAndPermission.permissions;
 | 
					 | 
				
			||||||
        return menuAndPermission.menus;
 | 
					 | 
				
			||||||
    } catch (e: any) {
 | 
					 | 
				
			||||||
        console.error(e);
 | 
					 | 
				
			||||||
        return [];
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
type RouterConvCallbackFunc = (router: any) => void;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 后端控制路由,后端返回路由 转换为vue route
 | 
					 | 
				
			||||||
export function backEndRouterConverter(routes: any, callbackFunc: RouterConvCallbackFunc = null as any, parentPath: string = '/') {
 | 
					 | 
				
			||||||
    if (!routes) return;
 | 
					 | 
				
			||||||
    return routes.map((item: any) => {
 | 
					 | 
				
			||||||
        if (!item.meta) {
 | 
					 | 
				
			||||||
            return item;
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        // 将json字符串的meta转为对象
 | 
					 | 
				
			||||||
        item.meta = JSON.parse(item.meta);
 | 
					 | 
				
			||||||
        // 将meta.comoponet 解析为route.component
 | 
					 | 
				
			||||||
        if (item.meta.component) {
 | 
					 | 
				
			||||||
            item.component = dynamicImport(dynamicViewsModules, item.meta.component);
 | 
					 | 
				
			||||||
            delete item.meta['component'];
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        // route.path == resource.code
 | 
					 | 
				
			||||||
        let path = item.code;
 | 
					 | 
				
			||||||
        // 如果不是以 / 开头,则路径需要拼接父路径
 | 
					 | 
				
			||||||
        if (!path.startsWith('/')) {
 | 
					 | 
				
			||||||
            path = parentPath + '/' + path;
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        item.path = path;
 | 
					 | 
				
			||||||
        delete item['code'];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        // route.meta.title == resource.name
 | 
					 | 
				
			||||||
        item.meta.title = item.name;
 | 
					 | 
				
			||||||
        delete item['name'];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        // route.name == resource.meta.routeName
 | 
					 | 
				
			||||||
        item.name = item.meta.routeName;
 | 
					 | 
				
			||||||
        delete item.meta['routeName'];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        // route.redirect == resource.meta.redirect
 | 
					 | 
				
			||||||
        if (item.meta.redirect) {
 | 
					 | 
				
			||||||
            item.redirect = item.meta.redirect;
 | 
					 | 
				
			||||||
            delete item.meta['redirect'];
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        // 存在回调,则执行回调
 | 
					 | 
				
			||||||
        callbackFunc && callbackFunc(item);
 | 
					 | 
				
			||||||
        item.children && backEndRouterConverter(item.children, callbackFunc, item.path);
 | 
					 | 
				
			||||||
        return item;
 | 
					 | 
				
			||||||
    });
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 后端路由 component 转换函数
 | 
					 | 
				
			||||||
 * @param dynamicViewsModules 获取目录下的 .vue、.tsx 全部文件
 | 
					 | 
				
			||||||
 * @param component 当前要处理项 component
 | 
					 | 
				
			||||||
 * @returns 返回处理成函数后的 component
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
export function dynamicImport(dynamicViewsModules: Record<string, Function>, component: string) {
 | 
					 | 
				
			||||||
    const keys = Object.keys(dynamicViewsModules);
 | 
					 | 
				
			||||||
    const matchKeys = keys.filter((key) => {
 | 
					 | 
				
			||||||
        const k = key.replace(/..\/views|../, '');
 | 
					 | 
				
			||||||
        return k.startsWith(`${component}`) || k.startsWith(`/${component}`);
 | 
					 | 
				
			||||||
    });
 | 
					 | 
				
			||||||
    if (matchKeys?.length === 1) {
 | 
					 | 
				
			||||||
        const matchKey = matchKeys[0];
 | 
					 | 
				
			||||||
        return dynamicViewsModules[matchKey];
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    if (matchKeys?.length > 1) {
 | 
					 | 
				
			||||||
        return false;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 删除/重置路由
 | 
					// 删除/重置路由
 | 
				
			||||||
export function resetRoute() {
 | 
					export function resetRoute() {
 | 
				
			||||||
    useRoutesList().routesList.forEach((route: any) => {
 | 
					    useRoutesList().routesList?.forEach((route: any) => {
 | 
				
			||||||
        const { name } = route;
 | 
					        const { name } = route;
 | 
				
			||||||
        router.hasRoute(name) && router.removeRoute(name);
 | 
					        router.hasRoute(name) && router.removeRoute(name);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
@@ -172,19 +50,17 @@ export async function initRouter() {
 | 
				
			|||||||
            initAllFun();
 | 
					            initAllFun();
 | 
				
			||||||
        } else if (isRequestRoutes) {
 | 
					        } else if (isRequestRoutes) {
 | 
				
			||||||
            // 后端控制路由,isRequestRoutes 为 true,则开启后端控制路由
 | 
					            // 后端控制路由,isRequestRoutes 为 true,则开启后端控制路由
 | 
				
			||||||
            await initBackEndControlRoutesFun();
 | 
					            await initBackendRoutes();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    } finally {
 | 
					    } finally {
 | 
				
			||||||
        NextLoading.done();
 | 
					        NextLoading.done();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
let loadRouter = false;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 路由加载前
 | 
					// 路由加载前
 | 
				
			||||||
router.beforeEach(async (to, from, next) => {
 | 
					router.beforeEach(async (to, from, next) => {
 | 
				
			||||||
    NProgress.configure({ showSpinner: false });
 | 
					    NProgress.configure({ showSpinner: false });
 | 
				
			||||||
    if (to.meta.title) NProgress.start();
 | 
					    NProgress.start();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 如果有标题参数,则再原标题后加上参数来区别
 | 
					    // 如果有标题参数,则再原标题后加上参数来区别
 | 
				
			||||||
    if (to.meta.titleRename && to.meta.title) {
 | 
					    if (to.meta.titleRename && to.meta.title) {
 | 
				
			||||||
@@ -192,24 +68,27 @@ router.beforeEach(async (to, from, next) => {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const token = getToken();
 | 
					    const token = getToken();
 | 
				
			||||||
    if ((to.path === '/login' || to.path == '/oauth2/callback') && !token) {
 | 
					 | 
				
			||||||
        next();
 | 
					 | 
				
			||||||
        NProgress.done();
 | 
					 | 
				
			||||||
        return;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    if (!token) {
 | 
					 | 
				
			||||||
        next(`/login?redirect=${to.path}`);
 | 
					 | 
				
			||||||
        clearSession();
 | 
					 | 
				
			||||||
        resetRoute();
 | 
					 | 
				
			||||||
        NProgress.done();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    const toPath = to.path;
 | 
				
			||||||
 | 
					    // 判断是访问登陆页,有token就在当前页面,没有token重置路由与用户信息到登陆页
 | 
				
			||||||
 | 
					    if (toPath === URL_LOGIN) {
 | 
				
			||||||
 | 
					        if (token) {
 | 
				
			||||||
 | 
					            return next(from.fullPath);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        resetRoute();
 | 
				
			||||||
        syssocket.destory();
 | 
					        syssocket.destory();
 | 
				
			||||||
        return;
 | 
					        return next();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    if (token && to.path === '/login') {
 | 
					
 | 
				
			||||||
        next('/');
 | 
					    // 判断访问页面是否在路由白名单地址(静态路由)中,如果存在直接放行
 | 
				
			||||||
        NProgress.done();
 | 
					    if (ROUTER_WHITE_LIST.includes(toPath)) {
 | 
				
			||||||
        return;
 | 
					        return next();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 判断是否有token,没有重定向到 login 页面
 | 
				
			||||||
 | 
					    if (!token) {
 | 
				
			||||||
 | 
					        return next(`${URL_LOGIN}?redirect=${toPath}`);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 终端不需要连接系统websocket消息
 | 
					    // 终端不需要连接系统websocket消息
 | 
				
			||||||
@@ -217,14 +96,18 @@ router.beforeEach(async (to, from, next) => {
 | 
				
			|||||||
        syssocket.init();
 | 
					        syssocket.init();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 不存在路由(避免刷新页面找不到路由)并且未加载过(避免token过期,导致获取权限接口报权限不足,无限获取),则重新初始化路由
 | 
					    // 不存在路由(避免刷新页面找不到路由),则重新初始化路由
 | 
				
			||||||
    if (useRoutesList().routesList.length == 0 && !loadRouter) {
 | 
					    if (useRoutesList().routesList?.length == 0) {
 | 
				
			||||||
        await initRouter();
 | 
					        try {
 | 
				
			||||||
        loadRouter = true;
 | 
					            // 可能token过期无法获取菜单权限信息等
 | 
				
			||||||
        next({ path: to.path, query: to.query });
 | 
					            await initRouter();
 | 
				
			||||||
    } else {
 | 
					        } catch (e) {
 | 
				
			||||||
        next();
 | 
					            return next(`${URL_401}?redirect=${toPath}`);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        return next({ path: toPath, query: to.query });
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    next();
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 路由加载后
 | 
					// 路由加载后
 | 
				
			||||||
@@ -232,5 +115,13 @@ router.afterEach(() => {
 | 
				
			|||||||
    NProgress.done();
 | 
					    NProgress.done();
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * @description 路由跳转错误
 | 
				
			||||||
 | 
					 * */
 | 
				
			||||||
 | 
					router.onError((error) => {
 | 
				
			||||||
 | 
					    NProgress.done();
 | 
				
			||||||
 | 
					    console.warn('路由错误', error.message);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 导出路由
 | 
					// 导出路由
 | 
				
			||||||
export default router;
 | 
					export default router;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,171 +0,0 @@
 | 
				
			|||||||
import { RouteRecordRaw } from 'vue-router';
 | 
					 | 
				
			||||||
import Layout from '@/layout/index.vue';
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 定义动态路由
 | 
					 | 
				
			||||||
export const dynamicRoutes = [
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        path: '/',
 | 
					 | 
				
			||||||
        name: '/',
 | 
					 | 
				
			||||||
        component: Layout,
 | 
					 | 
				
			||||||
        redirect: '/home',
 | 
					 | 
				
			||||||
        meta: {
 | 
					 | 
				
			||||||
            isKeepAlive: true,
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        children: [],
 | 
					 | 
				
			||||||
        //     children: [
 | 
					 | 
				
			||||||
        //         {
 | 
					 | 
				
			||||||
        //             path: '/home',
 | 
					 | 
				
			||||||
        //             name: 'home',
 | 
					 | 
				
			||||||
        //             component: () => import('@/views/home/index.vue'),
 | 
					 | 
				
			||||||
        //             meta: {
 | 
					 | 
				
			||||||
        //                 title: '首页',
 | 
					 | 
				
			||||||
        //                 // iframe链接
 | 
					 | 
				
			||||||
        //                 link: '',
 | 
					 | 
				
			||||||
        //                 // 是否在菜单栏显示,默认显示
 | 
					 | 
				
			||||||
        //                 isHide: false,
 | 
					 | 
				
			||||||
        //                 isKeepAlive: true,
 | 
					 | 
				
			||||||
        //                 // tag标签是否不可删除
 | 
					 | 
				
			||||||
        //                 isAffix: true,
 | 
					 | 
				
			||||||
        //                 // 是否为iframe
 | 
					 | 
				
			||||||
        //                 isIframe: false,
 | 
					 | 
				
			||||||
        //                 icon: 'el-icon-s-home',
 | 
					 | 
				
			||||||
        //             },
 | 
					 | 
				
			||||||
        //         },
 | 
					 | 
				
			||||||
        //         {
 | 
					 | 
				
			||||||
        //             path: '/sys',
 | 
					 | 
				
			||||||
        //             name: 'Resource',
 | 
					 | 
				
			||||||
        //             redirect: '/sys/resources',
 | 
					 | 
				
			||||||
        //             meta: {
 | 
					 | 
				
			||||||
        //                 title: '系统管理',
 | 
					 | 
				
			||||||
        //                 // 资源code,用于校验用户是否拥有该资源权限
 | 
					 | 
				
			||||||
        //                 code: 'sys',
 | 
					 | 
				
			||||||
        //                 // isKeepAlive: true,
 | 
					 | 
				
			||||||
        //                 icon: 'el-icon-monitor',
 | 
					 | 
				
			||||||
        //             },
 | 
					 | 
				
			||||||
        //             children: [
 | 
					 | 
				
			||||||
        //                 {
 | 
					 | 
				
			||||||
        //                     path: 'sys/resources',
 | 
					 | 
				
			||||||
        //                     name: 'ResourceList',
 | 
					 | 
				
			||||||
        //                     component: () => import('@/views/system/resource'),
 | 
					 | 
				
			||||||
        //                     meta: {
 | 
					 | 
				
			||||||
        //                         title: '资源管理',
 | 
					 | 
				
			||||||
        //                         code: 'resource:list',
 | 
					 | 
				
			||||||
        //                         isKeepAlive: true,
 | 
					 | 
				
			||||||
        //                         icon: 'el-icon-menu',
 | 
					 | 
				
			||||||
        //                     },
 | 
					 | 
				
			||||||
        //                 },
 | 
					 | 
				
			||||||
        //                 {
 | 
					 | 
				
			||||||
        //                     path: 'sys/roles',
 | 
					 | 
				
			||||||
        //                     name: 'RoleList',
 | 
					 | 
				
			||||||
        //                     component: () => import('@/views/system/role'),
 | 
					 | 
				
			||||||
        //                     meta: {
 | 
					 | 
				
			||||||
        //                         title: '角色管理',
 | 
					 | 
				
			||||||
        //                         code: 'role:list',
 | 
					 | 
				
			||||||
        //                         isKeepAlive: true,
 | 
					 | 
				
			||||||
        //                         icon: 'el-icon-menu',
 | 
					 | 
				
			||||||
        //                     },
 | 
					 | 
				
			||||||
        //                 },
 | 
					 | 
				
			||||||
        //                 {
 | 
					 | 
				
			||||||
        //                     path: 'sys/accounts',
 | 
					 | 
				
			||||||
        //                     name: 'ResourceList',
 | 
					 | 
				
			||||||
        //                     component: () => import('@/views/system/account'),
 | 
					 | 
				
			||||||
        //                     meta: {
 | 
					 | 
				
			||||||
        //                         title: '账号管理',
 | 
					 | 
				
			||||||
        //                         code: 'account:list',
 | 
					 | 
				
			||||||
        //                         isKeepAlive: true,
 | 
					 | 
				
			||||||
        //                         icon: 'el-icon-menu',
 | 
					 | 
				
			||||||
        //                     },
 | 
					 | 
				
			||||||
        //                 },
 | 
					 | 
				
			||||||
        //             ],
 | 
					 | 
				
			||||||
        //         },
 | 
					 | 
				
			||||||
        //         {
 | 
					 | 
				
			||||||
        //             path: '/machine',
 | 
					 | 
				
			||||||
        //             name: 'Machine',
 | 
					 | 
				
			||||||
        //             redirect: '/machine/list',
 | 
					 | 
				
			||||||
        //             meta: {
 | 
					 | 
				
			||||||
        //                 title: '机器管理',
 | 
					 | 
				
			||||||
        //                 // 资源code,用于校验用户是否拥有该资源权限
 | 
					 | 
				
			||||||
        //                 code: 'machine',
 | 
					 | 
				
			||||||
        //                 // isKeepAlive: true,
 | 
					 | 
				
			||||||
        //                 icon: 'el-icon-monitor',
 | 
					 | 
				
			||||||
        //             },
 | 
					 | 
				
			||||||
        //             children: [
 | 
					 | 
				
			||||||
        //                 {
 | 
					 | 
				
			||||||
        //                     path: '/list',
 | 
					 | 
				
			||||||
        //                     name: 'MachineList',
 | 
					 | 
				
			||||||
        //                     component: () => import('@/views/ops/machine'),
 | 
					 | 
				
			||||||
        //                     meta: {
 | 
					 | 
				
			||||||
        //                         title: '机器列表',
 | 
					 | 
				
			||||||
        //                         code: 'machine:list',
 | 
					 | 
				
			||||||
        //                         isKeepAlive: true,
 | 
					 | 
				
			||||||
        //                         icon: 'el-icon-menu',
 | 
					 | 
				
			||||||
        //                     },
 | 
					 | 
				
			||||||
        //                 },
 | 
					 | 
				
			||||||
        //             ],
 | 
					 | 
				
			||||||
        //         },
 | 
					 | 
				
			||||||
        //         {
 | 
					 | 
				
			||||||
        //             path: '/personal',
 | 
					 | 
				
			||||||
        //             name: 'personal',
 | 
					 | 
				
			||||||
        //             component: () => import('@/views/personal/index.vue'),
 | 
					 | 
				
			||||||
        //             meta: {
 | 
					 | 
				
			||||||
        //                 title: '个人中心',
 | 
					 | 
				
			||||||
        //                 isKeepAlive: true,
 | 
					 | 
				
			||||||
        //                 icon: 'el-icon-user',
 | 
					 | 
				
			||||||
        //             },
 | 
					 | 
				
			||||||
        //         },
 | 
					 | 
				
			||||||
        //     ],
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 定义静态路由
 | 
					 | 
				
			||||||
export const staticRoutes: Array<RouteRecordRaw> = [
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        path: '/login',
 | 
					 | 
				
			||||||
        name: 'login',
 | 
					 | 
				
			||||||
        component: () => import('@/views/login/index.vue'),
 | 
					 | 
				
			||||||
        meta: {
 | 
					 | 
				
			||||||
            title: '登录',
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        path: '/404',
 | 
					 | 
				
			||||||
        name: 'notFound',
 | 
					 | 
				
			||||||
        component: () => import('@/views/error/404.vue'),
 | 
					 | 
				
			||||||
        meta: {
 | 
					 | 
				
			||||||
            title: '找不到此页面',
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        path: '/401',
 | 
					 | 
				
			||||||
        name: 'noPower',
 | 
					 | 
				
			||||||
        component: () => import('@/views/error/401.vue'),
 | 
					 | 
				
			||||||
        meta: {
 | 
					 | 
				
			||||||
            title: '没有权限',
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        path: '/oauth2/callback',
 | 
					 | 
				
			||||||
        name: 'oauth2Callback',
 | 
					 | 
				
			||||||
        component: () => import('@/views/oauth/Oauth2Callback.vue'),
 | 
					 | 
				
			||||||
        meta: {
 | 
					 | 
				
			||||||
            title: 'oauth2回调',
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        path: '/machine/terminal',
 | 
					 | 
				
			||||||
        name: 'machineTerminal',
 | 
					 | 
				
			||||||
        component: () => import('@/views/ops/machine/SshTerminalPage.vue'),
 | 
					 | 
				
			||||||
        meta: {
 | 
					 | 
				
			||||||
            // 将路径 'xxx?name=名字' 里的name字段值替换到title里
 | 
					 | 
				
			||||||
            title: '终端 | {name}',
 | 
					 | 
				
			||||||
            // 是否根据query对标题名进行参数替换,即最终显示为‘终端_机器名’
 | 
					 | 
				
			||||||
            titleRename: true,
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// 定义404界面
 | 
					 | 
				
			||||||
export const pathMatch = {
 | 
					 | 
				
			||||||
    path: '/:path(.*)*',
 | 
					 | 
				
			||||||
    redirect: '/404',
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
							
								
								
									
										82
									
								
								mayfly_go_web/src/router/staticRouter.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								mayfly_go_web/src/router/staticRouter.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,82 @@
 | 
				
			|||||||
 | 
					import { RouteRecordRaw } from 'vue-router';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const URL_HOME: string = '/home';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 登录页地址(默认)
 | 
				
			||||||
 | 
					export const URL_LOGIN: string = '/login';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const URL_401: string = '/401';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const URL_404: string = '/404';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const LAYOUT_ROUTE_NAME: string = 'layout';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 路由白名单地址(本地存在的路由 staticRouter.ts 中)
 | 
				
			||||||
 | 
					export const ROUTER_WHITE_LIST: string[] = [URL_404, URL_401, '/oauth2/callback'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 静态路由
 | 
				
			||||||
 | 
					export const staticRoutes: Array<RouteRecordRaw> = [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        path: '/',
 | 
				
			||||||
 | 
					        redirect: URL_HOME,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        path: URL_LOGIN,
 | 
				
			||||||
 | 
					        name: 'login',
 | 
				
			||||||
 | 
					        component: () => import('@/views/login/index.vue'),
 | 
				
			||||||
 | 
					        meta: {
 | 
				
			||||||
 | 
					            title: '登录',
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        path: '/layout',
 | 
				
			||||||
 | 
					        name: LAYOUT_ROUTE_NAME,
 | 
				
			||||||
 | 
					        component: () => import('@/layout/index.vue'),
 | 
				
			||||||
 | 
					        redirect: URL_HOME,
 | 
				
			||||||
 | 
					        children: [],
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        path: '/oauth2/callback',
 | 
				
			||||||
 | 
					        name: 'oauth2Callback',
 | 
				
			||||||
 | 
					        component: () => import('@/views/oauth/Oauth2Callback.vue'),
 | 
				
			||||||
 | 
					        meta: {
 | 
				
			||||||
 | 
					            title: 'oauth2回调',
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        path: '/machine/terminal',
 | 
				
			||||||
 | 
					        name: 'machineTerminal',
 | 
				
			||||||
 | 
					        component: () => import('@/views/ops/machine/SshTerminalPage.vue'),
 | 
				
			||||||
 | 
					        meta: {
 | 
				
			||||||
 | 
					            // 将路径 'xxx?name=名字' 里的name字段值替换到title里
 | 
				
			||||||
 | 
					            title: '终端 | {name}',
 | 
				
			||||||
 | 
					            // 是否根据query对标题名进行参数替换,即最终显示为‘终端_机器名’
 | 
				
			||||||
 | 
					            titleRename: true,
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 错误页面路由
 | 
				
			||||||
 | 
					export const errorRoutes: Array<RouteRecordRaw> = [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        path: URL_404,
 | 
				
			||||||
 | 
					        name: 'notFound',
 | 
				
			||||||
 | 
					        component: () => import('@/views/error/404.vue'),
 | 
				
			||||||
 | 
					        meta: {
 | 
				
			||||||
 | 
					            title: '找不到此页面',
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        path: URL_401,
 | 
				
			||||||
 | 
					        name: 'noPower',
 | 
				
			||||||
 | 
					        component: () => import('@/views/error/401.vue'),
 | 
				
			||||||
 | 
					        meta: {
 | 
				
			||||||
 | 
					            title: '没有权限',
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    // Resolve refresh page, route warnings
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        path: '/:pathMatch(.*)*',
 | 
				
			||||||
 | 
					        component: () => import('@/views/error/404.vue'),
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
@@ -11,7 +11,7 @@ export const useRoutesList = defineStore('routesList', {
 | 
				
			|||||||
        routesList: [],
 | 
					        routesList: [],
 | 
				
			||||||
    }),
 | 
					    }),
 | 
				
			||||||
    actions: {
 | 
					    actions: {
 | 
				
			||||||
        async setRoutesList(data: Array<string>) {
 | 
					        async setRoutesList(data: Array<any>) {
 | 
				
			||||||
            this.routesList = data;
 | 
					            this.routesList = data;
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,12 @@
 | 
				
			|||||||
import { defineStore } from 'pinia';
 | 
					import { defineStore } from 'pinia';
 | 
				
			||||||
import { dateFormat2 } from '@/common/utils/date';
 | 
					import { dateFormat2 } from '@/common/utils/date';
 | 
				
			||||||
import { useUserInfo } from '@/store/userInfo';
 | 
					import { useUserInfo } from '@/store/userInfo';
 | 
				
			||||||
 | 
					import { getSysStyleConfig } from '@/common/sysconfig';
 | 
				
			||||||
 | 
					import { getLocal, getThemeConfig } from '@/common/utils/storage';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 系统默认logo图标,对应于@/assets/image/logo.svg
 | 
				
			||||||
 | 
					const logoIcon =
 | 
				
			||||||
 | 
					    'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjIxODU5MDA5NjA1IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9Ijk3MDkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNODIwLjIwMzkyMiA4MTIuMTcyNTQ5SDY4NC42NzQ1MXYtNDUuMTc2NDcxaDExMi40MzkyMTVWMjc5LjA5MDE5Nkg2MzMuNDc0NTFsLTg1LjMzMzMzNCAyNzcuMDgyMzUzYy0zLjAxMTc2NSAxMC4wMzkyMTYtMTIuMDQ3MDU5IDE2LjA2Mjc0NS0yMi4wODYyNzQgMTYuMDYyNzQ1LTEwLjAzOTIxNiAwLTE5LjA3NDUxLTcuMDI3NDUxLTIxLjA4MjM1My0xNy4wNjY2NjdsLTcxLjI3ODQzMS0yODAuMDk0MTE3aC0xODAuNzA1ODgzVjc2Mi45ODAzOTJoMTIwLjQ3MDU4OXY0NS4xNzY0NzFIMjI5Ljg5ODAzOWMtMTIuMDQ3MDU5IDAtMjIuMDg2Mjc1LTEwLjAzOTIxNi0yMi4wODYyNzQtMjIuMDg2Mjc1VjI1Mi45ODgyMzVjMC0xMi4wNDcwNTkgMTAuMDM5MjE2LTIyLjA4NjI3NSAyMi4wODYyNzQtMjIuMDg2Mjc0SDQ1MS43NjQ3MDZjMTAuMDM5MjE2IDAgMTkuMDc0NTEgNy4wMjc0NTEgMjIuMDg2Mjc0IDE3LjA2NjY2Nmw1NS4yMTU2ODcgMjE4Ljg1NDkwMkw1OTUuMzI1NDkgMjUwLjk4MDM5MmMzLjAxMTc2NS05LjAzNTI5NCAxMi4wNDcwNTktMTYuMDYyNzQ1IDIxLjA4MjM1My0xNi4wNjI3NDVoMjAyLjc5MjE1N2MxMi4wNDcwNTkgMCAyMi4wODYyNzUgMTAuMDM5MjE2IDIyLjA4NjI3NSAyMi4wODYyNzV2NTMzLjA4MjM1M2MxLjAwMzkyMiAxMi4wNDcwNTktOS4wMzUyOTQgMjIuMDg2Mjc1LTIxLjA4MjM1MyAyMi4wODYyNzR6IG0wIDAiIGZpbGw9IiNlMjU4MTMiIHAtaWQ9Ijk3MTAiPjwvcGF0aD48cGF0aCBkPSJNNzMxLjg1ODgyNCA0MjUuNjYyNzQ1YzQuMDE1Njg2LTEyLjA0NzA1OS0yLjAwNzg0My0yNS4wOTgwMzktMTQuMDU0OTAyLTI5LjExMzcyNS0xMi4wNDcwNTktNC4wMTU2ODYtMjUuMDk4MDM5IDIuMDA3ODQzLTI5LjExMzcyNiAxNC4wNTQ5MDJMNTYzLjIgNzY2Ljk5NjA3OGgtNzMuMjg2Mjc1TDM3MS40NTA5OCA0MTAuNjAzOTIyYy00LjAxNTY4Ni0xMi4wNDcwNTktMTcuMDY2NjY3LTE4LjA3MDU4OC0yOC4xMDk4MDQtMTQuMDU0OTAyLTEyLjA0NzA1OSA0LjAxNTY4Ni0xOC4wNzA1ODggMTcuMDY2NjY3LTE0LjA1NDkwMSAyOC4xMDk4MDRsMTIzLjQ4MjM1MiAzNzEuNDUwOThjMy4wMTE3NjUgOS4wMzUyOTQgMTIuMDQ3MDU5IDE1LjA1ODgyNCAyMS4wODIzNTMgMTUuMDU4ODIzaDcyLjI4MjM1M2wtNTMuMjA3ODQzIDE2MC42Mjc0NTEgNDYuMTgwMzkyIDIuMDA3ODQ0IDE5Mi43NTI5NDItNTQ4LjE0MTE3N3oiIGZpbGw9IiMyYzJjMmMiIHAtaWQ9Ijk3MTEiPjwvcGF0aD48L3N2Zz4=';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const useThemeConfig = defineStore('themeConfig', {
 | 
					export const useThemeConfig = defineStore('themeConfig', {
 | 
				
			||||||
    state: (): ThemeConfigState => ({
 | 
					    state: (): ThemeConfigState => ({
 | 
				
			||||||
@@ -130,39 +136,48 @@ export const useThemeConfig = defineStore('themeConfig', {
 | 
				
			|||||||
            // 网站主标题(菜单导航、浏览器当前网页标题)
 | 
					            // 网站主标题(菜单导航、浏览器当前网页标题)
 | 
				
			||||||
            globalTitle: 'mayfly',
 | 
					            globalTitle: 'mayfly',
 | 
				
			||||||
            // 网站副标题(登录页顶部文字)
 | 
					            // 网站副标题(登录页顶部文字)
 | 
				
			||||||
            globalViceTitle: 'mayfly',
 | 
					            globalViceTitle: 'mayfly-go',
 | 
				
			||||||
 | 
					            // 网站logo icon, base64编码内容
 | 
				
			||||||
 | 
					            logoIcon: logoIcon,
 | 
				
			||||||
            // 默认初始语言,可选值"<zh-cn|en|zh-tw>",默认 zh-cn
 | 
					            // 默认初始语言,可选值"<zh-cn|en|zh-tw>",默认 zh-cn
 | 
				
			||||||
            globalI18n: 'zh-cn',
 | 
					            globalI18n: 'zh-cn',
 | 
				
			||||||
            // 默认全局组件大小,可选值"<|large|default|small>",默认 ''
 | 
					            // 默认全局组件大小,可选值"<|large|default|small>",默认 ''
 | 
				
			||||||
            globalComponentSize: '',
 | 
					            globalComponentSize: '',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            /** 全局设置 */
 | 
				
			||||||
 | 
					            // 默认列表页的分页大小
 | 
				
			||||||
 | 
					            defaultListPageSize: 10,
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
    }),
 | 
					    }),
 | 
				
			||||||
    actions: {
 | 
					    actions: {
 | 
				
			||||||
        // 设置布局配置
 | 
					        initThemeConfig() {
 | 
				
			||||||
        setThemeConfig(data: ThemeConfigState) {
 | 
					            // 获取缓存中的布局配置
 | 
				
			||||||
            this.themeConfig = data.themeConfig;
 | 
					            const tc = getThemeConfig();
 | 
				
			||||||
        },
 | 
					            if (tc) {
 | 
				
			||||||
        // 切换暗模式
 | 
					                this.themeConfig = tc;
 | 
				
			||||||
        switchDark(isDark: boolean) {
 | 
					                document.documentElement.style.cssText = getLocal('themeConfigStyle');
 | 
				
			||||||
            this.themeConfig.isDark = isDark;
 | 
					 | 
				
			||||||
            const body = document.documentElement as HTMLElement;
 | 
					 | 
				
			||||||
            if (isDark) {
 | 
					 | 
				
			||||||
                body.setAttribute('class', 'dark');
 | 
					 | 
				
			||||||
                this.themeConfig.editorTheme = 'vs-dark';
 | 
					 | 
				
			||||||
            } else {
 | 
					 | 
				
			||||||
                body.setAttribute('class', '');
 | 
					 | 
				
			||||||
                this.themeConfig.editorTheme = 'vs';
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					
 | 
				
			||||||
        // 设置水印配置信息
 | 
					            // 根据后台系统配置初始化
 | 
				
			||||||
        setWatermarkConfig(useWatermarkConfig: any) {
 | 
					            getSysStyleConfig().then((res) => {
 | 
				
			||||||
            this.themeConfig.watermarkText = [];
 | 
					                if (res?.title) {
 | 
				
			||||||
            this.themeConfig.isWatermark = useWatermarkConfig.isUse;
 | 
					                    this.themeConfig.globalTitle = res.title;
 | 
				
			||||||
            if (!useWatermarkConfig.isUse) {
 | 
					                }
 | 
				
			||||||
                return;
 | 
					                if (res?.viceTitle) {
 | 
				
			||||||
            }
 | 
					                    this.themeConfig.globalViceTitle = res.viceTitle;
 | 
				
			||||||
            // 索引2为用户自定义水印信息
 | 
					                }
 | 
				
			||||||
            this.themeConfig.watermarkText[2] = useWatermarkConfig.content;
 | 
					                if (res?.logoIcon) {
 | 
				
			||||||
 | 
					                    this.themeConfig.logoIcon = res.logoIcon;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                this.themeConfig.watermarkText = [];
 | 
				
			||||||
 | 
					                this.themeConfig.isWatermark = res?.useWatermark;
 | 
				
			||||||
 | 
					                if (!res?.useWatermark) {
 | 
				
			||||||
 | 
					                    return;
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                // 索引2为用户自定义水印信息
 | 
				
			||||||
 | 
					                this.themeConfig.watermarkText[2] = res.watermarkContent;
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        // 设置水印用户信息
 | 
					        // 设置水印用户信息
 | 
				
			||||||
        setWatermarkUser(del: boolean = false) {
 | 
					        setWatermarkUser(del: boolean = false) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,21 +8,21 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:root {
 | 
					:root {
 | 
				
			||||||
	--color-white: #ffffff;
 | 
					    --color-white: #ffffff;
 | 
				
			||||||
	--bg-main-color: #f8f8f8;
 | 
					    --bg-main-color: #f8f8f8;
 | 
				
			||||||
	--bg-color: #f5f5ff;
 | 
					    --bg-color: #f5f5ff;
 | 
				
			||||||
    --bg-menuBarActiveColor: #0000000a;  // 菜单栏激活时的背景色
 | 
					    --bg-menuBarActiveColor: #0000000a; // 菜单栏激活时的背景色
 | 
				
			||||||
	--border-color-light: #f1f2f3;
 | 
					    --border-color-light: #f1f2f3;
 | 
				
			||||||
	--el-color-primary-lighter: #ecf5ff;
 | 
					    --el-color-primary-lighter: #ecf5ff;
 | 
				
			||||||
	--color-success-lighter: #f0f9eb;
 | 
					    --color-success-lighter: #f0f9eb;
 | 
				
			||||||
	--color-warning-lighter: #fdf6ec;
 | 
					    --color-warning-lighter: #fdf6ec;
 | 
				
			||||||
	--color-danger-lighter: #fef0f0;
 | 
					    --color-danger-lighter: #fef0f0;
 | 
				
			||||||
	--color-dark-hover: #0000001a;
 | 
					    --color-dark-hover: #0000001a;
 | 
				
			||||||
	--color-menu-hover: rgba(0, 0, 0, 0.2);
 | 
					    --color-menu-hover: rgba(0, 0, 0, 0.2);
 | 
				
			||||||
	--color-user-hover: rgba(0, 0, 0, 0.04);
 | 
					    --color-user-hover: rgba(0, 0, 0, 0.04);
 | 
				
			||||||
	--color-seting-main: #e9eef3;
 | 
					    --color-seting-main: #e9eef3;
 | 
				
			||||||
	--color-seting-aside: #d3dce6;
 | 
					    --color-seting-aside: #d3dce6;
 | 
				
			||||||
	--color-seting-header: #b3c0d1;
 | 
					    --color-seting-header: #b3c0d1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    --tagsview3-active-background-color: var(--el-color-primary-light-9);
 | 
					    --tagsview3-active-background-color: var(--el-color-primary-light-9);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -70,8 +70,9 @@ body,
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .layout-main {
 | 
					    .layout-main {
 | 
				
			||||||
        padding: 0 !important;
 | 
					        box-sizing: border-box;
 | 
				
			||||||
        overflow: hidden;
 | 
					        padding: 10px 10px;
 | 
				
			||||||
 | 
					        overflow-x: hidden;
 | 
				
			||||||
        width: 100%;
 | 
					        width: 100%;
 | 
				
			||||||
        background-color: var(--bg-main-color);
 | 
					        background-color: var(--bg-main-color);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -81,7 +82,7 @@ body,
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .layout-view-bg-white {
 | 
					    .layout-view-bg-white {
 | 
				
			||||||
        background: white;
 | 
					        background: var(--bg-main-color);
 | 
				
			||||||
        width: 100%;
 | 
					        width: 100%;
 | 
				
			||||||
        height: 100%;
 | 
					        height: 100%;
 | 
				
			||||||
        border-radius: 4px;
 | 
					        border-radius: 4px;
 | 
				
			||||||
@@ -107,11 +108,6 @@ body,
 | 
				
			|||||||
        transition: width 0.3s ease;
 | 
					        transition: width 0.3s ease;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .layout-scrollbar {
 | 
					 | 
				
			||||||
        @extend .el-scrollbar;
 | 
					 | 
				
			||||||
        padding: 10px;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    .layout-mian-height-50 {
 | 
					    .layout-mian-height-50 {
 | 
				
			||||||
        height: calc(100vh - 50px);
 | 
					        height: calc(100vh - 50px);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -125,6 +121,11 @@ body,
 | 
				
			|||||||
    .layout-hide {
 | 
					    .layout-hide {
 | 
				
			||||||
        display: none;
 | 
					        display: none;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .el-footer {
 | 
				
			||||||
 | 
					        height: auto;
 | 
				
			||||||
 | 
					        padding: 0;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* element plus 全局样式
 | 
					/* element plus 全局样式
 | 
				
			||||||
@@ -190,6 +191,23 @@ body,
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.flex-justify-between {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    align-items: center; // 垂直方向水平居中
 | 
				
			||||||
 | 
					    justify-content: space-between; // 使第一个子元素靠近父容器的起始位置,最后一个子元素靠近终止位置,而其他子元素均匀分布在它们之间
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.flex-all-center {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    align-items: center;
 | 
				
			||||||
 | 
					    justify-content: center;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.flex-align-center {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    align-items: center; // 垂直方向水平居中
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 宽高 100%
 | 
					/* 宽高 100%
 | 
				
			||||||
------------------------------- */
 | 
					------------------------------- */
 | 
				
			||||||
.w100 {
 | 
					.w100 {
 | 
				
			||||||
@@ -236,7 +254,7 @@ body,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* 字体大小全局样式
 | 
					/* 字体大小全局样式
 | 
				
			||||||
------------------------------- */
 | 
					------------------------------- */
 | 
				
			||||||
@for $i from 10 through 32 {
 | 
					@for $i from 8 through 32 {
 | 
				
			||||||
    .font#{$i} {
 | 
					    .font#{$i} {
 | 
				
			||||||
        font-size: #{$i}px !important;
 | 
					        font-size: #{$i}px !important;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -276,6 +294,10 @@ body,
 | 
				
			|||||||
    .pl#{$i} {
 | 
					    .pl#{$i} {
 | 
				
			||||||
        padding-left: #{$i}px !important;
 | 
					        padding-left: #{$i}px !important;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .pd#{$i} {
 | 
				
			||||||
 | 
					        padding: #{$i}px !important;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -335,12 +357,23 @@ body,
 | 
				
			|||||||
    user-select: none;
 | 
					    user-select: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.toolbar {
 | 
					/* custom card */
 | 
				
			||||||
    width: 100%;
 | 
					.card {
 | 
				
			||||||
    padding: 4px;
 | 
					    box-sizing: border-box;
 | 
				
			||||||
    overflow: hidden;
 | 
					    padding: 20px;
 | 
				
			||||||
    line-height: 24px;
 | 
					    overflow-x: hidden;
 | 
				
			||||||
    border: 1px solid var(--el-border-color-light, #ebeef5);
 | 
					    background-color: var(--el-bg-color);
 | 
				
			||||||
 | 
					    border: 1px solid var(--el-border-color-light);
 | 
				
			||||||
 | 
					    border-radius: 6px;
 | 
				
			||||||
 | 
					    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* content-box (常用内容盒子) */
 | 
				
			||||||
 | 
					.content-box {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    flex-direction: column;
 | 
				
			||||||
 | 
					    align-items: center;
 | 
				
			||||||
 | 
					    height: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.fl {
 | 
					.fl {
 | 
				
			||||||
@@ -361,10 +394,6 @@ body,
 | 
				
			|||||||
    z-index: inherit !important;
 | 
					    z-index: inherit !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.f12 {
 | 
					 | 
				
			||||||
    font-size: 12px
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.pointer {
 | 
					.pointer {
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -373,6 +402,46 @@ body,
 | 
				
			|||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
    transition: color 0.3s;
 | 
					    transition: color 0.3s;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.pointer-icon:hover {
 | 
					.pointer-icon:hover {
 | 
				
			||||||
    color: var(--el-color-primary); /* 鼠标移动到图标时的颜色 */
 | 
					    color: var(--el-color-primary);
 | 
				
			||||||
 | 
					    /* 鼠标移动到图标时的颜色 */
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**   splitpanes  **/
 | 
				
			||||||
 | 
					.splitpanes.default-theme .splitpanes {
 | 
				
			||||||
 | 
					    background: transparent !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.splitpanes.default-theme .splitpanes__pane {
 | 
				
			||||||
 | 
					    background: transparent !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.default-theme.splitpanes--vertical>.splitpanes__splitter {
 | 
				
			||||||
 | 
					    border-left: 1px solid var(--bg-main-color);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.default-theme.splitpanes--horizontal>.splitpanes__splitter {
 | 
				
			||||||
 | 
					    border-top: 1px solid var(--bg-main-color);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 竖线样式
 | 
				
			||||||
 | 
					.splitpanes.default-theme .splitpanes__splitter::before,
 | 
				
			||||||
 | 
					.splitpanes.default-theme .splitpanes__splitter::after {
 | 
				
			||||||
 | 
					    background-color: var(--el-color-info-light-5);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.splitpanes.default-theme .splitpanes__splitter:hover::before,
 | 
				
			||||||
 | 
					.splitpanes.default-theme .splitpanes__splitter:hover::after {
 | 
				
			||||||
 | 
					    background-color: var(--el-color-success);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.splitpanes.default-theme .splitpanes__splitter {
 | 
				
			||||||
 | 
					    min-width: 6px;
 | 
				
			||||||
 | 
					    background: var(--el-color-info-light-8) !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.splitpanes.default-theme .splitpanes__splitter:hover {
 | 
				
			||||||
 | 
					    background: var(--el-color-success-light-8) !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
							
								
								
									
										3
									
								
								mayfly_go_web/src/types/pinia.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								mayfly_go_web/src/types/pinia.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -49,6 +49,7 @@ declare interface ThemeConfigState {
 | 
				
			|||||||
        isRequestRoutes: boolean;
 | 
					        isRequestRoutes: boolean;
 | 
				
			||||||
        globalTitle: string;
 | 
					        globalTitle: string;
 | 
				
			||||||
        globalViceTitle: string;
 | 
					        globalViceTitle: string;
 | 
				
			||||||
 | 
					        logoIcon: string;
 | 
				
			||||||
        globalI18n: string;
 | 
					        globalI18n: string;
 | 
				
			||||||
        globalComponentSize: string;
 | 
					        globalComponentSize: string;
 | 
				
			||||||
        terminalForeground: string;
 | 
					        terminalForeground: string;
 | 
				
			||||||
@@ -57,6 +58,8 @@ declare interface ThemeConfigState {
 | 
				
			|||||||
        terminalFontSize: number;
 | 
					        terminalFontSize: number;
 | 
				
			||||||
        terminalFontWeight: string | any;
 | 
					        terminalFontWeight: string | any;
 | 
				
			||||||
        editorTheme: string;
 | 
					        editorTheme: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        defaultListPageSize: number;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								mayfly_go_web/src/types/shim.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								mayfly_go_web/src/types/shim.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -3,3 +3,4 @@ declare module 'sql-formatter';
 | 
				
			|||||||
declare module 'jsoneditor';
 | 
					declare module 'jsoneditor';
 | 
				
			||||||
declare module 'asciinema-player';
 | 
					declare module 'asciinema-player';
 | 
				
			||||||
declare module 'vue-grid-layout';
 | 
					declare module 'vue-grid-layout';
 | 
				
			||||||
 | 
					declare module 'splitpanes';
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,16 +19,21 @@
 | 
				
			|||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts">
 | 
				
			||||||
import { useRouter } from 'vue-router';
 | 
					import { useRouter, useRoute } from 'vue-router';
 | 
				
			||||||
import { clearSession } from '@/common/utils/storage';
 | 
					import { clearSession } from '@/common/utils/storage';
 | 
				
			||||||
 | 
					import { URL_LOGIN } from '@/router/staticRouter';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default {
 | 
					export default {
 | 
				
			||||||
    name: '401',
 | 
					    name: '401',
 | 
				
			||||||
    setup() {
 | 
					    setup() {
 | 
				
			||||||
        const router = useRouter();
 | 
					        const router = useRouter();
 | 
				
			||||||
 | 
					        const route = useRoute();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        const onSetAuth = () => {
 | 
					        const onSetAuth = () => {
 | 
				
			||||||
            clearSession();
 | 
					            clearSession();
 | 
				
			||||||
            router.push('/login');
 | 
					            router.push({ path: URL_LOGIN, query: route.query });
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return {
 | 
					        return {
 | 
				
			||||||
            onSetAuth,
 | 
					            onSetAuth,
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
@@ -93,3 +98,4 @@ export default {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 | 
					@/router/staticRouter
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -132,7 +132,7 @@ import { nextTick, onMounted, ref, toRefs, reactive, computed } from 'vue';
 | 
				
			|||||||
import { useRoute, useRouter } from 'vue-router';
 | 
					import { useRoute, useRouter } from 'vue-router';
 | 
				
			||||||
import { ElMessage } from 'element-plus';
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
import { initRouter } from '@/router/index';
 | 
					import { initRouter } from '@/router/index';
 | 
				
			||||||
import { saveToken, saveUser, setSession } from '@/common/utils/storage';
 | 
					import { saveToken, saveUser } from '@/common/utils/storage';
 | 
				
			||||||
import { formatAxis } from '@/common/utils/format';
 | 
					import { formatAxis } from '@/common/utils/format';
 | 
				
			||||||
import openApi from '@/common/openApi';
 | 
					import openApi from '@/common/openApi';
 | 
				
			||||||
import { RsaEncrypt } from '@/common/rsa';
 | 
					import { RsaEncrypt } from '@/common/rsa';
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,9 +2,9 @@
 | 
				
			|||||||
    <div class="login-container flex">
 | 
					    <div class="login-container flex">
 | 
				
			||||||
        <div class="login-left">
 | 
					        <div class="login-left">
 | 
				
			||||||
            <div class="login-left-logo">
 | 
					            <div class="login-left-logo">
 | 
				
			||||||
                <img :src="logoMini" />
 | 
					                <img :src="themeConfig.logoIcon" />
 | 
				
			||||||
                <div class="login-left-logo-text">
 | 
					                <div class="login-left-logo-text">
 | 
				
			||||||
                    <span>mayfly-go</span>
 | 
					                    <span>{{ themeConfig.globalViceTitle }}</span>
 | 
				
			||||||
                    <!-- <span class="login-left-logo-text-msg">mayfly-go</span> -->
 | 
					                    <!-- <span class="login-left-logo-text-msg">mayfly-go</span> -->
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
@@ -18,7 +18,7 @@
 | 
				
			|||||||
                <span class="login-right-warp-one"></span>
 | 
					                <span class="login-right-warp-one"></span>
 | 
				
			||||||
                <span class="login-right-warp-two"></span>
 | 
					                <span class="login-right-warp-two"></span>
 | 
				
			||||||
                <div class="login-right-warp-mian">
 | 
					                <div class="login-right-warp-mian">
 | 
				
			||||||
                    <div class="login-right-warp-main-title">mayfly-go</div>
 | 
					                    <div class="login-right-warp-main-title">{{ themeConfig.globalViceTitle }}</div>
 | 
				
			||||||
                    <div class="login-right-warp-main-form">
 | 
					                    <div class="login-right-warp-main-form">
 | 
				
			||||||
                        <div v-if="!state.isScan">
 | 
					                        <div v-if="!state.isScan">
 | 
				
			||||||
                            <el-tabs v-model="state.tabsActiveName">
 | 
					                            <el-tabs v-model="state.tabsActiveName">
 | 
				
			||||||
@@ -47,11 +47,11 @@
 | 
				
			|||||||
<script setup lang="ts" name="loginIndex">
 | 
					<script setup lang="ts" name="loginIndex">
 | 
				
			||||||
import { ref, defineAsyncComponent, onMounted, reactive } from 'vue';
 | 
					import { ref, defineAsyncComponent, onMounted, reactive } from 'vue';
 | 
				
			||||||
import { useThemeConfig } from '@/store/themeConfig';
 | 
					import { useThemeConfig } from '@/store/themeConfig';
 | 
				
			||||||
import logoMini from '@/assets/image/logo.svg';
 | 
					 | 
				
			||||||
import loginBgImg from '@/assets/image/login-bg-main.svg';
 | 
					import loginBgImg from '@/assets/image/login-bg-main.svg';
 | 
				
			||||||
import loginBgSplitImg from '@/assets/image/login-bg-split.svg';
 | 
					import loginBgSplitImg from '@/assets/image/login-bg-split.svg';
 | 
				
			||||||
import openApi from '@/common/openApi';
 | 
					import openApi from '@/common/openApi';
 | 
				
			||||||
import config from '@/common/config';
 | 
					import config from '@/common/config';
 | 
				
			||||||
 | 
					import { storeToRefs } from 'pinia';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 引入组件
 | 
					// 引入组件
 | 
				
			||||||
const Account = defineAsyncComponent(() => import('./component/AccountLogin.vue'));
 | 
					const Account = defineAsyncComponent(() => import('./component/AccountLogin.vue'));
 | 
				
			||||||
@@ -60,6 +60,7 @@ const loginForm = ref<{ loginResDeal: (data: any) => void } | null>(null);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// 定义变量内容
 | 
					// 定义变量内容
 | 
				
			||||||
const storesThemeConfig = useThemeConfig();
 | 
					const storesThemeConfig = useThemeConfig();
 | 
				
			||||||
 | 
					const { themeConfig } = storeToRefs(storesThemeConfig);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    tabsActiveName: 'account',
 | 
					    tabsActiveName: 'account',
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										45
									
								
								mayfly_go_web/src/views/ops/component/ResourceTag.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								mayfly_go_web/src/views/ops/component/ResourceTag.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,45 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div style="display: inline-flex; justify-content: center; align-items: center; cursor: pointer; vertical-align: middle">
 | 
				
			||||||
 | 
					        <el-popover :show-after="500" @show="getTags" placement="top-start" width="230" trigger="hover">
 | 
				
			||||||
 | 
					            <template #reference>
 | 
				
			||||||
 | 
					                <div>
 | 
				
			||||||
 | 
					                    <!-- <el-button type="primary" link size="small">标签</el-button> -->
 | 
				
			||||||
 | 
					                    <SvgIcon name="view" :size="16" color="var(--el-color-primary)" />
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <el-tag effect="plain" v-for="tag in tags" :key="tag" class="ml5" type="success" size="small">{{ tag.tagPath }}</el-tag>
 | 
				
			||||||
 | 
					        </el-popover>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { reactive, toRefs } from 'vue';
 | 
				
			||||||
 | 
					import { tagApi } from '../tag/api';
 | 
				
			||||||
 | 
					import SvgIcon from '@/components/svgIcon/index.vue';
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    resourceCode: {
 | 
				
			||||||
 | 
					        type: [String],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    resourceType: {
 | 
				
			||||||
 | 
					        type: [Number],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    tags: [] as any,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { tags } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const getTags = async () => {
 | 
				
			||||||
 | 
					    state.tags = await tagApi.getTagResources.request({
 | 
				
			||||||
 | 
					        resourceCode: props.resourceCode,
 | 
				
			||||||
 | 
					        resourceType: props.resourceType,
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<style lang="scss"></style>
 | 
				
			||||||
@@ -1,59 +1,60 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="tag-tree">
 | 
					    <div class="tag-tree card pd5">
 | 
				
			||||||
        <el-row type="flex" justify="space-between">
 | 
					        <el-scrollbar>
 | 
				
			||||||
            <el-col :span="24" class="el-scrollbar flex-auto" style="overflow: auto">
 | 
					            <el-input v-model="filterText" placeholder="输入关键字->搜索已展开节点信息" clearable size="small" class="mb5 w100" />
 | 
				
			||||||
                <el-input v-model="filterText" placeholder="输入关键字->搜索已展开节点信息" clearable size="small" class="mb5" />
 | 
					            <el-tree
 | 
				
			||||||
 | 
					                ref="treeRef"
 | 
				
			||||||
                <el-tree
 | 
					                :highlight-current="true"
 | 
				
			||||||
                    ref="treeRef"
 | 
					                :indent="10"
 | 
				
			||||||
                    :style="{ maxHeight: state.height, height: state.height, overflow: 'auto' }"
 | 
					                :load="loadNode"
 | 
				
			||||||
                    :highlight-current="true"
 | 
					                :props="treeProps"
 | 
				
			||||||
                    :indent="10"
 | 
					                lazy
 | 
				
			||||||
                    :load="loadNode"
 | 
					                node-key="key"
 | 
				
			||||||
                    :props="treeProps"
 | 
					                :expand-on-click-node="true"
 | 
				
			||||||
                    lazy
 | 
					                :filter-node-method="filterNode"
 | 
				
			||||||
                    node-key="key"
 | 
					                @node-click="treeNodeClick"
 | 
				
			||||||
                    :expand-on-click-node="true"
 | 
					                @node-expand="treeNodeClick"
 | 
				
			||||||
                    :filter-node-method="filterNode"
 | 
					                @node-contextmenu="nodeContextmenu"
 | 
				
			||||||
                    @node-click="treeNodeClick"
 | 
					            >
 | 
				
			||||||
                    @node-expand="treeNodeClick"
 | 
					                <template #default="{ node, data }">
 | 
				
			||||||
                    @node-contextmenu="nodeContextmenu"
 | 
					                    <span>
 | 
				
			||||||
                >
 | 
					                        <span v-if="data.type.value == TagTreeNode.TagPath">
 | 
				
			||||||
                    <template #default="{ node, data }">
 | 
					                            <tag-info :tag-path="data.label" />
 | 
				
			||||||
                        <span>
 | 
					 | 
				
			||||||
                            <span v-if="data.type.value == TagTreeNode.TagPath">
 | 
					 | 
				
			||||||
                                <tag-info :tag-path="data.label" />
 | 
					 | 
				
			||||||
                            </span>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                            <slot v-else :node="node" :data="data" name="prefix"></slot>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                            <span class="ml3">
 | 
					 | 
				
			||||||
                                <slot name="label" :data="data"> {{ data.label }}</slot>
 | 
					 | 
				
			||||||
                            </span>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                            <slot :node="node" :data="data" name="suffix"></slot>
 | 
					 | 
				
			||||||
                        </span>
 | 
					                        </span>
 | 
				
			||||||
                    </template>
 | 
					
 | 
				
			||||||
                </el-tree>
 | 
					                        <slot v-else :node="node" :data="data" name="prefix"></slot>
 | 
				
			||||||
            </el-col>
 | 
					
 | 
				
			||||||
        </el-row>
 | 
					                        <span class="ml3" :title="data.labelRemark">
 | 
				
			||||||
        <contextmenu :dropdown="state.dropdown" :items="state.contextmenuItems" ref="contextmenuRef" @currentContextmenuClick="onCurrentContextmenuClick" />
 | 
					                            <slot name="label" :data="data"> {{ data.label }}</slot>
 | 
				
			||||||
 | 
					                        </span>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <slot :node="node" :data="data" name="suffix"></slot>
 | 
				
			||||||
 | 
					                    </span>
 | 
				
			||||||
 | 
					                </template>
 | 
				
			||||||
 | 
					            </el-tree>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <contextmenu :dropdown="state.dropdown" :items="state.contextmenuItems" ref="contextmenuRef" @currentContextmenuClick="onCurrentContextmenuClick" />
 | 
				
			||||||
 | 
					        </el-scrollbar>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { onMounted, reactive, ref, watch, toRefs, onUnmounted } from 'vue';
 | 
					import { onMounted, reactive, ref, watch, toRefs } from 'vue';
 | 
				
			||||||
import { TagTreeNode } from './tag';
 | 
					import { NodeType, TagTreeNode } from './tag';
 | 
				
			||||||
import TagInfo from './TagInfo.vue';
 | 
					import TagInfo from './TagInfo.vue';
 | 
				
			||||||
import { Contextmenu } from '@/components/contextmenu';
 | 
					import { Contextmenu } from '@/components/contextmenu';
 | 
				
			||||||
import { useViewport } from '@/common/use';
 | 
					import { tagApi } from '../tag/api';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = defineProps({
 | 
					const props = defineProps({
 | 
				
			||||||
    load: {
 | 
					    resourceType: {
 | 
				
			||||||
        type: Function,
 | 
					        type: [Number],
 | 
				
			||||||
        required: false,
 | 
					        required: true,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    loadTags: {
 | 
					    tagPathNodeType: {
 | 
				
			||||||
 | 
					        type: [NodeType],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    load: {
 | 
				
			||||||
        type: Function,
 | 
					        type: Function,
 | 
				
			||||||
        required: false,
 | 
					        required: false,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@@ -73,8 +74,6 @@ const emit = defineEmits(['nodeClick', 'currentContextmenuClick']);
 | 
				
			|||||||
const treeRef: any = ref(null);
 | 
					const treeRef: any = ref(null);
 | 
				
			||||||
const contextmenuRef = ref();
 | 
					const contextmenuRef = ref();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { vh } = useViewport();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    height: 600 as any,
 | 
					    height: 600 as any,
 | 
				
			||||||
    filterText: '',
 | 
					    filterText: '',
 | 
				
			||||||
@@ -87,18 +86,7 @@ const state = reactive({
 | 
				
			|||||||
});
 | 
					});
 | 
				
			||||||
const { filterText } = toRefs(state);
 | 
					const { filterText } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onMounted(async () => {
 | 
					onMounted(async () => {});
 | 
				
			||||||
    setHeight();
 | 
					 | 
				
			||||||
    window.addEventListener('resize', setHeight);
 | 
					 | 
				
			||||||
});
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const setHeight = () => {
 | 
					 | 
				
			||||||
    state.height = vh.value - 148 + 'px';
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
onUnmounted(() => {
 | 
					 | 
				
			||||||
    window.removeEventListener('resize', setHeight);
 | 
					 | 
				
			||||||
});
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
watch(filterText, (val) => {
 | 
					watch(filterText, (val) => {
 | 
				
			||||||
    treeRef.value?.filter(val);
 | 
					    treeRef.value?.filter(val);
 | 
				
			||||||
@@ -109,6 +97,18 @@ const filterNode = (value: string, data: any) => {
 | 
				
			|||||||
    return data.label.includes(value);
 | 
					    return data.label.includes(value);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 加载标签树节点
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					const loadTags = async () => {
 | 
				
			||||||
 | 
					    const tags = await tagApi.getResourceTagPaths.request({ resourceType: props.resourceType });
 | 
				
			||||||
 | 
					    const tagNodes = [];
 | 
				
			||||||
 | 
					    for (let tagPath of tags) {
 | 
				
			||||||
 | 
					        tagNodes.push(new TagTreeNode(tagPath, tagPath, props.tagPathNodeType));
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return tagNodes;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * 加载树节点
 | 
					 * 加载树节点
 | 
				
			||||||
 * @param { Object } node
 | 
					 * @param { Object } node
 | 
				
			||||||
@@ -120,8 +120,8 @@ const loadNode = async (node: any, resolve: any) => {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    let nodes = [];
 | 
					    let nodes = [];
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
        if (node.level == 0 && props.loadTags) {
 | 
					        if (node.level == 0) {
 | 
				
			||||||
            nodes = await props.loadTags(node);
 | 
					            nodes = await loadTags();
 | 
				
			||||||
        } else if (props.load) {
 | 
					        } else if (props.load) {
 | 
				
			||||||
            nodes = await props.load(node);
 | 
					            nodes = await props.load(node);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
@@ -186,11 +186,7 @@ defineExpose({
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<style lang="scss" scoped>
 | 
					<style lang="scss" scoped>
 | 
				
			||||||
.tag-tree {
 | 
					.tag-tree {
 | 
				
			||||||
    overflow: 'auto';
 | 
					    height: calc(100vh - 108px);
 | 
				
			||||||
    position: relative;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
 | 
					 | 
				
			||||||
    border: 1px solid var(--el-border-color-light, #ebeef5);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .el-tree {
 | 
					    .el-tree {
 | 
				
			||||||
        display: inline-block;
 | 
					        display: inline-block;
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										135
									
								
								mayfly_go_web/src/views/ops/component/TagTreeResourceSelect.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										135
									
								
								mayfly_go_web/src/views/ops/component/TagTreeResourceSelect.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,135 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <el-tree-select
 | 
				
			||||||
 | 
					        v-bind="$attrs"
 | 
				
			||||||
 | 
					        ref="treeRef"
 | 
				
			||||||
 | 
					        :highlight-current="true"
 | 
				
			||||||
 | 
					        :indent="10"
 | 
				
			||||||
 | 
					        :load="loadNode"
 | 
				
			||||||
 | 
					        :props="treeProps"
 | 
				
			||||||
 | 
					        lazy
 | 
				
			||||||
 | 
					        node-key="key"
 | 
				
			||||||
 | 
					        :expand-on-click-node="true"
 | 
				
			||||||
 | 
					        filterable
 | 
				
			||||||
 | 
					        :filter-node-method="filterNode"
 | 
				
			||||||
 | 
					        v-model="modelValue"
 | 
				
			||||||
 | 
					        @change="changeNode"
 | 
				
			||||||
 | 
					    >
 | 
				
			||||||
 | 
					        <template #default="{ node, data }">
 | 
				
			||||||
 | 
					            <span>
 | 
				
			||||||
 | 
					                <span v-if="data.type.value == TagTreeNode.TagPath">
 | 
				
			||||||
 | 
					                    <tag-info :tag-path="data.label" />
 | 
				
			||||||
 | 
					                </span>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                <slot v-else :node="node" :data="data" name="prefix"></slot>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                <span class="ml3" :title="data.labelRemark">
 | 
				
			||||||
 | 
					                    <slot name="label" :data="data"> {{ data.label }}</slot>
 | 
				
			||||||
 | 
					                </span>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                <slot :node="node" :data="data" name="suffix"></slot>
 | 
				
			||||||
 | 
					            </span>
 | 
				
			||||||
 | 
					        </template>
 | 
				
			||||||
 | 
					    </el-tree-select>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { onMounted, reactive, ref, watch, toRefs } from 'vue';
 | 
				
			||||||
 | 
					import { NodeType, TagTreeNode } from './tag';
 | 
				
			||||||
 | 
					import TagInfo from './TagInfo.vue';
 | 
				
			||||||
 | 
					import { tagApi } from '../tag/api';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    resourceType: {
 | 
				
			||||||
 | 
					        type: [Number],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    tagPathNodeType: {
 | 
				
			||||||
 | 
					        type: [NodeType],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    load: {
 | 
				
			||||||
 | 
					        type: Function,
 | 
				
			||||||
 | 
					        required: false,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const treeProps = {
 | 
				
			||||||
 | 
					    label: 'name',
 | 
				
			||||||
 | 
					    children: 'zones',
 | 
				
			||||||
 | 
					    isLeaf: 'isLeaf',
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const emit = defineEmits(['change']);
 | 
				
			||||||
 | 
					const treeRef: any = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const modelValue = defineModel('modelValue');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    height: 600 as any,
 | 
				
			||||||
 | 
					    filterText: '',
 | 
				
			||||||
 | 
					    opend: {},
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					const { filterText } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onMounted(async () => {});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(filterText, (val) => {
 | 
				
			||||||
 | 
					    treeRef.value?.filter(val);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const filterNode = (value: string, data: any) => {
 | 
				
			||||||
 | 
					    if (!value) return true;
 | 
				
			||||||
 | 
					    return data.label.includes(value);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 加载标签树节点
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					const loadTags = async () => {
 | 
				
			||||||
 | 
					    const tags = await tagApi.getResourceTagPaths.request({ resourceType: props.resourceType });
 | 
				
			||||||
 | 
					    const tagNodes = [];
 | 
				
			||||||
 | 
					    for (let tagPath of tags) {
 | 
				
			||||||
 | 
					        tagNodes.push(new TagTreeNode(tagPath, tagPath, props.tagPathNodeType));
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return tagNodes;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 加载树节点
 | 
				
			||||||
 | 
					 * @param { Object } node
 | 
				
			||||||
 | 
					 * @param { Object } resolve
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					const loadNode = async (node: any, resolve: any) => {
 | 
				
			||||||
 | 
					    if (typeof resolve !== 'function') {
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    let nodes = [];
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					        if (node.level == 0) {
 | 
				
			||||||
 | 
					            nodes = await loadTags();
 | 
				
			||||||
 | 
					        } else if (props.load) {
 | 
				
			||||||
 | 
					            nodes = await props.load(node);
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            nodes = await node.data.loadChildren();
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    } catch (e: any) {
 | 
				
			||||||
 | 
					        console.error(e);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return resolve(nodes);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const getNode = (nodeKey: any) => {
 | 
				
			||||||
 | 
					    let node = treeRef.value.getNode(nodeKey);
 | 
				
			||||||
 | 
					    if (!node) {
 | 
				
			||||||
 | 
					        throw new Error('未找到节点: ' + nodeKey);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return node;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const changeNode = (val: any) => {
 | 
				
			||||||
 | 
					    // 触发改变时间,并传递节点数据
 | 
				
			||||||
 | 
					    emit('change', getNode(val)?.data);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<style lang="scss" scoped></style>
 | 
				
			||||||
@@ -2,14 +2,14 @@
 | 
				
			|||||||
    <div>
 | 
					    <div>
 | 
				
			||||||
        <el-tree-select
 | 
					        <el-tree-select
 | 
				
			||||||
            v-bind="$attrs"
 | 
					            v-bind="$attrs"
 | 
				
			||||||
            @check="changeTag"
 | 
					            v-model="selectTags"
 | 
				
			||||||
 | 
					            @change="changeTag"
 | 
				
			||||||
            style="width: 100%"
 | 
					            style="width: 100%"
 | 
				
			||||||
            :data="tags"
 | 
					            :data="tags"
 | 
				
			||||||
            placeholder="请选择关联标签"
 | 
					            placeholder="请选择关联标签"
 | 
				
			||||||
            :render-after-expand="true"
 | 
					            :render-after-expand="true"
 | 
				
			||||||
            :default-expanded-keys="[selectTags]"
 | 
					            :default-expanded-keys="[selectTags]"
 | 
				
			||||||
            show-checkbox
 | 
					            show-checkbox
 | 
				
			||||||
            check-strictly
 | 
					 | 
				
			||||||
            node-key="id"
 | 
					            node-key="id"
 | 
				
			||||||
            :props="{
 | 
					            :props="{
 | 
				
			||||||
                value: 'id',
 | 
					                value: 'id',
 | 
				
			||||||
@@ -33,35 +33,46 @@
 | 
				
			|||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { useAttrs, toRefs, reactive, onMounted } from 'vue';
 | 
					import { toRefs, reactive, onMounted } from 'vue';
 | 
				
			||||||
import { tagApi } from '../tag/api';
 | 
					import { tagApi } from '../tag/api';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const attrs = useAttrs();
 | 
					 | 
				
			||||||
//定义事件
 | 
					//定义事件
 | 
				
			||||||
const emit = defineEmits(['changeTag', 'update:tagPath']);
 | 
					const emit = defineEmits(['update:modelValue', 'changeTag', 'input']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    resourceCode: {
 | 
				
			||||||
 | 
					        type: [String],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    resourceType: {
 | 
				
			||||||
 | 
					        type: [Number],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    tags: [],
 | 
					    tags: [],
 | 
				
			||||||
    // 单选则为id,多选为id数组
 | 
					    // 单选则为id,多选为id数组
 | 
				
			||||||
    selectTags: null as any,
 | 
					    selectTags: [],
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { tags, selectTags } = toRefs(state);
 | 
					const { tags, selectTags } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onMounted(async () => {
 | 
					onMounted(async () => {
 | 
				
			||||||
    if (attrs.modelValue) {
 | 
					    if (props.resourceCode) {
 | 
				
			||||||
        state.selectTags = attrs.modelValue;
 | 
					        const resourceTags = await tagApi.getTagResources.request({
 | 
				
			||||||
 | 
					            resourceCode: props.resourceCode,
 | 
				
			||||||
 | 
					            resourceType: props.resourceType,
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					        state.selectTags = resourceTags.map((x: any) => x.tagId);
 | 
				
			||||||
 | 
					        changeTag();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    state.tags = await tagApi.getTagTrees.request(null);
 | 
					    state.tags = await tagApi.getTagTrees.request(null);
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const changeTag = (tag: any, checkInfo: any) => {
 | 
					const changeTag = () => {
 | 
				
			||||||
    if (checkInfo.checkedNodes.length > 0) {
 | 
					    emit('changeTag', state.selectTags);
 | 
				
			||||||
        emit('update:tagPath', tag.codePath);
 | 
					 | 
				
			||||||
        emit('changeTag', tag);
 | 
					 | 
				
			||||||
    } else {
 | 
					 | 
				
			||||||
        emit('update:tagPath', null);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
<style lang="scss"></style>
 | 
					<style lang="scss"></style>
 | 
				
			||||||
@@ -1,4 +1,6 @@
 | 
				
			|||||||
 | 
					import { OptionsApi, SearchItem } from '@/components/SearchForm';
 | 
				
			||||||
import { ContextmenuItem } from '@/components/contextmenu';
 | 
					import { ContextmenuItem } from '@/components/contextmenu';
 | 
				
			||||||
 | 
					import { tagApi } from '../tag/api';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export class TagTreeNode {
 | 
					export class TagTreeNode {
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
@@ -11,6 +13,11 @@ export class TagTreeNode {
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    label: string;
 | 
					    label: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 节点名称备注(用于元素title属性)
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    labelRemark: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 树节点类型
 | 
					     * 树节点类型
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
@@ -36,6 +43,11 @@ export class TagTreeNode {
 | 
				
			|||||||
        this.type = type || new NodeType(TagTreeNode.TagPath);
 | 
					        this.type = type || new NodeType(TagTreeNode.TagPath);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    withLabelRemark(labelRemark: any) {
 | 
				
			||||||
 | 
					        this.labelRemark = labelRemark;
 | 
				
			||||||
 | 
					        return this;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    withIsLeaf(isLeaf: boolean) {
 | 
					    withIsLeaf(isLeaf: boolean) {
 | 
				
			||||||
        this.isLeaf = isLeaf;
 | 
					        this.isLeaf = isLeaf;
 | 
				
			||||||
        return this;
 | 
					        return this;
 | 
				
			||||||
@@ -115,3 +127,21 @@ export class NodeType {
 | 
				
			|||||||
        return this;
 | 
					        return this;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 获取标签搜索项配置
 | 
				
			||||||
 | 
					 * @param resourceType 资源类型
 | 
				
			||||||
 | 
					 * @returns
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					export function getTagPathSearchItem(resourceType: number) {
 | 
				
			||||||
 | 
					    return SearchItem.select('tagPath', '标签').withOptionsApi(
 | 
				
			||||||
 | 
					        OptionsApi.new(tagApi.getResourceTagPaths, { resourceType }).withConvertFn((res: any) => {
 | 
				
			||||||
 | 
					            return res.map((x: any) => {
 | 
				
			||||||
 | 
					                return {
 | 
				
			||||||
 | 
					                    label: x,
 | 
				
			||||||
 | 
					                    value: x,
 | 
				
			||||||
 | 
					                };
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
 | 
					        })
 | 
				
			||||||
 | 
					    );
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										232
									
								
								mayfly_go_web/src/views/ops/db/DbBackupEdit.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										232
									
								
								mayfly_go_web/src/views/ops/db/DbBackupEdit.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,232 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div>
 | 
				
			||||||
 | 
					        <el-dialog :title="title" :model-value="visible" :before-close="cancel" :close-on-click-modal="false" :destroy-on-close="true" width="38%">
 | 
				
			||||||
 | 
					            <el-form :model="state.form" ref="backupForm" label-width="auto" :rules="rules">
 | 
				
			||||||
 | 
					                <el-form-item prop="dbNames" label="数据库名称">
 | 
				
			||||||
 | 
					                    <el-select
 | 
				
			||||||
 | 
					                        v-model="state.dbNamesSelected"
 | 
				
			||||||
 | 
					                        multiple
 | 
				
			||||||
 | 
					                        clearable
 | 
				
			||||||
 | 
					                        collapse-tags
 | 
				
			||||||
 | 
					                        collapse-tags-tooltip
 | 
				
			||||||
 | 
					                        filterable
 | 
				
			||||||
 | 
					                        :disabled="state.editOrCreate"
 | 
				
			||||||
 | 
					                        :filter-method="filterDbNames"
 | 
				
			||||||
 | 
					                        placeholder="数据库名称"
 | 
				
			||||||
 | 
					                        style="width: 100%"
 | 
				
			||||||
 | 
					                    >
 | 
				
			||||||
 | 
					                        <template #header>
 | 
				
			||||||
 | 
					                            <el-checkbox v-model="checkAllDbNames" :indeterminate="indeterminateDbNames" @change="handleCheckAll"> 全选 </el-checkbox>
 | 
				
			||||||
 | 
					                        </template>
 | 
				
			||||||
 | 
					                        <el-option v-for="db in state.dbNamesFiltered" :key="db" :label="db" :value="db" />
 | 
				
			||||||
 | 
					                    </el-select>
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                <el-form-item prop="name" label="任务名称">
 | 
				
			||||||
 | 
					                    <el-input v-model.number="state.form.name" type="text" placeholder="任务名称"></el-input>
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					                <el-form-item prop="startTime" label="开始时间">
 | 
				
			||||||
 | 
					                    <el-date-picker v-model="state.form.startTime" type="datetime" placeholder="开始时间" />
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					                <el-form-item prop="intervalDay" label="备份周期">
 | 
				
			||||||
 | 
					                    <el-input v-model.number="state.form.intervalDay" type="number" placeholder="备份周期(单位:天)"></el-input>
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					            </el-form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #footer>
 | 
				
			||||||
 | 
					                <div class="dialog-footer">
 | 
				
			||||||
 | 
					                    <el-button @click="cancel()">取 消</el-button>
 | 
				
			||||||
 | 
					                    <el-button type="primary" :loading="state.btnLoading" @click="btnOk">确 定</el-button>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { reactive, ref, toRefs, watch } from 'vue';
 | 
				
			||||||
 | 
					import { dbApi } from './api';
 | 
				
			||||||
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					import type { CheckboxValueType } from 'element-plus';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    data: {
 | 
				
			||||||
 | 
					        type: [Boolean, Object],
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    title: {
 | 
				
			||||||
 | 
					        type: String,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    dbId: {
 | 
				
			||||||
 | 
					        type: [Number],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const visible = defineModel<boolean>('visible', {
 | 
				
			||||||
 | 
					    default: false,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					//定义事件
 | 
				
			||||||
 | 
					const emit = defineEmits(['cancel', 'val-change']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const rules = {
 | 
				
			||||||
 | 
					    dbNames: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            message: '请选择需要备份的数据库',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    intervalDay: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            pattern: /^[1-9]\d*$/,
 | 
				
			||||||
 | 
					            message: '请输入正整数',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    startTime: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            message: '请选择开始时间',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const backupForm: any = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    form: {
 | 
				
			||||||
 | 
					        id: 0,
 | 
				
			||||||
 | 
					        dbId: 0,
 | 
				
			||||||
 | 
					        dbNames: '',
 | 
				
			||||||
 | 
					        name: null as any,
 | 
				
			||||||
 | 
					        intervalDay: null,
 | 
				
			||||||
 | 
					        startTime: null as any,
 | 
				
			||||||
 | 
					        repeated: null as any,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    btnLoading: false,
 | 
				
			||||||
 | 
					    dbNamesSelected: [] as any,
 | 
				
			||||||
 | 
					    dbNamesWithoutBackup: [] as any,
 | 
				
			||||||
 | 
					    dbNamesFiltered: [] as any,
 | 
				
			||||||
 | 
					    filterString: '',
 | 
				
			||||||
 | 
					    editOrCreate: false,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { dbNamesSelected, dbNamesWithoutBackup } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const checkAllDbNames = ref(false);
 | 
				
			||||||
 | 
					const indeterminateDbNames = ref(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(visible, (newValue: any) => {
 | 
				
			||||||
 | 
					    if (newValue) {
 | 
				
			||||||
 | 
					        init(props.data);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const init = (data: any) => {
 | 
				
			||||||
 | 
					    state.dbNamesSelected = [];
 | 
				
			||||||
 | 
					    state.form.dbId = props.dbId;
 | 
				
			||||||
 | 
					    if (data) {
 | 
				
			||||||
 | 
					        state.editOrCreate = true;
 | 
				
			||||||
 | 
					        state.dbNamesWithoutBackup = [data.dbName];
 | 
				
			||||||
 | 
					        state.dbNamesSelected = [data.dbName];
 | 
				
			||||||
 | 
					        state.form.id = data.id;
 | 
				
			||||||
 | 
					        state.form.dbNames = data.dbName;
 | 
				
			||||||
 | 
					        state.form.name = data.name;
 | 
				
			||||||
 | 
					        state.form.intervalDay = data.intervalDay;
 | 
				
			||||||
 | 
					        state.form.startTime = data.startTime;
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.editOrCreate = false;
 | 
				
			||||||
 | 
					        state.form.name = '';
 | 
				
			||||||
 | 
					        state.form.intervalDay = null;
 | 
				
			||||||
 | 
					        const now = new Date();
 | 
				
			||||||
 | 
					        state.form.startTime = new Date(now.getFullYear(), now.getMonth(), now.getDate() + 1);
 | 
				
			||||||
 | 
					        getDbNamesWithoutBackup();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const getDbNamesWithoutBackup = async () => {
 | 
				
			||||||
 | 
					    if (props.dbId > 0) {
 | 
				
			||||||
 | 
					        state.dbNamesWithoutBackup = await dbApi.getDbNamesWithoutBackup.request({ dbId: props.dbId });
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const btnOk = async () => {
 | 
				
			||||||
 | 
					    backupForm.value.validate(async (valid: boolean) => {
 | 
				
			||||||
 | 
					        if (!valid) {
 | 
				
			||||||
 | 
					            ElMessage.error('请正确填写信息');
 | 
				
			||||||
 | 
					            return false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        state.form.repeated = true;
 | 
				
			||||||
 | 
					        const reqForm = { ...state.form };
 | 
				
			||||||
 | 
					        let api = dbApi.createDbBackup;
 | 
				
			||||||
 | 
					        if (props.data) {
 | 
				
			||||||
 | 
					            api = dbApi.saveDbBackup;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        try {
 | 
				
			||||||
 | 
					            state.btnLoading = true;
 | 
				
			||||||
 | 
					            await api.request(reqForm);
 | 
				
			||||||
 | 
					            ElMessage.success('保存成功');
 | 
				
			||||||
 | 
					            emit('val-change', state.form);
 | 
				
			||||||
 | 
					            cancel();
 | 
				
			||||||
 | 
					        } finally {
 | 
				
			||||||
 | 
					            state.btnLoading = false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cancel = () => {
 | 
				
			||||||
 | 
					    visible.value = false;
 | 
				
			||||||
 | 
					    emit('cancel');
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const checkDbSelect = (val: string[]) => {
 | 
				
			||||||
 | 
					    const selected = val.filter((dbName: string) => {
 | 
				
			||||||
 | 
					        return dbName.includes(state.filterString);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    if (selected.length === 0) {
 | 
				
			||||||
 | 
					        checkAllDbNames.value = false;
 | 
				
			||||||
 | 
					        indeterminateDbNames.value = false;
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    if (selected.length === state.dbNamesFiltered.length) {
 | 
				
			||||||
 | 
					        checkAllDbNames.value = true;
 | 
				
			||||||
 | 
					        indeterminateDbNames.value = false;
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    indeterminateDbNames.value = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(dbNamesSelected, (val: string[]) => {
 | 
				
			||||||
 | 
					    checkDbSelect(val);
 | 
				
			||||||
 | 
					    state.form.dbNames = val.join(' ');
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(dbNamesWithoutBackup, (val: string[]) => {
 | 
				
			||||||
 | 
					    state.dbNamesFiltered = val.map((dbName: string) => dbName);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const handleCheckAll = (val: CheckboxValueType) => {
 | 
				
			||||||
 | 
					    const selected = state.dbNamesSelected.filter((dbName: string) => {
 | 
				
			||||||
 | 
					        return !state.dbNamesFiltered.includes(dbName);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    if (val) {
 | 
				
			||||||
 | 
					        state.dbNamesSelected = selected.concat(state.dbNamesFiltered);
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.dbNamesSelected = selected;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const filterDbNames = (filterString: string) => {
 | 
				
			||||||
 | 
					    state.dbNamesFiltered = state.dbNamesWithoutBackup.filter((dbName: string) => {
 | 
				
			||||||
 | 
					        return dbName.includes(filterString);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    state.filterString = filterString;
 | 
				
			||||||
 | 
					    checkDbSelect(state.dbNamesSelected);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss"></style>
 | 
				
			||||||
							
								
								
									
										172
									
								
								mayfly_go_web/src/views/ops/db/DbBackupList.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										172
									
								
								mayfly_go_web/src/views/ops/db/DbBackupList.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,172 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div class="db-backup">
 | 
				
			||||||
 | 
					        <page-table
 | 
				
			||||||
 | 
					            height="100%"
 | 
				
			||||||
 | 
					            ref="pageTableRef"
 | 
				
			||||||
 | 
					            :page-api="dbApi.getDbBackups"
 | 
				
			||||||
 | 
					            :show-selection="true"
 | 
				
			||||||
 | 
					            v-model:selection-data="state.selectedData"
 | 
				
			||||||
 | 
					            :searchItems="searchItems"
 | 
				
			||||||
 | 
					            :before-query-fn="beforeQueryFn"
 | 
				
			||||||
 | 
					            v-model:query-form="query"
 | 
				
			||||||
 | 
					            :columns="columns"
 | 
				
			||||||
 | 
					        >
 | 
				
			||||||
 | 
					            <template #dbSelect>
 | 
				
			||||||
 | 
					                <el-select v-model="query.dbName" placeholder="请选择数据库" style="width: 200px" filterable clearable>
 | 
				
			||||||
 | 
					                    <el-option v-for="item in props.dbNames" :key="item" :label="`${item}`" :value="item"> </el-option>
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #tableHeader>
 | 
				
			||||||
 | 
					                <el-button type="primary" icon="plus" @click="createDbBackup()">添加</el-button>
 | 
				
			||||||
 | 
					                <el-button type="primary" icon="video-play" @click="enableDbBackup(null)">启用</el-button>
 | 
				
			||||||
 | 
					                <el-button type="primary" icon="video-pause" @click="disableDbBackup(null)">禁用</el-button>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #action="{ data }">
 | 
				
			||||||
 | 
					                <div>
 | 
				
			||||||
 | 
					                    <el-button @click="editDbBackup(data)" type="primary" link>编辑</el-button>
 | 
				
			||||||
 | 
					                    <el-button v-if="!data.enabled" @click="enableDbBackup(data)" type="primary" link>启用</el-button>
 | 
				
			||||||
 | 
					                    <el-button v-if="data.enabled" @click="disableDbBackup(data)" type="primary" link>禁用</el-button>
 | 
				
			||||||
 | 
					                    <el-button v-if="data.enabled" @click="startDbBackup(data)" type="primary" link>立即备份</el-button>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					        </page-table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <db-backup-edit
 | 
				
			||||||
 | 
					            @val-change="search"
 | 
				
			||||||
 | 
					            :title="dbBackupEditDialog.title"
 | 
				
			||||||
 | 
					            :dbId="dbId"
 | 
				
			||||||
 | 
					            :data="dbBackupEditDialog.data"
 | 
				
			||||||
 | 
					            v-model:visible="dbBackupEditDialog.visible"
 | 
				
			||||||
 | 
					        ></db-backup-edit>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { toRefs, reactive, defineAsyncComponent, Ref, ref } from 'vue';
 | 
				
			||||||
 | 
					import { dbApi } from './api';
 | 
				
			||||||
 | 
					import PageTable from '@/components/pagetable/PageTable.vue';
 | 
				
			||||||
 | 
					import { TableColumn } from '@/components/pagetable';
 | 
				
			||||||
 | 
					import { SearchItem } from '@/components/SearchForm';
 | 
				
			||||||
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const DbBackupEdit = defineAsyncComponent(() => import('./DbBackupEdit.vue'));
 | 
				
			||||||
 | 
					const pageTableRef: Ref<any> = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    dbId: {
 | 
				
			||||||
 | 
					        type: [Number],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    dbNames: {
 | 
				
			||||||
 | 
					        type: [Array<String>],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const searchItems = [SearchItem.slot('dbName', '数据库名称', 'dbSelect')];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const columns = [
 | 
				
			||||||
 | 
					    TableColumn.new('dbName', '数据库名称'),
 | 
				
			||||||
 | 
					    TableColumn.new('name', '任务名称'),
 | 
				
			||||||
 | 
					    TableColumn.new('startTime', '启动时间').isTime(),
 | 
				
			||||||
 | 
					    TableColumn.new('intervalDay', '备份周期'),
 | 
				
			||||||
 | 
					    TableColumn.new('enabled', '是否启用'),
 | 
				
			||||||
 | 
					    TableColumn.new('lastResult', '执行结果'),
 | 
				
			||||||
 | 
					    TableColumn.new('lastTime', '执行时间').isTime(),
 | 
				
			||||||
 | 
					    TableColumn.new('action', '操作').isSlot().setMinWidth(180).fixedRight(),
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const emptyQuery = {
 | 
				
			||||||
 | 
					    dbId: 0,
 | 
				
			||||||
 | 
					    dbName: '',
 | 
				
			||||||
 | 
					    pageNum: 1,
 | 
				
			||||||
 | 
					    pageSize: 10,
 | 
				
			||||||
 | 
					    repeated: true,
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    data: [],
 | 
				
			||||||
 | 
					    total: 0,
 | 
				
			||||||
 | 
					    query: emptyQuery,
 | 
				
			||||||
 | 
					    dbBackupEditDialog: {
 | 
				
			||||||
 | 
					        visible: false,
 | 
				
			||||||
 | 
					        data: null as any,
 | 
				
			||||||
 | 
					        title: '创建数据库备份任务',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 选中的数据
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    selectedData: [],
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { query, dbBackupEditDialog } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const beforeQueryFn = (query: any) => {
 | 
				
			||||||
 | 
					    query.dbId = props.dbId;
 | 
				
			||||||
 | 
					    return query;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const search = async () => {
 | 
				
			||||||
 | 
					    await pageTableRef.value.search();
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const createDbBackup = async () => {
 | 
				
			||||||
 | 
					    state.dbBackupEditDialog.data = null;
 | 
				
			||||||
 | 
					    state.dbBackupEditDialog.title = '创建数据库备份任务';
 | 
				
			||||||
 | 
					    state.dbBackupEditDialog.visible = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const editDbBackup = async (data: any) => {
 | 
				
			||||||
 | 
					    state.dbBackupEditDialog.data = data;
 | 
				
			||||||
 | 
					    state.dbBackupEditDialog.title = '修改数据库备份任务';
 | 
				
			||||||
 | 
					    state.dbBackupEditDialog.visible = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const enableDbBackup = async (data: any) => {
 | 
				
			||||||
 | 
					    let backupId: String;
 | 
				
			||||||
 | 
					    if (data) {
 | 
				
			||||||
 | 
					        backupId = data.id;
 | 
				
			||||||
 | 
					    } else if (state.selectedData.length > 0) {
 | 
				
			||||||
 | 
					        backupId = state.selectedData.map((x: any) => x.id).join(' ');
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        ElMessage.error('请选择需要启用的备份任务');
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    await dbApi.enableDbBackup.request({ dbId: props.dbId, backupId: backupId });
 | 
				
			||||||
 | 
					    await search();
 | 
				
			||||||
 | 
					    ElMessage.success('启用成功');
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const disableDbBackup = async (data: any) => {
 | 
				
			||||||
 | 
					    let backupId: String;
 | 
				
			||||||
 | 
					    if (data) {
 | 
				
			||||||
 | 
					        backupId = data.id;
 | 
				
			||||||
 | 
					    } else if (state.selectedData.length > 0) {
 | 
				
			||||||
 | 
					        backupId = state.selectedData.map((x: any) => x.id).join(' ');
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        ElMessage.error('请选择需要禁用的备份任务');
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    await dbApi.disableDbBackup.request({ dbId: props.dbId, backupId: backupId });
 | 
				
			||||||
 | 
					    await search();
 | 
				
			||||||
 | 
					    ElMessage.success('禁用成功');
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const startDbBackup = async (data: any) => {
 | 
				
			||||||
 | 
					    let backupId: String;
 | 
				
			||||||
 | 
					    if (data) {
 | 
				
			||||||
 | 
					        backupId = data.id;
 | 
				
			||||||
 | 
					    } else if (state.selectedData.length > 0) {
 | 
				
			||||||
 | 
					        backupId = state.selectedData.map((x: any) => x.id).join(' ');
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        ElMessage.error('请选择需要启用的备份任务');
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    await dbApi.startDbBackup.request({ dbId: props.dbId, backupId: backupId });
 | 
				
			||||||
 | 
					    await search();
 | 
				
			||||||
 | 
					    ElMessage.success('备份任务启动成功');
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss"></style>
 | 
				
			||||||
@@ -10,8 +10,19 @@
 | 
				
			|||||||
            width="38%"
 | 
					            width="38%"
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
            <el-form :model="form" ref="dbForm" :rules="rules" label-width="auto">
 | 
					            <el-form :model="form" ref="dbForm" :rules="rules" label-width="auto">
 | 
				
			||||||
                <el-form-item prop="tagId" label="标签" required>
 | 
					                <el-form-item ref="tagSelectRef" prop="tagId" label="标签" required>
 | 
				
			||||||
                    <tag-select v-model="form.tagId" v-model:tag-path="form.tagPath" style="width: 100%" />
 | 
					                    <tag-tree-select
 | 
				
			||||||
 | 
					                        @change-tag="
 | 
				
			||||||
 | 
					                            (tagIds) => {
 | 
				
			||||||
 | 
					                                form.tagId = tagIds;
 | 
				
			||||||
 | 
					                                tagSelectRef.validate();
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
 | 
					                        "
 | 
				
			||||||
 | 
					                        multiple
 | 
				
			||||||
 | 
					                        :resource-code="form.code"
 | 
				
			||||||
 | 
					                        :resource-type="TagResourceTypeEnum.Db.value"
 | 
				
			||||||
 | 
					                        style="width: 100%"
 | 
				
			||||||
 | 
					                    />
 | 
				
			||||||
                </el-form-item>
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <el-form-item prop="instanceId" label="数据库实例" required>
 | 
					                <el-form-item prop="instanceId" label="数据库实例" required>
 | 
				
			||||||
@@ -41,20 +52,23 @@
 | 
				
			|||||||
                    <el-input v-model.trim="form.name" placeholder="请输入数据库别名" auto-complete="off"></el-input>
 | 
					                    <el-input v-model.trim="form.name" placeholder="请输入数据库别名" auto-complete="off"></el-input>
 | 
				
			||||||
                </el-form-item>
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <el-form-item prop="database" label="数据库名" required>
 | 
					                <el-form-item prop="database" label="数据库名">
 | 
				
			||||||
                    <el-select
 | 
					                    <el-select
 | 
				
			||||||
                        @change="changeDatabase"
 | 
					                        v-model="dbNamesSelected"
 | 
				
			||||||
                        v-model="databaseList"
 | 
					 | 
				
			||||||
                        multiple
 | 
					                        multiple
 | 
				
			||||||
                        clearable
 | 
					                        clearable
 | 
				
			||||||
                        collapse-tags
 | 
					                        collapse-tags
 | 
				
			||||||
                        collapse-tags-tooltip
 | 
					                        collapse-tags-tooltip
 | 
				
			||||||
                        filterable
 | 
					                        filterable
 | 
				
			||||||
 | 
					                        :filter-method="filterDbNames"
 | 
				
			||||||
                        allow-create
 | 
					                        allow-create
 | 
				
			||||||
                        placeholder="请确保数据库实例信息填写完整后获取库名"
 | 
					                        placeholder="请确保数据库实例信息填写完整后获取库名"
 | 
				
			||||||
                        style="width: 100%"
 | 
					                        style="width: 100%"
 | 
				
			||||||
                    >
 | 
					                    >
 | 
				
			||||||
                        <el-option v-for="db in allDatabases" :key="db" :label="db" :value="db" />
 | 
					                        <template #header>
 | 
				
			||||||
 | 
					                            <el-checkbox v-model="checkAllDbNames" :indeterminate="indeterminateDbNames" @change="handleCheckAll"> 全选 </el-checkbox>
 | 
				
			||||||
 | 
					                        </template>
 | 
				
			||||||
 | 
					                        <el-option v-for="db in state.dbNamesFiltered" :key="db" :label="db" :value="db" />
 | 
				
			||||||
                    </el-select>
 | 
					                    </el-select>
 | 
				
			||||||
                </el-form-item>
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -66,7 +80,7 @@
 | 
				
			|||||||
            <template #footer>
 | 
					            <template #footer>
 | 
				
			||||||
                <div class="dialog-footer">
 | 
					                <div class="dialog-footer">
 | 
				
			||||||
                    <el-button @click="cancel()">取 消</el-button>
 | 
					                    <el-button @click="cancel()">取 消</el-button>
 | 
				
			||||||
                    <el-button type="primary" :loading="btnLoading" @click="btnOk">确 定</el-button>
 | 
					                    <el-button type="primary" :loading="saveBtnLoading" @click="btnOk">确 定</el-button>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
        </el-dialog>
 | 
					        </el-dialog>
 | 
				
			||||||
@@ -77,7 +91,9 @@
 | 
				
			|||||||
import { toRefs, reactive, watch, ref } from 'vue';
 | 
					import { toRefs, reactive, watch, ref } from 'vue';
 | 
				
			||||||
import { dbApi } from './api';
 | 
					import { dbApi } from './api';
 | 
				
			||||||
import { ElMessage } from 'element-plus';
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
import TagSelect from '../component/TagSelect.vue';
 | 
					import TagTreeSelect from '../component/TagTreeSelect.vue';
 | 
				
			||||||
 | 
					import { TagResourceTypeEnum } from '@/common/commonEnum';
 | 
				
			||||||
 | 
					import type { CheckboxValueType } from 'element-plus';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = defineProps({
 | 
					const props = defineProps({
 | 
				
			||||||
    visible: {
 | 
					    visible: {
 | 
				
			||||||
@@ -127,54 +143,55 @@ const rules = {
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const checkAllDbNames = ref(false);
 | 
				
			||||||
 | 
					const indeterminateDbNames = ref(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const dbForm: any = ref(null);
 | 
					const dbForm: any = ref(null);
 | 
				
			||||||
 | 
					const tagSelectRef: any = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    dialogVisible: false,
 | 
					    dialogVisible: false,
 | 
				
			||||||
    allDatabases: [] as any,
 | 
					    allDatabases: [] as any,
 | 
				
			||||||
    databaseList: [] as any,
 | 
					    dbNamesSelected: [] as any,
 | 
				
			||||||
 | 
					    dbNamesFiltered: [] as any,
 | 
				
			||||||
 | 
					    filterString: '',
 | 
				
			||||||
    form: {
 | 
					    form: {
 | 
				
			||||||
        id: null,
 | 
					        id: null,
 | 
				
			||||||
        tagId: null as any,
 | 
					        tagId: [],
 | 
				
			||||||
        tagPath: null as any,
 | 
					 | 
				
			||||||
        name: null,
 | 
					        name: null,
 | 
				
			||||||
 | 
					        code: '',
 | 
				
			||||||
        database: '',
 | 
					        database: '',
 | 
				
			||||||
        remark: '',
 | 
					        remark: '',
 | 
				
			||||||
        instanceId: null as any,
 | 
					        instanceId: null as any,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    btnLoading: false,
 | 
					 | 
				
			||||||
    instances: [] as any,
 | 
					    instances: [] as any,
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { dialogVisible, allDatabases, databaseList, form, btnLoading } = toRefs(state);
 | 
					const { dialogVisible, allDatabases, form, dbNamesSelected } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
watch(props, (newValue: any) => {
 | 
					const { isFetching: saveBtnLoading, execute: saveDbExec } = dbApi.saveDb.useApi(form);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(props, async (newValue: any) => {
 | 
				
			||||||
    state.dialogVisible = newValue.visible;
 | 
					    state.dialogVisible = newValue.visible;
 | 
				
			||||||
    if (!state.dialogVisible) {
 | 
					    if (!state.dialogVisible) {
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    if (newValue.db) {
 | 
					    if (newValue.db) {
 | 
				
			||||||
        state.form = { ...newValue.db };
 | 
					        state.form = { ...newValue.db };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // 将数据库名使用空格切割,获取所有数据库列表
 | 
					        // 将数据库名使用空格切割,获取所有数据库列表
 | 
				
			||||||
        state.databaseList = newValue.db.database.split(' ');
 | 
					        state.dbNamesSelected = newValue.db.database.split(' ');
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
        state.form = {} as any;
 | 
					        state.form = {} as any;
 | 
				
			||||||
        state.databaseList = [];
 | 
					        state.dbNamesSelected = [];
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const changeInstance = () => {
 | 
					const changeInstance = () => {
 | 
				
			||||||
    state.databaseList = [];
 | 
					    state.dbNamesSelected = [];
 | 
				
			||||||
    getAllDatabase();
 | 
					    getAllDatabase();
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 改变表单中的数据库字段,方便表单错误提示。如全部删光,可提示请添加数据库
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
const changeDatabase = () => {
 | 
					 | 
				
			||||||
    state.form.database = state.databaseList.length == 0 ? '' : state.databaseList.join(' ');
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const getAllDatabase = async () => {
 | 
					const getAllDatabase = async () => {
 | 
				
			||||||
    if (state.form.instanceId > 0) {
 | 
					    if (state.form.instanceId > 0) {
 | 
				
			||||||
        state.allDatabases = await dbApi.getAllDatabase.request({ instanceId: state.form.instanceId });
 | 
					        state.allDatabases = await dbApi.getAllDatabase.request({ instanceId: state.form.instanceId });
 | 
				
			||||||
@@ -195,34 +212,27 @@ const getInstances = async (instanceName: string = '', id = 0) => {
 | 
				
			|||||||
const open = async () => {
 | 
					const open = async () => {
 | 
				
			||||||
    if (state.form.instanceId) {
 | 
					    if (state.form.instanceId) {
 | 
				
			||||||
        // 根据id获取,因为需要回显实例名称
 | 
					        // 根据id获取,因为需要回显实例名称
 | 
				
			||||||
        getInstances('', state.form.instanceId);
 | 
					        await getInstances('', state.form.instanceId);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    await getAllDatabase();
 | 
					    await getAllDatabase();
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const btnOk = async () => {
 | 
					const btnOk = async () => {
 | 
				
			||||||
    dbForm.value.validate(async (valid: boolean) => {
 | 
					    dbForm.value.validate(async (valid: boolean) => {
 | 
				
			||||||
        if (valid) {
 | 
					        if (!valid) {
 | 
				
			||||||
            const reqForm = { ...state.form };
 | 
					 | 
				
			||||||
            dbApi.saveDb.request(reqForm).then(() => {
 | 
					 | 
				
			||||||
                ElMessage.success('保存成功');
 | 
					 | 
				
			||||||
                emit('val-change', state.form);
 | 
					 | 
				
			||||||
                state.btnLoading = true;
 | 
					 | 
				
			||||||
                setTimeout(() => {
 | 
					 | 
				
			||||||
                    state.btnLoading = false;
 | 
					 | 
				
			||||||
                }, 1000);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                cancel();
 | 
					 | 
				
			||||||
            });
 | 
					 | 
				
			||||||
        } else {
 | 
					 | 
				
			||||||
            ElMessage.error('请正确填写信息');
 | 
					            ElMessage.error('请正确填写信息');
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        await saveDbExec();
 | 
				
			||||||
 | 
					        ElMessage.success('保存成功');
 | 
				
			||||||
 | 
					        emit('val-change', state.form);
 | 
				
			||||||
 | 
					        cancel();
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const resetInputDb = () => {
 | 
					const resetInputDb = () => {
 | 
				
			||||||
    state.databaseList = [];
 | 
					    state.dbNamesSelected = [];
 | 
				
			||||||
    state.allDatabases = [];
 | 
					    state.allDatabases = [];
 | 
				
			||||||
    state.instances = [];
 | 
					    state.instances = [];
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
@@ -234,5 +244,62 @@ const cancel = () => {
 | 
				
			|||||||
        resetInputDb();
 | 
					        resetInputDb();
 | 
				
			||||||
    }, 500);
 | 
					    }, 500);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const checkDbSelect = (val: string[]) => {
 | 
				
			||||||
 | 
					    const selected = val.filter((dbName: string) => {
 | 
				
			||||||
 | 
					        return dbName.includes(state.filterString);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    if (selected.length === 0) {
 | 
				
			||||||
 | 
					        checkAllDbNames.value = false;
 | 
				
			||||||
 | 
					        indeterminateDbNames.value = false;
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    if (selected.length === state.dbNamesFiltered.length) {
 | 
				
			||||||
 | 
					        checkAllDbNames.value = true;
 | 
				
			||||||
 | 
					        indeterminateDbNames.value = false;
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    indeterminateDbNames.value = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(dbNamesSelected, (val: string[]) => {
 | 
				
			||||||
 | 
					    checkDbSelect(val);
 | 
				
			||||||
 | 
					    state.form.database = val.join(' ');
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(allDatabases, (val: string[]) => {
 | 
				
			||||||
 | 
					    state.dbNamesFiltered = val.map((dbName: string) => dbName);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const handleCheckAll = (val: CheckboxValueType) => {
 | 
				
			||||||
 | 
					    const otherSelected = state.dbNamesSelected.filter((dbName: string) => {
 | 
				
			||||||
 | 
					        return !state.dbNamesFiltered.includes(dbName);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    if (val) {
 | 
				
			||||||
 | 
					        state.dbNamesSelected = otherSelected.concat(state.dbNamesFiltered);
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.dbNamesSelected = otherSelected;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const filterDbNames = (filterString: string) => {
 | 
				
			||||||
 | 
					    const dbNamesCreated = state.dbNamesSelected.filter((dbName: string) => {
 | 
				
			||||||
 | 
					        return !state.allDatabases.includes(dbName);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    if (filterString.length === 0) {
 | 
				
			||||||
 | 
					        state.dbNamesFiltered = dbNamesCreated.concat(state.allDatabases);
 | 
				
			||||||
 | 
					        checkDbSelect(state.dbNamesSelected);
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    state.dbNamesFiltered = dbNamesCreated.concat(state.allDatabases).filter((dbName: string) => {
 | 
				
			||||||
 | 
					        if (dbName == filterString) {
 | 
				
			||||||
 | 
					            return false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        return dbName.includes(filterString);
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    state.dbNamesFiltered.unshift(filterString);
 | 
				
			||||||
 | 
					    state.filterString = filterString;
 | 
				
			||||||
 | 
					    checkDbSelect(state.dbNamesSelected);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
<style lang="scss"></style>
 | 
					<style lang="scss"></style>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,33 +2,16 @@
 | 
				
			|||||||
    <div class="db-list">
 | 
					    <div class="db-list">
 | 
				
			||||||
        <page-table
 | 
					        <page-table
 | 
				
			||||||
            ref="pageTableRef"
 | 
					            ref="pageTableRef"
 | 
				
			||||||
            :query="queryConfig"
 | 
					            :page-api="dbApi.dbs"
 | 
				
			||||||
 | 
					            :before-query-fn="checkRouteTagPath"
 | 
				
			||||||
 | 
					            :search-items="searchItems"
 | 
				
			||||||
            v-model:query-form="query"
 | 
					            v-model:query-form="query"
 | 
				
			||||||
            :show-selection="true"
 | 
					            :show-selection="true"
 | 
				
			||||||
            v-model:selection-data="state.selectionData"
 | 
					            v-model:selection-data="state.selectionData"
 | 
				
			||||||
            :data="datas"
 | 
					 | 
				
			||||||
            :columns="columns"
 | 
					            :columns="columns"
 | 
				
			||||||
            :total="total"
 | 
					 | 
				
			||||||
            v-model:page-size="query.pageSize"
 | 
					 | 
				
			||||||
            v-model:page-num="query.pageNum"
 | 
					 | 
				
			||||||
            @pageChange="search()"
 | 
					 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
            <template #tagPathSelect>
 | 
					 | 
				
			||||||
                <el-select @focus="getTags" v-model="query.tagPath" placeholder="请选择标签" filterable clearable style="width: 200px">
 | 
					 | 
				
			||||||
                    <el-option v-for="item in tags" :key="item" :label="item" :value="item"> </el-option>
 | 
					 | 
				
			||||||
                </el-select>
 | 
					 | 
				
			||||||
            </template>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            <template #instanceSelect>
 | 
					            <template #instanceSelect>
 | 
				
			||||||
                <el-select
 | 
					                <el-select remote :remote-method="getInstances" v-model="query.instanceId" placeholder="输入并选择实例" filterable clearable>
 | 
				
			||||||
                    remote
 | 
					 | 
				
			||||||
                    :remote-method="getInstances"
 | 
					 | 
				
			||||||
                    v-model="query.instanceId"
 | 
					 | 
				
			||||||
                    placeholder="输入并选择实例"
 | 
					 | 
				
			||||||
                    filterable
 | 
					 | 
				
			||||||
                    clearable
 | 
					 | 
				
			||||||
                    style="width: 200px"
 | 
					 | 
				
			||||||
                >
 | 
					 | 
				
			||||||
                    <el-option v-for="item in state.instances" :key="item.id" :label="`${item.name}`" :value="item.id">
 | 
					                    <el-option v-for="item in state.instances" :key="item.id" :label="`${item.name}`" :value="item.id">
 | 
				
			||||||
                        {{ item.name }}
 | 
					                        {{ item.name }}
 | 
				
			||||||
                        <el-divider direction="vertical" border-style="dashed" />
 | 
					                        <el-divider direction="vertical" border-style="dashed" />
 | 
				
			||||||
@@ -40,22 +23,25 @@
 | 
				
			|||||||
                </el-select>
 | 
					                </el-select>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <template #queryRight>
 | 
					            <template #tableHeader>
 | 
				
			||||||
                <el-button v-auth="perms.saveDb" type="primary" icon="plus" @click="editDb(false)">添加</el-button>
 | 
					                <el-button v-auth="perms.saveDb" type="primary" icon="plus" @click="editDb(false)">添加</el-button>
 | 
				
			||||||
                <el-button v-auth="perms.delDb" :disabled="selectionData.length < 1" @click="deleteDb()" type="danger" icon="delete">删除</el-button>
 | 
					                <el-button v-auth="perms.delDb" :disabled="selectionData.length < 1" @click="deleteDb()" type="danger" icon="delete">删除</el-button>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <template #tagPath="{ data }">
 | 
					            <template #type="{ data }">
 | 
				
			||||||
                <tag-info :tag-path="data.tagPath" />
 | 
					                <el-tooltip :content="data.type" placement="top">
 | 
				
			||||||
                <span class="ml5">
 | 
					                    <SvgIcon :name="getDbDialect(data.type).getInfo().icon" :size="20" />
 | 
				
			||||||
                    {{ data.tagPath }}
 | 
					                </el-tooltip>
 | 
				
			||||||
                </span>
 | 
					 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <template #host="{ data }">
 | 
					            <template #host="{ data }">
 | 
				
			||||||
                {{ `${data.host}:${data.port}` }}
 | 
					                {{ `${data.host}:${data.port}` }}
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #tagPath="{ data }">
 | 
				
			||||||
 | 
					                <resource-tag :resource-code="data.code" :resource-type="TagResourceTypeEnum.Db.value" />
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <template #action="{ data }">
 | 
					            <template #action="{ data }">
 | 
				
			||||||
                <span v-if="actionBtns[perms.saveDb]">
 | 
					                <span v-if="actionBtns[perms.saveDb]">
 | 
				
			||||||
                    <el-button type="primary" @click="editDb(data)" link>编辑</el-button>
 | 
					                    <el-button type="primary" @click="editDb(data)" link>编辑</el-button>
 | 
				
			||||||
@@ -75,10 +61,9 @@
 | 
				
			|||||||
                    <template #dropdown>
 | 
					                    <template #dropdown>
 | 
				
			||||||
                        <el-dropdown-menu>
 | 
					                        <el-dropdown-menu>
 | 
				
			||||||
                            <el-dropdown-item :command="{ type: 'detail', data }"> 详情 </el-dropdown-item>
 | 
					                            <el-dropdown-item :command="{ type: 'detail', data }"> 详情 </el-dropdown-item>
 | 
				
			||||||
 | 
					                            <el-dropdown-item :command="{ type: 'dumpDb', data }" v-if="supportAction('dumpDb', data.type)"> 导出 </el-dropdown-item>
 | 
				
			||||||
                            <!-- <el-dropdown-item :command="{ type: 'edit', data }" v-if="actionBtns[perms.saveDb]"> 编辑 </el-dropdown-item> -->
 | 
					                            <el-dropdown-item :command="{ type: 'dbBackup', data }" v-if="supportAction('dbBackup', data.type)"> 备份 </el-dropdown-item>
 | 
				
			||||||
 | 
					                            <el-dropdown-item :command="{ type: 'dbRestore', data }" v-if="supportAction('dbRestore', data.type)"> 恢复 </el-dropdown-item>
 | 
				
			||||||
                            <el-dropdown-item :command="{ type: 'dumpDb', data }" v-if="data.type == DbType.mysql"> 导出 </el-dropdown-item>
 | 
					 | 
				
			||||||
                        </el-dropdown-menu>
 | 
					                        </el-dropdown-menu>
 | 
				
			||||||
                    </template>
 | 
					                    </template>
 | 
				
			||||||
                </el-dropdown>
 | 
					                </el-dropdown>
 | 
				
			||||||
@@ -131,13 +116,34 @@
 | 
				
			|||||||
            :before-close="onBeforeCloseSqlExecDialog"
 | 
					            :before-close="onBeforeCloseSqlExecDialog"
 | 
				
			||||||
            :close-on-click-modal="false"
 | 
					            :close-on-click-modal="false"
 | 
				
			||||||
            v-model="sqlExecLogDialog.visible"
 | 
					            v-model="sqlExecLogDialog.visible"
 | 
				
			||||||
 | 
					            :destroy-on-close="true"
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
            <db-sql-exec-log :db-id="sqlExecLogDialog.dbId" :dbs="sqlExecLogDialog.dbs" />
 | 
					            <db-sql-exec-log :db-id="sqlExecLogDialog.dbId" :dbs="sqlExecLogDialog.dbs" />
 | 
				
			||||||
        </el-dialog>
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-dialog
 | 
				
			||||||
 | 
					            width="80%"
 | 
				
			||||||
 | 
					            :title="`${dbBackupDialog.title} - 数据库备份`"
 | 
				
			||||||
 | 
					            :close-on-click-modal="false"
 | 
				
			||||||
 | 
					            :destroy-on-close="true"
 | 
				
			||||||
 | 
					            v-model="dbBackupDialog.visible"
 | 
				
			||||||
 | 
					        >
 | 
				
			||||||
 | 
					            <db-backup-list :dbId="dbBackupDialog.dbId" :dbNames="dbBackupDialog.dbs" />
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-dialog
 | 
				
			||||||
 | 
					            width="80%"
 | 
				
			||||||
 | 
					            :title="`${dbRestoreDialog.title} - 数据库恢复`"
 | 
				
			||||||
 | 
					            :close-on-click-modal="false"
 | 
				
			||||||
 | 
					            :destroy-on-close="true"
 | 
				
			||||||
 | 
					            v-model="dbRestoreDialog.visible"
 | 
				
			||||||
 | 
					        >
 | 
				
			||||||
 | 
					            <db-restore-list :dbId="dbRestoreDialog.dbId" :dbNames="dbRestoreDialog.dbs" />
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <el-dialog v-model="infoDialog.visible" :before-close="onBeforeCloseInfoDialog" :close-on-click-modal="false">
 | 
					        <el-dialog v-model="infoDialog.visible" :before-close="onBeforeCloseInfoDialog" :close-on-click-modal="false">
 | 
				
			||||||
            <el-descriptions title="详情" :column="3" border>
 | 
					            <el-descriptions title="详情" :column="3" border>
 | 
				
			||||||
                <el-descriptions-item :span="3" label="标签路径">{{ infoDialog.data?.tagPath }}</el-descriptions-item>
 | 
					                <!-- <el-descriptions-item :span="3" label="标签路径">{{ infoDialog.data?.tagPath }}</el-descriptions-item> -->
 | 
				
			||||||
                <el-descriptions-item :span="2" label="名称">{{ infoDialog.data?.name }}</el-descriptions-item>
 | 
					                <el-descriptions-item :span="2" label="名称">{{ infoDialog.data?.name }}</el-descriptions-item>
 | 
				
			||||||
                <el-descriptions-item :span="1" label="id">{{ infoDialog.data?.id }}</el-descriptions-item>
 | 
					                <el-descriptions-item :span="1" label="id">{{ infoDialog.data?.id }}</el-descriptions-item>
 | 
				
			||||||
                <el-descriptions-item :span="3" label="数据库">{{ infoDialog.data?.database }}</el-descriptions-item>
 | 
					                <el-descriptions-item :span="3" label="数据库">{{ infoDialog.data?.database }}</el-descriptions-item>
 | 
				
			||||||
@@ -155,24 +161,31 @@
 | 
				
			|||||||
            </el-descriptions>
 | 
					            </el-descriptions>
 | 
				
			||||||
        </el-dialog>
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <db-edit @val-change="valChange" :title="dbEditDialog.title" v-model:visible="dbEditDialog.visible" v-model:db="dbEditDialog.data"></db-edit>
 | 
					        <db-edit @val-change="search" :title="dbEditDialog.title" v-model:visible="dbEditDialog.visible" v-model:db="dbEditDialog.data"></db-edit>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { ref, toRefs, reactive, onMounted, defineAsyncComponent } from 'vue';
 | 
					import { ref, toRefs, reactive, onMounted, defineAsyncComponent, Ref } from 'vue';
 | 
				
			||||||
import { ElMessage, ElMessageBox } from 'element-plus';
 | 
					import { ElMessage, ElMessageBox } from 'element-plus';
 | 
				
			||||||
import { dbApi } from './api';
 | 
					import { dbApi } from './api';
 | 
				
			||||||
import config from '@/common/config';
 | 
					import config from '@/common/config';
 | 
				
			||||||
import { joinClientParams } from '@/common/request';
 | 
					import { joinClientParams } from '@/common/request';
 | 
				
			||||||
import { isTrue } from '@/common/assert';
 | 
					import { isTrue } from '@/common/assert';
 | 
				
			||||||
import { dateFormat } from '@/common/utils/date';
 | 
					import { dateFormat } from '@/common/utils/date';
 | 
				
			||||||
import TagInfo from '../component/TagInfo.vue';
 | 
					import ResourceTag from '../component/ResourceTag.vue';
 | 
				
			||||||
import PageTable from '@/components/pagetable/PageTable.vue';
 | 
					import PageTable from '@/components/pagetable/PageTable.vue';
 | 
				
			||||||
import { TableColumn, TableQuery } from '@/components/pagetable';
 | 
					import { TableColumn } from '@/components/pagetable';
 | 
				
			||||||
import { hasPerms } from '@/components/auth/auth';
 | 
					import { hasPerms } from '@/components/auth/auth';
 | 
				
			||||||
import DbSqlExecLog from './DbSqlExecLog.vue';
 | 
					import DbSqlExecLog from './DbSqlExecLog.vue';
 | 
				
			||||||
import { DbType } from './dialect';
 | 
					import { DbType } from './dialect';
 | 
				
			||||||
 | 
					import { TagResourceTypeEnum } from '@/common/commonEnum';
 | 
				
			||||||
 | 
					import { useRoute } from 'vue-router';
 | 
				
			||||||
 | 
					import { getDbDialect } from './dialect/index';
 | 
				
			||||||
 | 
					import { getTagPathSearchItem } from '../component/tag';
 | 
				
			||||||
 | 
					import { SearchItem } from '@/components/SearchForm';
 | 
				
			||||||
 | 
					import DbBackupList from './DbBackupList.vue';
 | 
				
			||||||
 | 
					import DbRestoreList from './DbRestoreList.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const DbEdit = defineAsyncComponent(() => import('./DbEdit.vue'));
 | 
					const DbEdit = defineAsyncComponent(() => import('./DbEdit.vue'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -182,15 +195,15 @@ const perms = {
 | 
				
			|||||||
    delDb: 'db:del',
 | 
					    delDb: 'db:del',
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const queryConfig = [TableQuery.slot('tagPath', '标签', 'tagPathSelect'), TableQuery.slot('instanceId', '实例', 'instanceSelect')];
 | 
					const searchItems = [getTagPathSearchItem(TagResourceTypeEnum.Db.value), SearchItem.slot('instanceId', '实例', 'instanceSelect')];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const columns = ref([
 | 
					const columns = ref([
 | 
				
			||||||
    TableColumn.new('tagPath', '标签路径').isSlot().setAddWidth(20),
 | 
					    TableColumn.new('name', '名称'),
 | 
				
			||||||
 | 
					    TableColumn.new('type', '类型').isSlot().setAddWidth(-15).alignCenter(),
 | 
				
			||||||
    TableColumn.new('instanceName', '实例名'),
 | 
					    TableColumn.new('instanceName', '实例名'),
 | 
				
			||||||
    TableColumn.new('type', '类型'),
 | 
					 | 
				
			||||||
    TableColumn.new('host', 'ip:port').isSlot().setAddWidth(40),
 | 
					    TableColumn.new('host', 'ip:port').isSlot().setAddWidth(40),
 | 
				
			||||||
    TableColumn.new('username', 'username'),
 | 
					    TableColumn.new('username', 'username'),
 | 
				
			||||||
    TableColumn.new('name', '名称'),
 | 
					    TableColumn.new('tagPath', '关联标签').isSlot().setAddWidth(10).alignCenter(),
 | 
				
			||||||
    TableColumn.new('remark', '备注'),
 | 
					    TableColumn.new('remark', '备注'),
 | 
				
			||||||
]);
 | 
					]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -198,13 +211,12 @@ const columns = ref([
 | 
				
			|||||||
const actionBtns = hasPerms([perms.base, perms.saveDb]);
 | 
					const actionBtns = hasPerms([perms.base, perms.saveDb]);
 | 
				
			||||||
const actionColumn = TableColumn.new('action', '操作').isSlot().setMinWidth(220).fixedRight().alignCenter();
 | 
					const actionColumn = TableColumn.new('action', '操作').isSlot().setMinWidth(220).fixedRight().alignCenter();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const pageTableRef: any = ref(null);
 | 
					const route = useRoute();
 | 
				
			||||||
 | 
					const pageTableRef: Ref<any> = ref(null);
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    row: {} as any,
 | 
					    row: {} as any,
 | 
				
			||||||
    dbId: 0,
 | 
					    dbId: 0,
 | 
				
			||||||
    db: '',
 | 
					    db: '',
 | 
				
			||||||
    tags: [],
 | 
					 | 
				
			||||||
    instances: [] as any,
 | 
					    instances: [] as any,
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 选中的数据
 | 
					     * 选中的数据
 | 
				
			||||||
@@ -214,13 +226,11 @@ const state = reactive({
 | 
				
			|||||||
     * 查询条件
 | 
					     * 查询条件
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    query: {
 | 
					    query: {
 | 
				
			||||||
        tagPath: null,
 | 
					        tagPath: '',
 | 
				
			||||||
        instanceId: null,
 | 
					        instanceId: null,
 | 
				
			||||||
        pageNum: 1,
 | 
					        pageNum: 1,
 | 
				
			||||||
        pageSize: 10,
 | 
					        pageSize: 0,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    datas: [],
 | 
					 | 
				
			||||||
    total: 0,
 | 
					 | 
				
			||||||
    infoDialog: {
 | 
					    infoDialog: {
 | 
				
			||||||
        visible: false,
 | 
					        visible: false,
 | 
				
			||||||
        data: null as any,
 | 
					        data: null as any,
 | 
				
			||||||
@@ -236,6 +246,24 @@ const state = reactive({
 | 
				
			|||||||
        dbs: [],
 | 
					        dbs: [],
 | 
				
			||||||
        dbId: 0,
 | 
					        dbId: 0,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    // 数据库备份弹框
 | 
				
			||||||
 | 
					    dbBackupDialog: {
 | 
				
			||||||
 | 
					        title: '',
 | 
				
			||||||
 | 
					        visible: false,
 | 
				
			||||||
 | 
					        dbs: [],
 | 
				
			||||||
 | 
					        dbId: 0,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    // 数据库恢复弹框
 | 
				
			||||||
 | 
					    dbRestoreDialog: {
 | 
				
			||||||
 | 
					        title: '',
 | 
				
			||||||
 | 
					        visible: false,
 | 
				
			||||||
 | 
					        dbs: [],
 | 
				
			||||||
 | 
					        dbId: 0,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    chooseTableName: '',
 | 
				
			||||||
 | 
					    tableInfoDialog: {
 | 
				
			||||||
 | 
					        visible: false,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    exportDialog: {
 | 
					    exportDialog: {
 | 
				
			||||||
        visible: false,
 | 
					        visible: false,
 | 
				
			||||||
        dbId: 0,
 | 
					        dbId: 0,
 | 
				
			||||||
@@ -257,29 +285,23 @@ const state = reactive({
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { db, tags, selectionData, query, datas, total, infoDialog, sqlExecLogDialog, exportDialog, dbEditDialog } = toRefs(state);
 | 
					const { db, selectionData, query, infoDialog, sqlExecLogDialog, exportDialog, dbEditDialog, dbBackupDialog, dbRestoreDialog } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onMounted(async () => {
 | 
					onMounted(async () => {
 | 
				
			||||||
    if (Object.keys(actionBtns).length > 0) {
 | 
					    if (Object.keys(actionBtns).length > 0) {
 | 
				
			||||||
        columns.value.push(actionColumn);
 | 
					        columns.value.push(actionColumn);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    search();
 | 
					 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const search = async () => {
 | 
					const checkRouteTagPath = (query: any) => {
 | 
				
			||||||
    try {
 | 
					    if (route.query.tagPath) {
 | 
				
			||||||
        pageTableRef.value.loading(true);
 | 
					        query.tagPath = route.query.tagPath as string;
 | 
				
			||||||
        let res: any = await dbApi.dbs.request(state.query);
 | 
					 | 
				
			||||||
        // 切割数据库
 | 
					 | 
				
			||||||
        res.list?.forEach((e: any) => {
 | 
					 | 
				
			||||||
            e.popoverSelectDbVisible = false;
 | 
					 | 
				
			||||||
            e.dbs = e.database.split(' ');
 | 
					 | 
				
			||||||
        });
 | 
					 | 
				
			||||||
        state.datas = res.list;
 | 
					 | 
				
			||||||
        state.total = res.total;
 | 
					 | 
				
			||||||
    } finally {
 | 
					 | 
				
			||||||
        pageTableRef.value.loading(false);
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    return query;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const search = async () => {
 | 
				
			||||||
 | 
					    pageTableRef.value.search();
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const showInfo = async (info: any) => {
 | 
					const showInfo = async (info: any) => {
 | 
				
			||||||
@@ -296,10 +318,6 @@ const onBeforeCloseInfoDialog = () => {
 | 
				
			|||||||
    state.infoDialog.instance = null;
 | 
					    state.infoDialog.instance = null;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const getTags = async () => {
 | 
					 | 
				
			||||||
    state.tags = await dbApi.dbTags.request(null);
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const getInstances = async (instanceName = '') => {
 | 
					const getInstances = async (instanceName = '') => {
 | 
				
			||||||
    if (!instanceName) {
 | 
					    if (!instanceName) {
 | 
				
			||||||
        state.instances = [];
 | 
					        state.instances = [];
 | 
				
			||||||
@@ -325,6 +343,15 @@ const handleMoreActionCommand = (commond: any) => {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
        case 'dumpDb': {
 | 
					        case 'dumpDb': {
 | 
				
			||||||
            onDumpDbs(data);
 | 
					            onDumpDbs(data);
 | 
				
			||||||
 | 
					            return;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        case 'dbBackup': {
 | 
				
			||||||
 | 
					            onShowDbBackupDialog(data);
 | 
				
			||||||
 | 
					            return;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        case 'dbRestore': {
 | 
				
			||||||
 | 
					            onShowDbRestoreDialog(data);
 | 
				
			||||||
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
@@ -340,10 +367,6 @@ const editDb = async (data: any) => {
 | 
				
			|||||||
    state.dbEditDialog.visible = true;
 | 
					    state.dbEditDialog.visible = true;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const valChange = () => {
 | 
					 | 
				
			||||||
    search();
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const deleteDb = async () => {
 | 
					const deleteDb = async () => {
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
        await ElMessageBox.confirm(`确定删除【${state.selectionData.map((x: any) => x.name).join(', ')}】库?`, '提示', {
 | 
					        await ElMessageBox.confirm(`确定删除【${state.selectionData.map((x: any) => x.name).join(', ')}】库?`, '提示', {
 | 
				
			||||||
@@ -372,6 +395,20 @@ const onBeforeCloseSqlExecDialog = () => {
 | 
				
			|||||||
    state.sqlExecLogDialog.dbId = 0;
 | 
					    state.sqlExecLogDialog.dbId = 0;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const onShowDbBackupDialog = async (row: any) => {
 | 
				
			||||||
 | 
					    state.dbBackupDialog.title = `${row.name}`;
 | 
				
			||||||
 | 
					    state.dbBackupDialog.dbId = row.id;
 | 
				
			||||||
 | 
					    state.dbBackupDialog.dbs = row.database.split(' ');
 | 
				
			||||||
 | 
					    state.dbBackupDialog.visible = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const onShowDbRestoreDialog = async (row: any) => {
 | 
				
			||||||
 | 
					    state.dbRestoreDialog.title = `${row.name}`;
 | 
				
			||||||
 | 
					    state.dbRestoreDialog.dbId = row.id;
 | 
				
			||||||
 | 
					    state.dbRestoreDialog.dbs = row.database.split(' ');
 | 
				
			||||||
 | 
					    state.dbRestoreDialog.visible = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const onDumpDbs = async (row: any) => {
 | 
					const onDumpDbs = async (row: any) => {
 | 
				
			||||||
    const dbs = row.database.split(' ');
 | 
					    const dbs = row.database.split(' ');
 | 
				
			||||||
    const data = [];
 | 
					    const data = [];
 | 
				
			||||||
@@ -412,6 +449,16 @@ const dumpDbs = () => {
 | 
				
			|||||||
    a.click();
 | 
					    a.click();
 | 
				
			||||||
    state.exportDialog.visible = false;
 | 
					    state.exportDialog.visible = false;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const supportAction = (action: string, dbType: string): boolean => {
 | 
				
			||||||
 | 
					    let actions: string[] = [];
 | 
				
			||||||
 | 
					    switch (dbType) {
 | 
				
			||||||
 | 
					        case DbType.mysql:
 | 
				
			||||||
 | 
					        case DbType.mariadb:
 | 
				
			||||||
 | 
					            actions = ['dumpDb', 'dbBackup', 'dbRestore'];
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    return actions.includes(action);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
<style lang="scss">
 | 
					<style lang="scss">
 | 
				
			||||||
.db-list {
 | 
					.db-list {
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										288
									
								
								mayfly_go_web/src/views/ops/db/DbRestoreEdit.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										288
									
								
								mayfly_go_web/src/views/ops/db/DbRestoreEdit.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,288 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div>
 | 
				
			||||||
 | 
					        <el-dialog :title="title" :model-value="visible" :before-close="cancel" :close-on-click-modal="false" width="38%">
 | 
				
			||||||
 | 
					            <el-form :model="state.form" ref="restoreForm" label-width="auto" :rules="rules">
 | 
				
			||||||
 | 
					                <el-form-item label="恢复方式">
 | 
				
			||||||
 | 
					                    <el-radio-group :disabled="state.editOrCreate" v-model="state.restoreMode">
 | 
				
			||||||
 | 
					                        <el-radio label="point-in-time">指定时间点</el-radio>
 | 
				
			||||||
 | 
					                        <el-radio label="backup-history">指定备份</el-radio>
 | 
				
			||||||
 | 
					                    </el-radio-group>
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					                <el-form-item prop="dbName" label="数据库名称">
 | 
				
			||||||
 | 
					                    <el-select
 | 
				
			||||||
 | 
					                        :disabled="state.editOrCreate"
 | 
				
			||||||
 | 
					                        @change="changeDatabase"
 | 
				
			||||||
 | 
					                        v-model="state.form.dbName"
 | 
				
			||||||
 | 
					                        placeholder="数据库名称"
 | 
				
			||||||
 | 
					                        filterable
 | 
				
			||||||
 | 
					                        clearable
 | 
				
			||||||
 | 
					                        class="w100"
 | 
				
			||||||
 | 
					                    >
 | 
				
			||||||
 | 
					                        <el-option v-for="item in props.dbNames" :key="item" :label="`${item}`" :value="item"> </el-option>
 | 
				
			||||||
 | 
					                    </el-select>
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					                <el-form-item v-if="state.restoreMode == 'point-in-time'" prop="pointInTime" label="恢复时间点">
 | 
				
			||||||
 | 
					                    <el-date-picker :disabled="state.editOrCreate" v-model="state.form.pointInTime" type="datetime" placeholder="恢复时间点" />
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					                <el-form-item v-if="state.restoreMode == 'backup-history'" prop="dbBackupHistoryId" label="数据库备份">
 | 
				
			||||||
 | 
					                    <el-select
 | 
				
			||||||
 | 
					                        :disabled="state.editOrCreate"
 | 
				
			||||||
 | 
					                        @change="changeHistory"
 | 
				
			||||||
 | 
					                        v-model="state.history"
 | 
				
			||||||
 | 
					                        value-key="id"
 | 
				
			||||||
 | 
					                        placeholder="数据库备份"
 | 
				
			||||||
 | 
					                        filterable
 | 
				
			||||||
 | 
					                        clearable
 | 
				
			||||||
 | 
					                        class="w100"
 | 
				
			||||||
 | 
					                    >
 | 
				
			||||||
 | 
					                        <el-option v-for="item in state.histories" :key="item.id" :label="item.name" :value="item"> </el-option>
 | 
				
			||||||
 | 
					                    </el-select>
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					                <el-form-item prop="startTime" label="开始时间">
 | 
				
			||||||
 | 
					                    <el-date-picker :disabled="state.editOrCreate" v-model="state.form.startTime" type="datetime" placeholder="开始时间" />
 | 
				
			||||||
 | 
					                </el-form-item>
 | 
				
			||||||
 | 
					            </el-form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #footer>
 | 
				
			||||||
 | 
					                <div class="dialog-footer">
 | 
				
			||||||
 | 
					                    <el-button @click="cancel()">取 消</el-button>
 | 
				
			||||||
 | 
					                    <el-button type="primary" :loading="state.btnLoading" @click="btnOk">确 定</el-button>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { onMounted, reactive, ref, watch } from 'vue';
 | 
				
			||||||
 | 
					import { dbApi } from './api';
 | 
				
			||||||
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    data: {
 | 
				
			||||||
 | 
					        type: [Boolean, Object],
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    title: {
 | 
				
			||||||
 | 
					        type: String,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    dbId: {
 | 
				
			||||||
 | 
					        type: [Number],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    dbNames: {
 | 
				
			||||||
 | 
					        type: Array,
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					//定义事件
 | 
				
			||||||
 | 
					const emit = defineEmits(['cancel', 'val-change']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const visible = defineModel<boolean>('visible', {
 | 
				
			||||||
 | 
					    default: false,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const validatePointInTime = (rule: any, value: any, callback: any) => {
 | 
				
			||||||
 | 
					    if (!state.histories || state.histories.length == 0) {
 | 
				
			||||||
 | 
					        callback(new Error('数据库没有备份记录'));
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    const history = state.histories[state.histories.length - 1];
 | 
				
			||||||
 | 
					    if (value < new Date(history.createTime)) {
 | 
				
			||||||
 | 
					        callback(new Error('在此之前数据库没有备份记录'));
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    if (value > new Date()) {
 | 
				
			||||||
 | 
					        callback(new Error('恢复时间点晚于当前时间'));
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    callback();
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const rules = {
 | 
				
			||||||
 | 
					    dbName: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            message: '请选择需要恢复的数据库',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    pointInTime: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            // message: '请选择恢复时间点',
 | 
				
			||||||
 | 
					            validator: validatePointInTime,
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    dbBackupHistoryId: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            message: '请选择数据库备份',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    intervalDay: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            pattern: /^[1-9]\d*$/,
 | 
				
			||||||
 | 
					            message: '请输入正整数',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    startTime: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            message: '请选择开始时间',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const restoreForm: any = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    form: {
 | 
				
			||||||
 | 
					        id: 0,
 | 
				
			||||||
 | 
					        dbId: 0,
 | 
				
			||||||
 | 
					        dbName: null as any,
 | 
				
			||||||
 | 
					        intervalDay: 1,
 | 
				
			||||||
 | 
					        startTime: null as any,
 | 
				
			||||||
 | 
					        repeated: null as any,
 | 
				
			||||||
 | 
					        dbBackupId: null as any,
 | 
				
			||||||
 | 
					        dbBackupHistoryId: null as any,
 | 
				
			||||||
 | 
					        dbBackupHistoryName: null as any,
 | 
				
			||||||
 | 
					        pointInTime: null as any,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    btnLoading: false,
 | 
				
			||||||
 | 
					    dbNamesSelected: [] as any,
 | 
				
			||||||
 | 
					    dbNamesWithoutRestore: [] as any,
 | 
				
			||||||
 | 
					    editOrCreate: false,
 | 
				
			||||||
 | 
					    histories: [] as any,
 | 
				
			||||||
 | 
					    history: null as any,
 | 
				
			||||||
 | 
					    restoreMode: null as any,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onMounted(async () => {
 | 
				
			||||||
 | 
					    await init(props.data);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(visible, (newValue: any) => {
 | 
				
			||||||
 | 
					    if (newValue) {
 | 
				
			||||||
 | 
					        init(props.data);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * 改变表单中的数据库字段,方便表单错误提示。如全部删光,可提示请添加数据库
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					const changeDatabase = async () => {
 | 
				
			||||||
 | 
					    await getBackupHistories(props.dbId, state.form.dbName);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const changeHistory = async () => {
 | 
				
			||||||
 | 
					    if (state.history) {
 | 
				
			||||||
 | 
					        state.form.dbBackupId = state.history.dbBackupId;
 | 
				
			||||||
 | 
					        state.form.dbBackupHistoryId = state.history.id;
 | 
				
			||||||
 | 
					        state.form.dbBackupHistoryName = state.history.name;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const init = async (data: any) => {
 | 
				
			||||||
 | 
					    state.dbNamesSelected = [];
 | 
				
			||||||
 | 
					    state.form.dbId = props.dbId;
 | 
				
			||||||
 | 
					    if (data) {
 | 
				
			||||||
 | 
					        state.editOrCreate = true;
 | 
				
			||||||
 | 
					        state.dbNamesWithoutRestore = [data.dbName];
 | 
				
			||||||
 | 
					        state.dbNamesSelected = [data.dbName];
 | 
				
			||||||
 | 
					        state.form.id = data.id;
 | 
				
			||||||
 | 
					        state.form.dbName = data.dbName;
 | 
				
			||||||
 | 
					        state.form.intervalDay = data.intervalDay;
 | 
				
			||||||
 | 
					        state.form.pointInTime = data.pointInTime;
 | 
				
			||||||
 | 
					        state.form.startTime = data.startTime;
 | 
				
			||||||
 | 
					        state.form.dbBackupId = data.dbBackupId;
 | 
				
			||||||
 | 
					        state.form.dbBackupHistoryId = data.dbBackupHistoryId;
 | 
				
			||||||
 | 
					        state.form.dbBackupHistoryName = data.dbBackupHistoryName;
 | 
				
			||||||
 | 
					        if (data.pointInTime) {
 | 
				
			||||||
 | 
					            state.restoreMode = 'point-in-time';
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            state.restoreMode = 'backup-history';
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        state.history = {
 | 
				
			||||||
 | 
					            dbBackupId: data.dbBackupId,
 | 
				
			||||||
 | 
					            id: data.dbBackupHistoryId,
 | 
				
			||||||
 | 
					            name: data.dbBackupHistoryName,
 | 
				
			||||||
 | 
					            createTime: data.createTime,
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					        await getBackupHistories(props.dbId, data.dbName);
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.form.dbName = '';
 | 
				
			||||||
 | 
					        state.editOrCreate = false;
 | 
				
			||||||
 | 
					        state.form.intervalDay = 1;
 | 
				
			||||||
 | 
					        state.form.pointInTime = new Date();
 | 
				
			||||||
 | 
					        state.form.startTime = new Date();
 | 
				
			||||||
 | 
					        state.histories = [];
 | 
				
			||||||
 | 
					        state.history = null;
 | 
				
			||||||
 | 
					        state.restoreMode = 'point-in-time';
 | 
				
			||||||
 | 
					        await getDbNamesWithoutRestore();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const getDbNamesWithoutRestore = async () => {
 | 
				
			||||||
 | 
					    if (props.dbId > 0) {
 | 
				
			||||||
 | 
					        state.dbNamesWithoutRestore = await dbApi.getDbNamesWithoutRestore.request({ dbId: props.dbId });
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const btnOk = async () => {
 | 
				
			||||||
 | 
					    restoreForm.value.validate(async (valid: any) => {
 | 
				
			||||||
 | 
					        if (valid) {
 | 
				
			||||||
 | 
					            if (state.restoreMode == 'point-in-time') {
 | 
				
			||||||
 | 
					                state.form.dbBackupId = 0;
 | 
				
			||||||
 | 
					                state.form.dbBackupHistoryId = 0;
 | 
				
			||||||
 | 
					                state.form.dbBackupHistoryName = '';
 | 
				
			||||||
 | 
					            } else {
 | 
				
			||||||
 | 
					                state.form.pointInTime = null;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            state.form.repeated = false;
 | 
				
			||||||
 | 
					            const reqForm = { ...state.form };
 | 
				
			||||||
 | 
					            let api = dbApi.createDbRestore;
 | 
				
			||||||
 | 
					            if (props.data) {
 | 
				
			||||||
 | 
					                api = dbApi.saveDbRestore;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            api.request(reqForm).then(() => {
 | 
				
			||||||
 | 
					                ElMessage.success('保存成功');
 | 
				
			||||||
 | 
					                emit('val-change', state.form);
 | 
				
			||||||
 | 
					                state.btnLoading = true;
 | 
				
			||||||
 | 
					                setTimeout(() => {
 | 
				
			||||||
 | 
					                    state.btnLoading = false;
 | 
				
			||||||
 | 
					                }, 1000);
 | 
				
			||||||
 | 
					                cancel();
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
 | 
					        } else {
 | 
				
			||||||
 | 
					            ElMessage.error('请正确填写信息');
 | 
				
			||||||
 | 
					            return false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cancel = () => {
 | 
				
			||||||
 | 
					    visible.value = false;
 | 
				
			||||||
 | 
					    emit('cancel');
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const getBackupHistories = async (dbId: Number, dbName: String) => {
 | 
				
			||||||
 | 
					    if (!dbId || !dbName) {
 | 
				
			||||||
 | 
					        state.histories = [];
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    const data = await dbApi.getDbBackupHistories.request({ dbId, dbName });
 | 
				
			||||||
 | 
					    if (!data || !data.list) {
 | 
				
			||||||
 | 
					        ElMessage.error('该数据库没有备份记录,无法创建数据库恢复任务');
 | 
				
			||||||
 | 
					        state.histories = [];
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    state.histories = data.list;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss"></style>
 | 
				
			||||||
							
								
								
									
										173
									
								
								mayfly_go_web/src/views/ops/db/DbRestoreList.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										173
									
								
								mayfly_go_web/src/views/ops/db/DbRestoreList.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,173 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div class="db-restore">
 | 
				
			||||||
 | 
					        <page-table
 | 
				
			||||||
 | 
					            height="100%"
 | 
				
			||||||
 | 
					            ref="pageTableRef"
 | 
				
			||||||
 | 
					            :page-api="dbApi.getDbRestores"
 | 
				
			||||||
 | 
					            :show-selection="true"
 | 
				
			||||||
 | 
					            v-model:selection-data="state.selectedData"
 | 
				
			||||||
 | 
					            :searchItems="searchItems"
 | 
				
			||||||
 | 
					            :before-query-fn="beforeQueryFn"
 | 
				
			||||||
 | 
					            v-model:query-form="query"
 | 
				
			||||||
 | 
					            :columns="columns"
 | 
				
			||||||
 | 
					        >
 | 
				
			||||||
 | 
					            <template #dbSelect>
 | 
				
			||||||
 | 
					                <el-select v-model="query.dbName" placeholder="请选择数据库" style="width: 200px" filterable clearable>
 | 
				
			||||||
 | 
					                    <el-option v-for="item in dbNames" :key="item" :label="`${item}`" :value="item"> </el-option>
 | 
				
			||||||
 | 
					                </el-select>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #tableHeader>
 | 
				
			||||||
 | 
					                <el-button type="primary" icon="plus" @click="createDbRestore()">添加</el-button>
 | 
				
			||||||
 | 
					                <el-button type="primary" icon="video-play" @click="enableDbRestore(null)">启用</el-button>
 | 
				
			||||||
 | 
					                <el-button type="primary" icon="video-pause" @click="disableDbRestore(null)">禁用</el-button>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #action="{ data }">
 | 
				
			||||||
 | 
					                <el-button @click="showDbRestore(data)" type="primary" link>详情</el-button>
 | 
				
			||||||
 | 
					                <el-button @click="enableDbRestore(data)" v-if="!data.enabled" type="primary" link>启用</el-button>
 | 
				
			||||||
 | 
					                <el-button @click="disableDbRestore(data)" v-if="data.enabled" type="primary" link>禁用</el-button>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					        </page-table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <db-restore-edit
 | 
				
			||||||
 | 
					            @val-change="search"
 | 
				
			||||||
 | 
					            :title="dbRestoreEditDialog.title"
 | 
				
			||||||
 | 
					            :dbId="dbId"
 | 
				
			||||||
 | 
					            :dbNames="dbNames"
 | 
				
			||||||
 | 
					            :data="dbRestoreEditDialog.data"
 | 
				
			||||||
 | 
					            v-model:visible="dbRestoreEditDialog.visible"
 | 
				
			||||||
 | 
					        ></db-restore-edit>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <el-dialog v-model="infoDialog.visible" title="数据库恢复">
 | 
				
			||||||
 | 
					            <el-descriptions :column="1" border>
 | 
				
			||||||
 | 
					                <el-descriptions-item :span="1" label="数据库名称">{{ infoDialog.data.dbName }}</el-descriptions-item>
 | 
				
			||||||
 | 
					                <el-descriptions-item v-if="infoDialog.data.pointInTime" :span="1" label="恢复时间点">{{
 | 
				
			||||||
 | 
					                    dateFormat(infoDialog.data.pointInTime)
 | 
				
			||||||
 | 
					                }}</el-descriptions-item>
 | 
				
			||||||
 | 
					                <el-descriptions-item v-if="!infoDialog.data.pointInTime" :span="1" label="数据库备份">{{
 | 
				
			||||||
 | 
					                    infoDialog.data.dbBackupHistoryName
 | 
				
			||||||
 | 
					                }}</el-descriptions-item>
 | 
				
			||||||
 | 
					                <el-descriptions-item :span="1" label="开始时间">{{ dateFormat(infoDialog.data.startTime) }}</el-descriptions-item>
 | 
				
			||||||
 | 
					                <el-descriptions-item :span="1" label="是否启用">{{ infoDialog.data.enabled }}</el-descriptions-item>
 | 
				
			||||||
 | 
					                <el-descriptions-item :span="1" label="执行时间">{{ dateFormat(infoDialog.data.lastTime) }}</el-descriptions-item>
 | 
				
			||||||
 | 
					                <el-descriptions-item :span="1" label="执行结果">{{ infoDialog.data.lastResult }}</el-descriptions-item>
 | 
				
			||||||
 | 
					            </el-descriptions>
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { toRefs, reactive, defineAsyncComponent, Ref, ref } from 'vue';
 | 
				
			||||||
 | 
					import { dbApi } from './api';
 | 
				
			||||||
 | 
					import PageTable from '@/components/pagetable/PageTable.vue';
 | 
				
			||||||
 | 
					import { TableColumn } from '@/components/pagetable';
 | 
				
			||||||
 | 
					import { SearchItem } from '@/components/SearchForm';
 | 
				
			||||||
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					import { dateFormat } from '@/common/utils/date';
 | 
				
			||||||
 | 
					const DbRestoreEdit = defineAsyncComponent(() => import('./DbRestoreEdit.vue'));
 | 
				
			||||||
 | 
					const pageTableRef: Ref<any> = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    dbId: {
 | 
				
			||||||
 | 
					        type: [Number],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    dbNames: {
 | 
				
			||||||
 | 
					        type: [Array<String>],
 | 
				
			||||||
 | 
					        required: true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// const queryConfig = [TableQuery.slot('dbName', '数据库名称', 'dbSelect')];
 | 
				
			||||||
 | 
					const searchItems = [SearchItem.slot('dbName', '数据库名称', 'dbSelect')];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const columns = [
 | 
				
			||||||
 | 
					    TableColumn.new('dbName', '数据库名称'),
 | 
				
			||||||
 | 
					    TableColumn.new('startTime', '启动时间').isTime(),
 | 
				
			||||||
 | 
					    TableColumn.new('enabled', '是否启用'),
 | 
				
			||||||
 | 
					    TableColumn.new('lastTime', '执行时间').isTime(),
 | 
				
			||||||
 | 
					    TableColumn.new('lastResult', '执行结果'),
 | 
				
			||||||
 | 
					    TableColumn.new('action', '操作').isSlot().setMinWidth(220).fixedRight().alignCenter(),
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const emptyQuery = {
 | 
				
			||||||
 | 
					    dbId: props.dbId,
 | 
				
			||||||
 | 
					    dbName: '',
 | 
				
			||||||
 | 
					    pageNum: 1,
 | 
				
			||||||
 | 
					    pageSize: 10,
 | 
				
			||||||
 | 
					    repeated: false,
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    data: [],
 | 
				
			||||||
 | 
					    total: 0,
 | 
				
			||||||
 | 
					    query: emptyQuery,
 | 
				
			||||||
 | 
					    dbRestoreEditDialog: {
 | 
				
			||||||
 | 
					        visible: false,
 | 
				
			||||||
 | 
					        data: null as any,
 | 
				
			||||||
 | 
					        title: '创建数据库恢复任务',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    infoDialog: {
 | 
				
			||||||
 | 
					        visible: false,
 | 
				
			||||||
 | 
					        data: null as any,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 选中的数据
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    selectedData: [],
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { query, dbRestoreEditDialog, infoDialog } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const beforeQueryFn = (query: any) => {
 | 
				
			||||||
 | 
					    query.dbId = props.dbId;
 | 
				
			||||||
 | 
					    return query;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const search = async () => {
 | 
				
			||||||
 | 
					    await pageTableRef.value.search();
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const createDbRestore = async () => {
 | 
				
			||||||
 | 
					    state.dbRestoreEditDialog.data = null;
 | 
				
			||||||
 | 
					    state.dbRestoreEditDialog.title = '数据库恢复';
 | 
				
			||||||
 | 
					    state.dbRestoreEditDialog.visible = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const showDbRestore = async (data: any) => {
 | 
				
			||||||
 | 
					    state.infoDialog.data = data;
 | 
				
			||||||
 | 
					    state.infoDialog.visible = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const enableDbRestore = async (data: any) => {
 | 
				
			||||||
 | 
					    let restoreId: String;
 | 
				
			||||||
 | 
					    if (data) {
 | 
				
			||||||
 | 
					        restoreId = data.id;
 | 
				
			||||||
 | 
					    } else if (state.selectedData.length > 0) {
 | 
				
			||||||
 | 
					        restoreId = state.selectedData.map((x: any) => x.id).join(' ');
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        ElMessage.error('请选择需要启用的恢复任务');
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    await dbApi.enableDbRestore.request({ dbId: props.dbId, restoreId: restoreId });
 | 
				
			||||||
 | 
					    await search();
 | 
				
			||||||
 | 
					    ElMessage.success('启用成功');
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const disableDbRestore = async (data: any) => {
 | 
				
			||||||
 | 
					    let restoreId: String;
 | 
				
			||||||
 | 
					    if (data) {
 | 
				
			||||||
 | 
					        restoreId = data.id;
 | 
				
			||||||
 | 
					    } else if (state.selectedData.length > 0) {
 | 
				
			||||||
 | 
					        restoreId = state.selectedData.map((x: any) => x.id).join(' ');
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        ElMessage.error('请选择需要禁用的恢复任务');
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    await dbApi.disableDbRestore.request({ dbId: props.dbId, restoreId: restoreId });
 | 
				
			||||||
 | 
					    await search();
 | 
				
			||||||
 | 
					    ElMessage.success('禁用成功');
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss"></style>
 | 
				
			||||||
@@ -1,19 +1,16 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="db-sql-exec-log">
 | 
					    <div class="db-sql-exec-log">
 | 
				
			||||||
        <page-table
 | 
					        <page-table
 | 
				
			||||||
 | 
					            ref="pageTableRef"
 | 
				
			||||||
 | 
					            :page-api="dbApi.getSqlExecs"
 | 
				
			||||||
 | 
					            :lazy="true"
 | 
				
			||||||
            height="100%"
 | 
					            height="100%"
 | 
				
			||||||
            ref="sqlExecDialogPageTableRef"
 | 
					            :search-items="searchItems"
 | 
				
			||||||
            :query="queryConfig"
 | 
					 | 
				
			||||||
            v-model:query-form="query"
 | 
					            v-model:query-form="query"
 | 
				
			||||||
            :data="data"
 | 
					 | 
				
			||||||
            :columns="columns"
 | 
					            :columns="columns"
 | 
				
			||||||
            :total="total"
 | 
					 | 
				
			||||||
            v-model:page-size="query.pageSize"
 | 
					 | 
				
			||||||
            v-model:page-num="query.pageNum"
 | 
					 | 
				
			||||||
            @pageChange="searchSqlExecLog()"
 | 
					 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
            <template #dbSelect>
 | 
					            <template #dbSelect>
 | 
				
			||||||
                <el-select v-model="query.db" placeholder="请选择数据库" style="width: 200px" filterable clearable>
 | 
					                <el-select v-model="query.db" placeholder="请选择数据库" filterable clearable>
 | 
				
			||||||
                    <el-option v-for="item in dbs" :key="item" :label="`${item}`" :value="item"> </el-option>
 | 
					                    <el-option v-for="item in dbs" :key="item" :label="`${item}`" :value="item"> </el-option>
 | 
				
			||||||
                </el-select>
 | 
					                </el-select>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
@@ -39,11 +36,12 @@
 | 
				
			|||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { toRefs, watch, reactive, onMounted } from 'vue';
 | 
					import { toRefs, watch, reactive, onMounted, Ref, ref } from 'vue';
 | 
				
			||||||
import { dbApi } from './api';
 | 
					import { dbApi } from './api';
 | 
				
			||||||
import { DbSqlExecTypeEnum } from './enums';
 | 
					import { DbSqlExecTypeEnum } from './enums';
 | 
				
			||||||
import PageTable from '@/components/pagetable/PageTable.vue';
 | 
					import PageTable from '@/components/pagetable/PageTable.vue';
 | 
				
			||||||
import { TableColumn, TableQuery } from '@/components/pagetable';
 | 
					import { TableColumn } from '@/components/pagetable';
 | 
				
			||||||
 | 
					import { SearchItem } from '@/components/SearchForm';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = defineProps({
 | 
					const props = defineProps({
 | 
				
			||||||
    dbId: {
 | 
					    dbId: {
 | 
				
			||||||
@@ -56,13 +54,13 @@ const props = defineProps({
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const queryConfig = [
 | 
					const searchItems = [
 | 
				
			||||||
    TableQuery.slot('db', '数据库', 'dbSelect'),
 | 
					    SearchItem.slot('db', '数据库', 'dbSelect'),
 | 
				
			||||||
    TableQuery.text('table', '表名'),
 | 
					    SearchItem.input('table', '表名'),
 | 
				
			||||||
    TableQuery.select('type', '操作类型').setOptions(Object.values(DbSqlExecTypeEnum)),
 | 
					    SearchItem.select('type', '操作类型').withEnum(DbSqlExecTypeEnum),
 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const columns = [
 | 
					const columns = ref([
 | 
				
			||||||
    TableColumn.new('db', '数据库'),
 | 
					    TableColumn.new('db', '数据库'),
 | 
				
			||||||
    TableColumn.new('table', '表'),
 | 
					    TableColumn.new('table', '表'),
 | 
				
			||||||
    TableColumn.new('type', '类型').typeTag(DbSqlExecTypeEnum).setAddWidth(10),
 | 
					    TableColumn.new('type', '类型').typeTag(DbSqlExecTypeEnum).setAddWidth(10),
 | 
				
			||||||
@@ -72,11 +70,11 @@ const columns = [
 | 
				
			|||||||
    TableColumn.new('createTime', '执行时间').isTime(),
 | 
					    TableColumn.new('createTime', '执行时间').isTime(),
 | 
				
			||||||
    TableColumn.new('remark', '备注'),
 | 
					    TableColumn.new('remark', '备注'),
 | 
				
			||||||
    TableColumn.new('action', '操作').isSlot().setMinWidth(90).fixedRight().alignCenter(),
 | 
					    TableColumn.new('action', '操作').isSlot().setMinWidth(90).fixedRight().alignCenter(),
 | 
				
			||||||
];
 | 
					]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const pageTableRef: Ref<any> = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    data: [],
 | 
					 | 
				
			||||||
    total: 0,
 | 
					 | 
				
			||||||
    dbs: [],
 | 
					    dbs: [],
 | 
				
			||||||
    query: {
 | 
					    query: {
 | 
				
			||||||
        dbId: 0,
 | 
					        dbId: 0,
 | 
				
			||||||
@@ -97,21 +95,24 @@ const state = reactive({
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { data, query, total, rollbackSqlDialog } = toRefs(state);
 | 
					const { query, rollbackSqlDialog } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onMounted(async () => {
 | 
					onMounted(async () => {
 | 
				
			||||||
    searchSqlExecLog();
 | 
					    state.query.dbId = props.dbId;
 | 
				
			||||||
 | 
					    state.query.pageNum = 1;
 | 
				
			||||||
 | 
					    await searchSqlExecLog();
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
watch(props, async () => {
 | 
					watch(props, async () => {
 | 
				
			||||||
 | 
					    state.query.dbId = props.dbId;
 | 
				
			||||||
 | 
					    state.query.pageNum = 1;
 | 
				
			||||||
    await searchSqlExecLog();
 | 
					    await searchSqlExecLog();
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const searchSqlExecLog = async () => {
 | 
					const searchSqlExecLog = async () => {
 | 
				
			||||||
    state.query.dbId = props.dbId;
 | 
					    if (state.query.dbId) {
 | 
				
			||||||
    const res = await dbApi.getSqlExecs.request(state.query);
 | 
					        pageTableRef.value.search();
 | 
				
			||||||
    state.data = res.list;
 | 
					    }
 | 
				
			||||||
    state.total = res.total;
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const onShowRollbackSql = async (sqlExecLog: any) => {
 | 
					const onShowRollbackSql = async (sqlExecLog: any) => {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,9 +8,11 @@
 | 
				
			|||||||
                            <el-input v-model.trim="form.name" placeholder="请输入数据库别名" auto-complete="off"></el-input>
 | 
					                            <el-input v-model.trim="form.name" placeholder="请输入数据库别名" auto-complete="off"></el-input>
 | 
				
			||||||
                        </el-form-item>
 | 
					                        </el-form-item>
 | 
				
			||||||
                        <el-form-item prop="type" label="类型" required>
 | 
					                        <el-form-item prop="type" label="类型" required>
 | 
				
			||||||
                            <el-select style="width: 100%" v-model="form.type" placeholder="请选择数据库类型">
 | 
					                            <el-select @change="changeDbType" style="width: 100%" v-model="form.type" placeholder="请选择数据库类型">
 | 
				
			||||||
                                <el-option key="item.id" label="mysql" value="mysql"> </el-option>
 | 
					                                <el-option v-for="dt in dbTypes" :key="dt.type" :value="dt.type" :label="dt.label">
 | 
				
			||||||
                                <el-option key="item.id" label="postgres" value="postgres"> </el-option>
 | 
					                                    <SvgIcon :name="getDbDialect(dt.type).getInfo().icon" :size="18" />
 | 
				
			||||||
 | 
					                                    {{ dt.label }}
 | 
				
			||||||
 | 
					                                </el-option>
 | 
				
			||||||
                            </el-select>
 | 
					                            </el-select>
 | 
				
			||||||
                        </el-form-item>
 | 
					                        </el-form-item>
 | 
				
			||||||
                        <el-form-item prop="host" label="host" required>
 | 
					                        <el-form-item prop="host" label="host" required>
 | 
				
			||||||
@@ -19,9 +21,12 @@
 | 
				
			|||||||
                            </el-col>
 | 
					                            </el-col>
 | 
				
			||||||
                            <el-col style="text-align: center" :span="1">:</el-col>
 | 
					                            <el-col style="text-align: center" :span="1">:</el-col>
 | 
				
			||||||
                            <el-col :span="5">
 | 
					                            <el-col :span="5">
 | 
				
			||||||
                                <el-input type="number" v-model.number="form.port" placeholder="请输入端口"></el-input>
 | 
					                                <el-input type="number" v-model.number="form.port" placeholder="端口"></el-input>
 | 
				
			||||||
                            </el-col>
 | 
					                            </el-col>
 | 
				
			||||||
                        </el-form-item>
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					                        <el-form-item v-if="form.type === DbType.oracle" prop="sid" label="SID">
 | 
				
			||||||
 | 
					                            <el-input v-model.trim="form.sid" placeholder="请输入服务id"></el-input>
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
                        <el-form-item prop="username" label="用户名" required>
 | 
					                        <el-form-item prop="username" label="用户名" required>
 | 
				
			||||||
                            <el-input v-model.trim="form.username" placeholder="请输入用户名"></el-input>
 | 
					                            <el-input v-model.trim="form.username" placeholder="请输入用户名"></el-input>
 | 
				
			||||||
                        </el-form-item>
 | 
					                        </el-form-item>
 | 
				
			||||||
@@ -47,7 +52,7 @@
 | 
				
			|||||||
                    <el-tab-pane label="其他配置" name="other">
 | 
					                    <el-tab-pane label="其他配置" name="other">
 | 
				
			||||||
                        <el-form-item prop="params" label="连接参数">
 | 
					                        <el-form-item prop="params" label="连接参数">
 | 
				
			||||||
                            <el-input v-model.trim="form.params" placeholder="其他连接参数,形如: key1=value1&key2=value2">
 | 
					                            <el-input v-model.trim="form.params" placeholder="其他连接参数,形如: key1=value1&key2=value2">
 | 
				
			||||||
                                <template #suffix>
 | 
					                                <!-- <template #suffix>
 | 
				
			||||||
                                    <el-link
 | 
					                                    <el-link
 | 
				
			||||||
                                        target="_blank"
 | 
					                                        target="_blank"
 | 
				
			||||||
                                        href="https://github.com/go-sql-driver/mysql#parameters"
 | 
					                                        href="https://github.com/go-sql-driver/mysql#parameters"
 | 
				
			||||||
@@ -56,7 +61,7 @@
 | 
				
			|||||||
                                        class="mr5"
 | 
					                                        class="mr5"
 | 
				
			||||||
                                        >参数参考</el-link
 | 
					                                        >参数参考</el-link
 | 
				
			||||||
                                    >
 | 
					                                    >
 | 
				
			||||||
                                </template>
 | 
					                                </template> -->
 | 
				
			||||||
                            </el-input>
 | 
					                            </el-input>
 | 
				
			||||||
                        </el-form-item>
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -69,9 +74,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            <template #footer>
 | 
					            <template #footer>
 | 
				
			||||||
                <div class="dialog-footer">
 | 
					                <div class="dialog-footer">
 | 
				
			||||||
                    <el-button @click="testConn" :loading="state.testConnBtnLoading" type="success">测试连接</el-button>
 | 
					                    <el-button @click="testConn" :loading="testConnBtnLoading" type="success">测试连接</el-button>
 | 
				
			||||||
                    <el-button @click="cancel()">取 消</el-button>
 | 
					                    <el-button @click="cancel()">取 消</el-button>
 | 
				
			||||||
                    <el-button type="primary" :loading="btnLoading" @click="btnOk">确 定</el-button>
 | 
					                    <el-button type="primary" :loading="saveBtnLoading" @click="btnOk">确 定</el-button>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
        </el-dialog>
 | 
					        </el-dialog>
 | 
				
			||||||
@@ -79,12 +84,14 @@
 | 
				
			|||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { toRefs, reactive, watch, ref } from 'vue';
 | 
					import { reactive, ref, toRefs, watch } from 'vue';
 | 
				
			||||||
import { dbApi } from './api';
 | 
					import { dbApi } from './api';
 | 
				
			||||||
import { ElMessage } from 'element-plus';
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
import { notBlank } from '@/common/assert';
 | 
					import { notBlank } from '@/common/assert';
 | 
				
			||||||
import { RsaEncrypt } from '@/common/rsa';
 | 
					import { RsaEncrypt } from '@/common/rsa';
 | 
				
			||||||
import SshTunnelSelect from '../component/SshTunnelSelect.vue';
 | 
					import SshTunnelSelect from '../component/SshTunnelSelect.vue';
 | 
				
			||||||
 | 
					import { DbType, getDbDialect } from './dialect';
 | 
				
			||||||
 | 
					import SvgIcon from '@/components/svgIcon/index.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = defineProps({
 | 
					const props = defineProps({
 | 
				
			||||||
    visible: {
 | 
					    visible: {
 | 
				
			||||||
@@ -120,7 +127,7 @@ const rules = {
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            required: true,
 | 
					            required: true,
 | 
				
			||||||
            message: '请输入主机ip和port',
 | 
					            message: '请输入主机ip和port',
 | 
				
			||||||
            trigger: ['change', 'blur'],
 | 
					            trigger: ['blur'],
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    username: [
 | 
					    username: [
 | 
				
			||||||
@@ -130,10 +137,40 @@ const rules = {
 | 
				
			|||||||
            trigger: ['change', 'blur'],
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
					    sid: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            message: '请输入SID',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const dbForm: any = ref(null);
 | 
					const dbForm: any = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const dbTypes = [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        type: 'mysql',
 | 
				
			||||||
 | 
					        label: 'mysql',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        type: 'mariadb',
 | 
				
			||||||
 | 
					        label: 'mariadb',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        type: 'postgres',
 | 
				
			||||||
 | 
					        label: 'postgres',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        type: 'dm',
 | 
				
			||||||
 | 
					        label: '达梦',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        type: 'oracle',
 | 
				
			||||||
 | 
					        label: 'oracle',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    dialogVisible: false,
 | 
					    dialogVisible: false,
 | 
				
			||||||
    tabActiveName: 'basic',
 | 
					    tabActiveName: 'basic',
 | 
				
			||||||
@@ -142,22 +179,25 @@ const state = reactive({
 | 
				
			|||||||
        type: null,
 | 
					        type: null,
 | 
				
			||||||
        name: null,
 | 
					        name: null,
 | 
				
			||||||
        host: '',
 | 
					        host: '',
 | 
				
			||||||
        port: 3306,
 | 
					        port: null,
 | 
				
			||||||
        username: null,
 | 
					        username: null,
 | 
				
			||||||
 | 
					        sid: null, // oracle类项目需要服务id
 | 
				
			||||||
        password: null,
 | 
					        password: null,
 | 
				
			||||||
        params: null,
 | 
					        params: null,
 | 
				
			||||||
        remark: '',
 | 
					        remark: '',
 | 
				
			||||||
        sshTunnelMachineId: null as any,
 | 
					        sshTunnelMachineId: null as any,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    subimtForm: {},
 | 
				
			||||||
    // 原密码
 | 
					    // 原密码
 | 
				
			||||||
    pwd: '',
 | 
					    pwd: '',
 | 
				
			||||||
    // 原用户名
 | 
					    // 原用户名
 | 
				
			||||||
    oldUserName: null,
 | 
					    oldUserName: null,
 | 
				
			||||||
    btnLoading: false,
 | 
					 | 
				
			||||||
    testConnBtnLoading: false,
 | 
					 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { dialogVisible, tabActiveName, form, pwd, btnLoading } = toRefs(state);
 | 
					const { dialogVisible, tabActiveName, form, subimtForm, pwd } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { isFetching: saveBtnLoading, execute: saveInstanceExec } = dbApi.saveInstance.useApi(subimtForm);
 | 
				
			||||||
 | 
					const { isFetching: testConnBtnLoading, execute: testConnExec } = dbApi.testConn.useApi(subimtForm);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
watch(props, (newValue: any) => {
 | 
					watch(props, (newValue: any) => {
 | 
				
			||||||
    state.dialogVisible = newValue.visible;
 | 
					    state.dialogVisible = newValue.visible;
 | 
				
			||||||
@@ -169,11 +209,17 @@ watch(props, (newValue: any) => {
 | 
				
			|||||||
        state.form = { ...newValue.data };
 | 
					        state.form = { ...newValue.data };
 | 
				
			||||||
        state.oldUserName = state.form.username;
 | 
					        state.oldUserName = state.form.username;
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
        state.form = { port: 3306 } as any;
 | 
					        state.form = { port: null } as any;
 | 
				
			||||||
        state.oldUserName = null;
 | 
					        state.oldUserName = null;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const changeDbType = (val: string) => {
 | 
				
			||||||
 | 
					    if (!state.form.id) {
 | 
				
			||||||
 | 
					        state.form.port = getDbDialect(val).getInfo().defaultPort as any;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const getDbPwd = async () => {
 | 
					const getDbPwd = async () => {
 | 
				
			||||||
    state.pwd = await dbApi.getInstancePwd.request({ id: state.form.id });
 | 
					    state.pwd = await dbApi.getInstancePwd.request({ id: state.form.id });
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
@@ -189,18 +235,14 @@ const getReqForm = async () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const testConn = async () => {
 | 
					const testConn = async () => {
 | 
				
			||||||
    dbForm.value.validate(async (valid: boolean) => {
 | 
					    dbForm.value.validate(async (valid: boolean) => {
 | 
				
			||||||
        if (valid) {
 | 
					        if (!valid) {
 | 
				
			||||||
            state.testConnBtnLoading = true;
 | 
					 | 
				
			||||||
            try {
 | 
					 | 
				
			||||||
                await dbApi.testConn.request(await getReqForm());
 | 
					 | 
				
			||||||
                ElMessage.success('连接成功');
 | 
					 | 
				
			||||||
            } finally {
 | 
					 | 
				
			||||||
                state.testConnBtnLoading = false;
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        } else {
 | 
					 | 
				
			||||||
            ElMessage.error('请正确填写信息');
 | 
					            ElMessage.error('请正确填写信息');
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        state.subimtForm = await getReqForm();
 | 
				
			||||||
 | 
					        await testConnExec();
 | 
				
			||||||
 | 
					        ElMessage.success('连接成功');
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -212,21 +254,16 @@ const btnOk = async () => {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dbForm.value.validate(async (valid: boolean) => {
 | 
					    dbForm.value.validate(async (valid: boolean) => {
 | 
				
			||||||
        if (valid) {
 | 
					        if (!valid) {
 | 
				
			||||||
            dbApi.saveInstance.request(await getReqForm()).then(() => {
 | 
					 | 
				
			||||||
                ElMessage.success('保存成功');
 | 
					 | 
				
			||||||
                emit('val-change', state.form);
 | 
					 | 
				
			||||||
                state.btnLoading = true;
 | 
					 | 
				
			||||||
                setTimeout(() => {
 | 
					 | 
				
			||||||
                    state.btnLoading = false;
 | 
					 | 
				
			||||||
                }, 1000);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                cancel();
 | 
					 | 
				
			||||||
            });
 | 
					 | 
				
			||||||
        } else {
 | 
					 | 
				
			||||||
            ElMessage.error('请正确填写信息');
 | 
					            ElMessage.error('请正确填写信息');
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        state.subimtForm = await getReqForm();
 | 
				
			||||||
 | 
					        await saveInstanceExec();
 | 
				
			||||||
 | 
					        ElMessage.success('保存成功');
 | 
				
			||||||
 | 
					        emit('val-change', state.form);
 | 
				
			||||||
 | 
					        cancel();
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,32 +2,34 @@
 | 
				
			|||||||
    <div class="db-list">
 | 
					    <div class="db-list">
 | 
				
			||||||
        <page-table
 | 
					        <page-table
 | 
				
			||||||
            ref="pageTableRef"
 | 
					            ref="pageTableRef"
 | 
				
			||||||
            :query="queryConfig"
 | 
					            :page-api="dbApi.instances"
 | 
				
			||||||
 | 
					            :searchItems="searchItems"
 | 
				
			||||||
            v-model:query-form="query"
 | 
					            v-model:query-form="query"
 | 
				
			||||||
            :show-selection="true"
 | 
					            :show-selection="true"
 | 
				
			||||||
            v-model:selection-data="state.selectionData"
 | 
					            v-model:selection-data="state.selectionData"
 | 
				
			||||||
            :data="datas"
 | 
					 | 
				
			||||||
            :columns="columns"
 | 
					            :columns="columns"
 | 
				
			||||||
            :total="total"
 | 
					 | 
				
			||||||
            v-model:page-size="query.pageSize"
 | 
					 | 
				
			||||||
            v-model:page-num="query.pageNum"
 | 
					 | 
				
			||||||
            @pageChange="search()"
 | 
					 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
            <template #queryRight>
 | 
					            <template #tableHeader>
 | 
				
			||||||
                <el-button v-auth="perms.saveInstance" type="primary" icon="plus" @click="editInstance(false)">添加</el-button>
 | 
					                <el-button v-auth="perms.saveInstance" type="primary" icon="plus" @click="editInstance(false)">添加</el-button>
 | 
				
			||||||
                <el-button v-auth="perms.delInstance" :disabled="selectionData.length < 1" @click="deleteInstance()" type="danger" icon="delete"
 | 
					                <el-button v-auth="perms.delInstance" :disabled="selectionData.length < 1" @click="deleteInstance()" type="danger" icon="delete"
 | 
				
			||||||
                    >删除</el-button
 | 
					                    >删除</el-button
 | 
				
			||||||
                >
 | 
					                >
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #type="{ data }">
 | 
				
			||||||
 | 
					                <el-tooltip :content="data.type" placement="top">
 | 
				
			||||||
 | 
					                    <SvgIcon :name="getDbDialect(data.type).getInfo().icon" :size="20" />
 | 
				
			||||||
 | 
					                </el-tooltip>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <template #action="{ data }">
 | 
					            <template #action="{ data }">
 | 
				
			||||||
                <el-button @click="showInfo(data)" link>详情</el-button>
 | 
					                <el-button @click="showInfo(data)" link>详情</el-button>
 | 
				
			||||||
                <el-button v-if="actionBtns[perms.saveInstance]" @click="editInstance(data)" type="primary" link>编辑</el-button>
 | 
					                <el-button v-if="actionBtns[perms.saveInstance]" @click="editInstance(data)" type="primary" link>编辑</el-button>
 | 
				
			||||||
            </template>
 | 
					            </template>
 | 
				
			||||||
        </page-table>
 | 
					        </page-table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <el-dialog v-model="infoDialog.visible">
 | 
					        <el-dialog v-model="infoDialog.visible" title="详情">
 | 
				
			||||||
            <el-descriptions title="详情" :column="3" border>
 | 
					            <el-descriptions :column="3" border>
 | 
				
			||||||
                <el-descriptions-item :span="2" label="名称">{{ infoDialog.data.name }}</el-descriptions-item>
 | 
					                <el-descriptions-item :span="2" label="名称">{{ infoDialog.data.name }}</el-descriptions-item>
 | 
				
			||||||
                <el-descriptions-item :span="1" label="id">{{ infoDialog.data.id }}</el-descriptions-item>
 | 
					                <el-descriptions-item :span="1" label="id">{{ infoDialog.data.id }}</el-descriptions-item>
 | 
				
			||||||
                <el-descriptions-item :span="2" label="主机">{{ infoDialog.data.host }}</el-descriptions-item>
 | 
					                <el-descriptions-item :span="2" label="主机">{{ infoDialog.data.host }}</el-descriptions-item>
 | 
				
			||||||
@@ -50,7 +52,7 @@
 | 
				
			|||||||
        </el-dialog>
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <instance-edit
 | 
					        <instance-edit
 | 
				
			||||||
            @val-change="valChange"
 | 
					            @val-change="search"
 | 
				
			||||||
            :title="instanceEditDialog.title"
 | 
					            :title="instanceEditDialog.title"
 | 
				
			||||||
            v-model:visible="instanceEditDialog.visible"
 | 
					            v-model:visible="instanceEditDialog.visible"
 | 
				
			||||||
            v-model:data="instanceEditDialog.data"
 | 
					            v-model:data="instanceEditDialog.data"
 | 
				
			||||||
@@ -59,13 +61,16 @@
 | 
				
			|||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { ref, toRefs, reactive, onMounted, defineAsyncComponent } from 'vue';
 | 
					import { ref, toRefs, reactive, onMounted, defineAsyncComponent, Ref } from 'vue';
 | 
				
			||||||
import { ElMessage, ElMessageBox } from 'element-plus';
 | 
					import { ElMessage, ElMessageBox } from 'element-plus';
 | 
				
			||||||
import { dbApi } from './api';
 | 
					import { dbApi } from './api';
 | 
				
			||||||
import { dateFormat } from '@/common/utils/date';
 | 
					import { dateFormat } from '@/common/utils/date';
 | 
				
			||||||
import PageTable from '@/components/pagetable/PageTable.vue';
 | 
					import PageTable from '@/components/pagetable/PageTable.vue';
 | 
				
			||||||
import { TableColumn, TableQuery } from '@/components/pagetable';
 | 
					import { TableColumn } from '@/components/pagetable';
 | 
				
			||||||
import { hasPerms } from '@/components/auth/auth';
 | 
					import { hasPerms } from '@/components/auth/auth';
 | 
				
			||||||
 | 
					import SvgIcon from '@/components/svgIcon/index.vue';
 | 
				
			||||||
 | 
					import { getDbDialect } from './dialect';
 | 
				
			||||||
 | 
					import { SearchItem } from '@/components/SearchForm';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const InstanceEdit = defineAsyncComponent(() => import('./InstanceEdit.vue'));
 | 
					const InstanceEdit = defineAsyncComponent(() => import('./InstanceEdit.vue'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -74,11 +79,11 @@ const perms = {
 | 
				
			|||||||
    delInstance: 'db:instance:del',
 | 
					    delInstance: 'db:instance:del',
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const queryConfig = [TableQuery.text('name', '名称')];
 | 
					const searchItems = [SearchItem.input('name', '名称')];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const columns = ref([
 | 
					const columns = ref([
 | 
				
			||||||
    TableColumn.new('name', '名称'),
 | 
					    TableColumn.new('name', '名称'),
 | 
				
			||||||
    TableColumn.new('type', '类型'),
 | 
					    TableColumn.new('type', '类型').isSlot().setAddWidth(-15).alignCenter(),
 | 
				
			||||||
    TableColumn.new('host', 'host:port').setFormatFunc((data: any) => `${data.host}:${data.port}`),
 | 
					    TableColumn.new('host', 'host:port').setFormatFunc((data: any) => `${data.host}:${data.port}`),
 | 
				
			||||||
    TableColumn.new('username', '用户名'),
 | 
					    TableColumn.new('username', '用户名'),
 | 
				
			||||||
    TableColumn.new('params', '连接参数'),
 | 
					    TableColumn.new('params', '连接参数'),
 | 
				
			||||||
@@ -88,8 +93,7 @@ const columns = ref([
 | 
				
			|||||||
// 该用户拥有的的操作列按钮权限
 | 
					// 该用户拥有的的操作列按钮权限
 | 
				
			||||||
const actionBtns = hasPerms([perms.saveInstance]);
 | 
					const actionBtns = hasPerms([perms.saveInstance]);
 | 
				
			||||||
const actionColumn = TableColumn.new('action', '操作').isSlot().setMinWidth(110).fixedRight().alignCenter();
 | 
					const actionColumn = TableColumn.new('action', '操作').isSlot().setMinWidth(110).fixedRight().alignCenter();
 | 
				
			||||||
 | 
					const pageTableRef: Ref<any> = ref(null);
 | 
				
			||||||
const pageTableRef: any = ref(null);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const state = reactive({
 | 
					const state = reactive({
 | 
				
			||||||
    row: {},
 | 
					    row: {},
 | 
				
			||||||
@@ -105,10 +109,8 @@ const state = reactive({
 | 
				
			|||||||
    query: {
 | 
					    query: {
 | 
				
			||||||
        name: null,
 | 
					        name: null,
 | 
				
			||||||
        pageNum: 1,
 | 
					        pageNum: 1,
 | 
				
			||||||
        pageSize: 10,
 | 
					        pageSize: 0,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    datas: [],
 | 
					 | 
				
			||||||
    total: 0,
 | 
					 | 
				
			||||||
    infoDialog: {
 | 
					    infoDialog: {
 | 
				
			||||||
        visible: false,
 | 
					        visible: false,
 | 
				
			||||||
        data: null as any,
 | 
					        data: null as any,
 | 
				
			||||||
@@ -120,24 +122,16 @@ const state = reactive({
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { selectionData, query, datas, total, infoDialog, instanceEditDialog } = toRefs(state);
 | 
					const { selectionData, query, infoDialog, instanceEditDialog } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onMounted(async () => {
 | 
					onMounted(async () => {
 | 
				
			||||||
    if (Object.keys(actionBtns).length > 0) {
 | 
					    if (Object.keys(actionBtns).length > 0) {
 | 
				
			||||||
        columns.value.push(actionColumn);
 | 
					        columns.value.push(actionColumn);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    search();
 | 
					 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const search = async () => {
 | 
					const search = () => {
 | 
				
			||||||
    try {
 | 
					    pageTableRef.value.search();
 | 
				
			||||||
        pageTableRef.value.loading(true);
 | 
					 | 
				
			||||||
        let res: any = await dbApi.instances.request(state.query);
 | 
					 | 
				
			||||||
        state.datas = res.list;
 | 
					 | 
				
			||||||
        state.total = res.total;
 | 
					 | 
				
			||||||
    } finally {
 | 
					 | 
				
			||||||
        pageTableRef.value.loading(false);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const showInfo = (info: any) => {
 | 
					const showInfo = (info: any) => {
 | 
				
			||||||
@@ -156,10 +150,6 @@ const editInstance = async (data: any) => {
 | 
				
			|||||||
    state.instanceEditDialog.visible = true;
 | 
					    state.instanceEditDialog.visible = true;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const valChange = () => {
 | 
					 | 
				
			||||||
    search();
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const deleteInstance = async () => {
 | 
					const deleteInstance = async () => {
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
        await ElMessageBox.confirm(`确定删除数据库实例【${state.selectionData.map((x: any) => x.name).join(', ')}】?`, '提示', {
 | 
					        await ElMessageBox.confirm(`确定删除数据库实例【${state.selectionData.map((x: any) => x.name).join(', ')}】?`, '提示', {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,20 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="db-sql-exec">
 | 
					    <div class="db-sql-exec">
 | 
				
			||||||
        <el-row>
 | 
					        <Splitpanes class="default-theme">
 | 
				
			||||||
            <el-col :span="5">
 | 
					            <Pane size="20" max-size="30">
 | 
				
			||||||
                <tag-tree ref="tagTreeRef" :loadTags="loadTags">
 | 
					                <tag-tree :resource-type="TagResourceTypeEnum.Db.value" :tag-path-node-type="NodeTypeTagPath" ref="tagTreeRef">
 | 
				
			||||||
                    <template #prefix="{ data }">
 | 
					                    <template #prefix="{ data }">
 | 
				
			||||||
                        <span v-if="data.type.value == SqlExecNodeType.DbInst">
 | 
					                        <span v-if="data.type.value == SqlExecNodeType.DbInst">
 | 
				
			||||||
                            <el-popover :show-after="500" placement="right-start" title="数据库实例信息" trigger="hover" :width="250">
 | 
					                            <el-popover
 | 
				
			||||||
 | 
					                                @show="showDbInfo(data.params)"
 | 
				
			||||||
 | 
					                                :show-after="500"
 | 
				
			||||||
 | 
					                                placement="right-start"
 | 
				
			||||||
 | 
					                                title="数据库实例信息"
 | 
				
			||||||
 | 
					                                trigger="hover"
 | 
				
			||||||
 | 
					                                :width="250"
 | 
				
			||||||
 | 
					                            >
 | 
				
			||||||
                                <template #reference>
 | 
					                                <template #reference>
 | 
				
			||||||
                                    <SvgIcon :name="getDbDialect(data.params.type).getIcon()" :size="18" />
 | 
					                                    <SvgIcon :name="getDbDialect(data.params.type).getInfo().icon" :size="18" />
 | 
				
			||||||
                                </template>
 | 
					                                </template>
 | 
				
			||||||
                                <template #default>
 | 
					                                <template #default>
 | 
				
			||||||
                                    <el-descriptions :column="1" size="small">
 | 
					                                    <el-descriptions :column="1" size="small">
 | 
				
			||||||
@@ -17,6 +24,9 @@
 | 
				
			|||||||
                                        <el-descriptions-item label="host">
 | 
					                                        <el-descriptions-item label="host">
 | 
				
			||||||
                                            {{ `${data.params.host}:${data.params.port}` }}
 | 
					                                            {{ `${data.params.host}:${data.params.port}` }}
 | 
				
			||||||
                                        </el-descriptions-item>
 | 
					                                        </el-descriptions-item>
 | 
				
			||||||
 | 
					                                        <el-descriptions-item label="数据库版本">
 | 
				
			||||||
 | 
					                                            <span v-loading="loadingServerInfo"> {{ `${dbServerInfo?.version}` }}</span>
 | 
				
			||||||
 | 
					                                        </el-descriptions-item>
 | 
				
			||||||
                                        <el-descriptions-item label="user">
 | 
					                                        <el-descriptions-item label="user">
 | 
				
			||||||
                                            {{ data.params.username }}
 | 
					                                            {{ data.params.username }}
 | 
				
			||||||
                                        </el-descriptions-item>
 | 
					                                        </el-descriptions-item>
 | 
				
			||||||
@@ -31,12 +41,6 @@
 | 
				
			|||||||
                        <SvgIcon v-if="data.icon" :name="data.icon.name" :color="data.icon.color" />
 | 
					                        <SvgIcon v-if="data.icon" :name="data.icon.name" :color="data.icon.color" />
 | 
				
			||||||
                    </template>
 | 
					                    </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    <template #label="{ data }">
 | 
					 | 
				
			||||||
                        <el-tooltip placement="left" :show-after="1000" v-if="data.type.value == SqlExecNodeType.Table" :content="data.params.tableComment">
 | 
					 | 
				
			||||||
                            {{ data.label }}
 | 
					 | 
				
			||||||
                        </el-tooltip>
 | 
					 | 
				
			||||||
                    </template>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                    <template #suffix="{ data }">
 | 
					                    <template #suffix="{ data }">
 | 
				
			||||||
                        <span class="db-table-size" v-if="data.type.value == SqlExecNodeType.Table && data.params.size">{{ ` ${data.params.size}` }}</span>
 | 
					                        <span class="db-table-size" v-if="data.type.value == SqlExecNodeType.Table && data.params.size">{{ ` ${data.params.size}` }}</span>
 | 
				
			||||||
                        <span class="db-table-size" v-if="data.type.value == SqlExecNodeType.TableMenu && data.params.dbTableSize">{{
 | 
					                        <span class="db-table-size" v-if="data.type.value == SqlExecNodeType.TableMenu && data.params.dbTableSize">{{
 | 
				
			||||||
@@ -44,122 +48,128 @@
 | 
				
			|||||||
                        }}</span>
 | 
					                        }}</span>
 | 
				
			||||||
                    </template>
 | 
					                    </template>
 | 
				
			||||||
                </tag-tree>
 | 
					                </tag-tree>
 | 
				
			||||||
            </el-col>
 | 
					            </Pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <el-col :span="19">
 | 
					            <Pane>
 | 
				
			||||||
                <el-row>
 | 
					                <div class="card db-op pd5">
 | 
				
			||||||
                    <el-col :span="24" v-if="state.db">
 | 
					                    <el-row>
 | 
				
			||||||
                        <el-descriptions :column="4" size="small" border class="ml5">
 | 
					                        <el-col :span="24" v-if="state.db">
 | 
				
			||||||
                            <el-descriptions-item label-align="right" label="操作"
 | 
					                            <el-descriptions :column="4" size="small" border>
 | 
				
			||||||
                                ><el-button
 | 
					                                <el-descriptions-item label-align="right" label="操作"
 | 
				
			||||||
                                    :disabled="!state.db || !nowDbInst.id"
 | 
					                                    ><el-button
 | 
				
			||||||
                                    type="primary"
 | 
					                                        :disabled="!state.db || !nowDbInst.id"
 | 
				
			||||||
                                    icon="Search"
 | 
					                                        type="primary"
 | 
				
			||||||
                                    @click="addQueryTab({ id: nowDbInst.id, dbs: nowDbInst.databases?.split(' ') }, state.db)"
 | 
					                                        icon="Search"
 | 
				
			||||||
                                    size="small"
 | 
					                                        @click="addQueryTab({ id: nowDbInst.id, dbs: nowDbInst.databases }, state.db)"
 | 
				
			||||||
                                    >新建查询</el-button
 | 
					                                        size="small"
 | 
				
			||||||
                                ></el-descriptions-item
 | 
					                                        >新建查询</el-button
 | 
				
			||||||
                            >
 | 
					                                    ></el-descriptions-item
 | 
				
			||||||
 | 
					                                >
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <el-descriptions-item label-align="right" label="tag">{{ nowDbInst.tagPath }}</el-descriptions-item>
 | 
					                                <el-descriptions-item label-align="right" label="tag">{{ nowDbInst.tagPath }}</el-descriptions-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <el-descriptions-item label-align="right">
 | 
					                                <el-descriptions-item label-align="right">
 | 
				
			||||||
                                <template #label>
 | 
					                                    <template #label>
 | 
				
			||||||
                                    <div>
 | 
					                                        <div>
 | 
				
			||||||
                                        <SvgIcon :name="getDbDialect(nowDbInst.type).getIcon()" :size="18" />
 | 
					                                            <SvgIcon :name="getDbDialect(nowDbInst.type).getInfo().icon" :size="18" />
 | 
				
			||||||
                                        实例
 | 
					                                            实例
 | 
				
			||||||
                                    </div>
 | 
					                                        </div>
 | 
				
			||||||
                                </template>
 | 
					 | 
				
			||||||
                                {{ nowDbInst.id }}
 | 
					 | 
				
			||||||
                                <el-divider direction="vertical" border-style="dashed" />
 | 
					 | 
				
			||||||
                                {{ nowDbInst.name }}
 | 
					 | 
				
			||||||
                                <el-divider direction="vertical" border-style="dashed" />
 | 
					 | 
				
			||||||
                                {{ nowDbInst.host }}
 | 
					 | 
				
			||||||
                            </el-descriptions-item>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                            <el-descriptions-item label="库名" label-align="right">{{ state.db }}</el-descriptions-item>
 | 
					 | 
				
			||||||
                        </el-descriptions>
 | 
					 | 
				
			||||||
                    </el-col>
 | 
					 | 
				
			||||||
                </el-row>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                <div id="data-exec" class="mt5 ml5">
 | 
					 | 
				
			||||||
                    <el-tabs
 | 
					 | 
				
			||||||
                        v-if="state.tabs.size > 0"
 | 
					 | 
				
			||||||
                        type="card"
 | 
					 | 
				
			||||||
                        @tab-remove="onRemoveTab"
 | 
					 | 
				
			||||||
                        @tab-change="onTabChange"
 | 
					 | 
				
			||||||
                        style="width: 100%"
 | 
					 | 
				
			||||||
                        v-model="state.activeName"
 | 
					 | 
				
			||||||
                    >
 | 
					 | 
				
			||||||
                        <el-tab-pane closable v-for="dt in state.tabs.values()" :label="dt.label" :name="dt.key" :key="dt.key">
 | 
					 | 
				
			||||||
                            <template #label>
 | 
					 | 
				
			||||||
                                <el-popover :show-after="1000" placement="bottom-start" trigger="hover" :width="250">
 | 
					 | 
				
			||||||
                                    <template #reference> {{ dt.label }} </template>
 | 
					 | 
				
			||||||
                                    <template #default>
 | 
					 | 
				
			||||||
                                        <el-descriptions :column="1" size="small">
 | 
					 | 
				
			||||||
                                            <el-descriptions-item label="tagPath">
 | 
					 | 
				
			||||||
                                                {{ dt.params.tagPath }}
 | 
					 | 
				
			||||||
                                            </el-descriptions-item>
 | 
					 | 
				
			||||||
                                            <el-descriptions-item label="名称">
 | 
					 | 
				
			||||||
                                                {{ dt.params.name }}
 | 
					 | 
				
			||||||
                                            </el-descriptions-item>
 | 
					 | 
				
			||||||
                                            <el-descriptions-item label="host">
 | 
					 | 
				
			||||||
                                                <SvgIcon :name="getDbDialect(dt.params.type).getIcon()" :size="18" />
 | 
					 | 
				
			||||||
                                                {{ dt.params.host }}
 | 
					 | 
				
			||||||
                                            </el-descriptions-item>
 | 
					 | 
				
			||||||
                                            <el-descriptions-item label="库名">
 | 
					 | 
				
			||||||
                                                {{ dt.params.dbName }}
 | 
					 | 
				
			||||||
                                            </el-descriptions-item>
 | 
					 | 
				
			||||||
                                        </el-descriptions>
 | 
					 | 
				
			||||||
                                    </template>
 | 
					                                    </template>
 | 
				
			||||||
                                </el-popover>
 | 
					                                    {{ nowDbInst.id }}
 | 
				
			||||||
                            </template>
 | 
					                                    <el-divider direction="vertical" border-style="dashed" />
 | 
				
			||||||
 | 
					                                    {{ nowDbInst.name }}
 | 
				
			||||||
 | 
					                                    <el-divider direction="vertical" border-style="dashed" />
 | 
				
			||||||
 | 
					                                    {{ nowDbInst.host }}
 | 
				
			||||||
 | 
					                                </el-descriptions-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <db-table-data-op
 | 
					                                <el-descriptions-item label="库名" label-align="right">{{ state.db }}</el-descriptions-item>
 | 
				
			||||||
                                v-if="dt.type === TabType.TableData"
 | 
					                            </el-descriptions>
 | 
				
			||||||
                                :db-id="dt.dbId"
 | 
					                        </el-col>
 | 
				
			||||||
                                :db-name="dt.db"
 | 
					                    </el-row>
 | 
				
			||||||
                                :table-name="dt.params.table"
 | 
					 | 
				
			||||||
                                :table-height="state.dataTabsTableHeight"
 | 
					 | 
				
			||||||
                            ></db-table-data-op>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <db-sql-editor
 | 
					                    <div id="data-exec" class="mt5">
 | 
				
			||||||
                                v-if="dt.type === TabType.Query"
 | 
					                        <el-tabs
 | 
				
			||||||
                                :db-id="dt.dbId"
 | 
					                            v-if="state.tabs.size > 0"
 | 
				
			||||||
                                :db-name="dt.db"
 | 
					                            type="card"
 | 
				
			||||||
                                :sql-name="dt.params.sqlName"
 | 
					                            @tab-remove="onRemoveTab"
 | 
				
			||||||
                                @save-sql-success="reloadSqls"
 | 
					                            @tab-change="onTabChange"
 | 
				
			||||||
                                :editor-height="state.editorHeight"
 | 
					                            style="width: 100%"
 | 
				
			||||||
                            >
 | 
					                            v-model="state.activeName"
 | 
				
			||||||
                            </db-sql-editor>
 | 
					                            class="h100"
 | 
				
			||||||
 | 
					                        >
 | 
				
			||||||
 | 
					                            <el-tab-pane class="h100" closable v-for="dt in state.tabs.values()" :label="dt.label" :name="dt.key" :key="dt.key">
 | 
				
			||||||
 | 
					                                <template #label>
 | 
				
			||||||
 | 
					                                    <el-popover :show-after="1000" placement="bottom-start" trigger="hover" :width="250">
 | 
				
			||||||
 | 
					                                        <template #reference> {{ dt.label }} </template>
 | 
				
			||||||
 | 
					                                        <template #default>
 | 
				
			||||||
 | 
					                                            <el-descriptions :column="1" size="small">
 | 
				
			||||||
 | 
					                                                <el-descriptions-item label="tagPath">
 | 
				
			||||||
 | 
					                                                    {{ dt.params.tagPath }}
 | 
				
			||||||
 | 
					                                                </el-descriptions-item>
 | 
				
			||||||
 | 
					                                                <el-descriptions-item label="名称">
 | 
				
			||||||
 | 
					                                                    {{ dt.params.name }}
 | 
				
			||||||
 | 
					                                                </el-descriptions-item>
 | 
				
			||||||
 | 
					                                                <el-descriptions-item label="host">
 | 
				
			||||||
 | 
					                                                    <SvgIcon :name="getDbDialect(dt.params.type).getInfo().icon" :size="18" />
 | 
				
			||||||
 | 
					                                                    {{ dt.params.host }}
 | 
				
			||||||
 | 
					                                                </el-descriptions-item>
 | 
				
			||||||
 | 
					                                                <el-descriptions-item label="库名">
 | 
				
			||||||
 | 
					                                                    {{ dt.params.dbName }}
 | 
				
			||||||
 | 
					                                                </el-descriptions-item>
 | 
				
			||||||
 | 
					                                            </el-descriptions>
 | 
				
			||||||
 | 
					                                        </template>
 | 
				
			||||||
 | 
					                                    </el-popover>
 | 
				
			||||||
 | 
					                                </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <db-tables-op
 | 
					                                <db-table-data-op
 | 
				
			||||||
                                v-if="dt.type == TabType.TablesOp"
 | 
					                                    v-if="dt.type === TabType.TableData"
 | 
				
			||||||
                                :db-id="dt.params.id"
 | 
					                                    :db-id="dt.dbId"
 | 
				
			||||||
                                :db="dt.params.db"
 | 
					                                    :db-name="dt.db"
 | 
				
			||||||
                                :db-type="dt.params.type"
 | 
					                                    :table-name="dt.params.table"
 | 
				
			||||||
                                :height="state.tablesOpHeight"
 | 
					                                    :table-height="state.dataTabsTableHeight"
 | 
				
			||||||
                            />
 | 
					                                ></db-table-data-op>
 | 
				
			||||||
                        </el-tab-pane>
 | 
					
 | 
				
			||||||
                    </el-tabs>
 | 
					                                <db-sql-editor
 | 
				
			||||||
 | 
					                                    v-if="dt.type === TabType.Query"
 | 
				
			||||||
 | 
					                                    :db-id="dt.dbId"
 | 
				
			||||||
 | 
					                                    :db-name="dt.db"
 | 
				
			||||||
 | 
					                                    :sql-name="dt.params.sqlName"
 | 
				
			||||||
 | 
					                                    @save-sql-success="reloadSqls"
 | 
				
			||||||
 | 
					                                >
 | 
				
			||||||
 | 
					                                </db-sql-editor>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                <db-tables-op
 | 
				
			||||||
 | 
					                                    v-if="dt.type == TabType.TablesOp"
 | 
				
			||||||
 | 
					                                    :db-id="dt.params.id"
 | 
				
			||||||
 | 
					                                    :db="dt.params.db"
 | 
				
			||||||
 | 
					                                    :db-type="dt.params.type"
 | 
				
			||||||
 | 
					                                    :height="state.tablesOpHeight"
 | 
				
			||||||
 | 
					                                />
 | 
				
			||||||
 | 
					                            </el-tab-pane>
 | 
				
			||||||
 | 
					                        </el-tabs>
 | 
				
			||||||
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </el-col>
 | 
					            </Pane>
 | 
				
			||||||
        </el-row>
 | 
					        </Splitpanes>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { defineAsyncComponent, onMounted, reactive, ref, toRefs, onBeforeUnmount } from 'vue';
 | 
					import { defineAsyncComponent, onBeforeUnmount, onMounted, reactive, ref, toRefs } from 'vue';
 | 
				
			||||||
import { ElMessage, ElMessageBox } from 'element-plus';
 | 
					import { ElMessage, ElMessageBox } from 'element-plus';
 | 
				
			||||||
import { formatByteSize } from '@/common/utils/format';
 | 
					import { formatByteSize } from '@/common/utils/format';
 | 
				
			||||||
import { DbInst, TabInfo, TabType, registerDbCompletionItemProvider } from './db';
 | 
					import { DbInst, registerDbCompletionItemProvider, TabInfo, TabType } from './db';
 | 
				
			||||||
import { TagTreeNode, NodeType } from '../component/tag';
 | 
					import { NodeType, TagTreeNode } from '../component/tag';
 | 
				
			||||||
import TagTree from '../component/TagTree.vue';
 | 
					import TagTree from '../component/TagTree.vue';
 | 
				
			||||||
import { dbApi } from './api';
 | 
					import { dbApi } from './api';
 | 
				
			||||||
import { dispposeCompletionItemProvider } from '@/components/monaco/completionItemProvider';
 | 
					import { dispposeCompletionItemProvider } from '@/components/monaco/completionItemProvider';
 | 
				
			||||||
import SvgIcon from '@/components/svgIcon/index.vue';
 | 
					import SvgIcon from '@/components/svgIcon/index.vue';
 | 
				
			||||||
import { ContextmenuItem } from '@/components/contextmenu';
 | 
					import { ContextmenuItem } from '@/components/contextmenu';
 | 
				
			||||||
import { getDbDialect } from './dialect/index';
 | 
					import { DbType, getDbDialect } from './dialect/index';
 | 
				
			||||||
 | 
					import { sleep } from '@/common/utils/loading';
 | 
				
			||||||
 | 
					import { TagResourceTypeEnum } from '@/common/commonEnum';
 | 
				
			||||||
 | 
					import { Pane, Splitpanes } from 'splitpanes';
 | 
				
			||||||
 | 
					import { useEventListener } from '@vueuse/core';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const DbSqlEditor = defineAsyncComponent(() => import('./component/sqleditor/DbSqlEditor.vue'));
 | 
					const DbSqlEditor = defineAsyncComponent(() => import('./component/sqleditor/DbSqlEditor.vue'));
 | 
				
			||||||
const DbTableDataOp = defineAsyncComponent(() => import('./component/table/DbTableDataOp.vue'));
 | 
					const DbTableDataOp = defineAsyncComponent(() => import('./component/table/DbTableDataOp.vue'));
 | 
				
			||||||
@@ -204,20 +214,22 @@ const SqlIcon = {
 | 
				
			|||||||
const nodeClickChangeDb = (nodeData: TagTreeNode) => {
 | 
					const nodeClickChangeDb = (nodeData: TagTreeNode) => {
 | 
				
			||||||
    const params = nodeData.params;
 | 
					    const params = nodeData.params;
 | 
				
			||||||
    if (params.db) {
 | 
					    if (params.db) {
 | 
				
			||||||
        changeDb(
 | 
					        changeDb({ id: params.id, host: `${params.host}`, name: params.name, type: params.type, tagPath: params.tagPath, databases: params.dbs }, params.db);
 | 
				
			||||||
            { id: params.id, host: `${params.host}`, name: params.name, type: params.type, tagPath: params.tagPath, databases: params.database },
 | 
					 | 
				
			||||||
            params.db
 | 
					 | 
				
			||||||
        );
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// tagpath 节点类型
 | 
					// tagpath 节点类型
 | 
				
			||||||
const NodeTypeTagPath = new NodeType(TagTreeNode.TagPath).withLoadNodesFunc(async (parentNode: TagTreeNode) => {
 | 
					const NodeTypeTagPath = new NodeType(TagTreeNode.TagPath).withLoadNodesFunc(async (parentNode: TagTreeNode) => {
 | 
				
			||||||
    const dbInfos = instMap.get(parentNode.key);
 | 
					    const dbInfoRes = await dbApi.dbs.request({ tagPath: parentNode.key });
 | 
				
			||||||
 | 
					    const dbInfos = dbInfoRes.list;
 | 
				
			||||||
    if (!dbInfos) {
 | 
					    if (!dbInfos) {
 | 
				
			||||||
        return [];
 | 
					        return [];
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 防止过快加载会出现一闪而过,对眼睛不好
 | 
				
			||||||
 | 
					    await sleep(100);
 | 
				
			||||||
    return dbInfos?.map((x: any) => {
 | 
					    return dbInfos?.map((x: any) => {
 | 
				
			||||||
 | 
					        x.tagPath = parentNode.key;
 | 
				
			||||||
        return new TagTreeNode(`${parentNode.key}.${x.id}`, x.name, NodeTypeDbInst).withParams(x);
 | 
					        return new TagTreeNode(`${parentNode.key}.${x.id}`, x.name, NodeTypeDbInst).withParams(x);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
@@ -243,12 +255,23 @@ const NodeTypeDbInst = new NodeType(SqlExecNodeType.DbInst).withLoadNodesFunc((p
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// 数据库节点
 | 
					// 数据库节点
 | 
				
			||||||
const NodeTypeDb = new NodeType(SqlExecNodeType.Db)
 | 
					const NodeTypeDb = new NodeType(SqlExecNodeType.Db)
 | 
				
			||||||
 | 
					    .withContextMenuItems([new ContextmenuItem('reloadTables', '刷新').withIcon('RefreshRight').withOnClick((data: any) => reloadNode(data.key))])
 | 
				
			||||||
    .withLoadNodesFunc(async (parentNode: TagTreeNode) => {
 | 
					    .withLoadNodesFunc(async (parentNode: TagTreeNode) => {
 | 
				
			||||||
        const params = parentNode.params;
 | 
					        const params = parentNode.params;
 | 
				
			||||||
        if (params.type == 'postgres') {
 | 
					        // pg类数据库会多一层schema
 | 
				
			||||||
            return [new TagTreeNode(`${params.id}.${params.db}.schema-menu`, 'schema', NodeTypePostgresScheamMenu).withParams(params).withIcon(SchemaIcon)];
 | 
					        if (params.type == DbType.postgresql || params.type === DbType.dm || params.type === DbType.oracle) {
 | 
				
			||||||
 | 
					            const params = parentNode.params;
 | 
				
			||||||
 | 
					            const { id, db } = params;
 | 
				
			||||||
 | 
					            const schemaNames = await dbApi.pgSchemas.request({ id, db });
 | 
				
			||||||
 | 
					            return schemaNames.map((sn: any) => {
 | 
				
			||||||
 | 
					                // 将db变更为  db/schema;
 | 
				
			||||||
 | 
					                const nParams = { ...params };
 | 
				
			||||||
 | 
					                nParams.schema = sn;
 | 
				
			||||||
 | 
					                nParams.db = nParams.db + '/' + sn;
 | 
				
			||||||
 | 
					                nParams.dbs = schemaNames;
 | 
				
			||||||
 | 
					                return new TagTreeNode(`${params.id}.${params.db}.schema.${sn}`, sn, NodeTypePostgresScheam).withParams(nParams).withIcon(SchemaIcon);
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					 | 
				
			||||||
        return [
 | 
					        return [
 | 
				
			||||||
            new TagTreeNode(`${params.id}.${params.db}.table-menu`, '表', NodeTypeTableMenu).withParams(params).withIcon(TableIcon),
 | 
					            new TagTreeNode(`${params.id}.${params.db}.table-menu`, '表', NodeTypeTableMenu).withParams(params).withIcon(TableIcon),
 | 
				
			||||||
            new TagTreeNode(getSqlMenuNodeKey(params.id, params.db), 'SQL', NodeTypeSqlMenu).withParams(params).withIcon(SqlIcon),
 | 
					            new TagTreeNode(getSqlMenuNodeKey(params.id, params.db), 'SQL', NodeTypeSqlMenu).withParams(params).withIcon(SqlIcon),
 | 
				
			||||||
@@ -256,24 +279,9 @@ const NodeTypeDb = new NodeType(SqlExecNodeType.Db)
 | 
				
			|||||||
    })
 | 
					    })
 | 
				
			||||||
    .withNodeClickFunc(nodeClickChangeDb);
 | 
					    .withNodeClickFunc(nodeClickChangeDb);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// postgres schema模式菜单
 | 
					 | 
				
			||||||
const NodeTypePostgresScheamMenu = new NodeType(SqlExecNodeType.PgSchemaMenu)
 | 
					 | 
				
			||||||
    .withLoadNodesFunc(async (parentNode: TagTreeNode) => {
 | 
					 | 
				
			||||||
        const params = parentNode.params;
 | 
					 | 
				
			||||||
        const { id, db } = params;
 | 
					 | 
				
			||||||
        const schemaNames = await dbApi.pgSchemas.request({ id, db });
 | 
					 | 
				
			||||||
        return schemaNames.map((sn: any) => {
 | 
					 | 
				
			||||||
            // 将db变更为  db/schema;
 | 
					 | 
				
			||||||
            const nParams = { ...params };
 | 
					 | 
				
			||||||
            nParams.schema = sn;
 | 
					 | 
				
			||||||
            nParams.db = nParams.db + '/' + sn;
 | 
					 | 
				
			||||||
            return new TagTreeNode(`${params.id}.${params.db}.schema.${sn}`, sn, NodeTypePostgresScheam).withParams(nParams).withIcon(SchemaIcon);
 | 
					 | 
				
			||||||
        });
 | 
					 | 
				
			||||||
    })
 | 
					 | 
				
			||||||
    .withNodeClickFunc(nodeClickChangeDb);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// postgres schema模式
 | 
					// postgres schema模式
 | 
				
			||||||
const NodeTypePostgresScheam = new NodeType(SqlExecNodeType.PgSchema)
 | 
					const NodeTypePostgresScheam = new NodeType(SqlExecNodeType.PgSchema)
 | 
				
			||||||
 | 
					    .withContextMenuItems([new ContextmenuItem('reloadTables', '刷新').withIcon('RefreshRight').withOnClick((data: any) => reloadNode(data.key))])
 | 
				
			||||||
    .withLoadNodesFunc(async (parentNode: TagTreeNode) => {
 | 
					    .withLoadNodesFunc(async (parentNode: TagTreeNode) => {
 | 
				
			||||||
        const params = parentNode.params;
 | 
					        const params = parentNode.params;
 | 
				
			||||||
        return [
 | 
					        return [
 | 
				
			||||||
@@ -286,7 +294,7 @@ const NodeTypePostgresScheam = new NodeType(SqlExecNodeType.PgSchema)
 | 
				
			|||||||
// 数据库表菜单节点
 | 
					// 数据库表菜单节点
 | 
				
			||||||
const NodeTypeTableMenu = new NodeType(SqlExecNodeType.TableMenu)
 | 
					const NodeTypeTableMenu = new NodeType(SqlExecNodeType.TableMenu)
 | 
				
			||||||
    .withContextMenuItems([
 | 
					    .withContextMenuItems([
 | 
				
			||||||
        new ContextmenuItem('reloadTables', '刷新').withIcon('RefreshRight').withOnClick((data: any) => reloadTables(data.key)),
 | 
					        new ContextmenuItem('reloadTables', '刷新').withIcon('RefreshRight').withOnClick((data: any) => reloadNode(data.key)),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        new ContextmenuItem('tablesOp', '表操作').withIcon('Setting').withOnClick((data: any) => {
 | 
					        new ContextmenuItem('tablesOp', '表操作').withIcon('Setting').withOnClick((data: any) => {
 | 
				
			||||||
            const params = data.params;
 | 
					            const params = data.params;
 | 
				
			||||||
@@ -311,7 +319,8 @@ const NodeTypeTableMenu = new NodeType(SqlExecNodeType.TableMenu)
 | 
				
			|||||||
                    tableComment: x.tableComment,
 | 
					                    tableComment: x.tableComment,
 | 
				
			||||||
                    size: formatByteSize(x.dataLength + x.indexLength, 1),
 | 
					                    size: formatByteSize(x.dataLength + x.indexLength, 1),
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
                .withIcon(TableIcon);
 | 
					                .withIcon(TableIcon)
 | 
				
			||||||
 | 
					                .withLabelRemark(`${x.tableName} ${x.tableComment ? '| ' + x.tableComment : ''}`);
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
        // 设置父节点参数的表大小
 | 
					        // 设置父节点参数的表大小
 | 
				
			||||||
        parentNode.params.dbTableSize = formatByteSize(dbTableSize);
 | 
					        parentNode.params.dbTableSize = formatByteSize(dbTableSize);
 | 
				
			||||||
@@ -370,17 +379,25 @@ const state = reactive({
 | 
				
			|||||||
    activeName: '',
 | 
					    activeName: '',
 | 
				
			||||||
    reloadStatus: false,
 | 
					    reloadStatus: false,
 | 
				
			||||||
    tabs,
 | 
					    tabs,
 | 
				
			||||||
    dataTabsTableHeight: 600,
 | 
					    dataTabsTableHeight: '600px',
 | 
				
			||||||
    editorHeight: '600',
 | 
					 | 
				
			||||||
    tablesOpHeight: '600',
 | 
					    tablesOpHeight: '600',
 | 
				
			||||||
 | 
					    dbServerInfo: {
 | 
				
			||||||
 | 
					        loading: true,
 | 
				
			||||||
 | 
					        version: '',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const { nowDbInst } = toRefs(state);
 | 
					const { nowDbInst } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const serverInfoReqParam = ref({
 | 
				
			||||||
 | 
					    instanceId: 0,
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					const { execute: getDbServerInfo, isFetching: loadingServerInfo, data: dbServerInfo } = dbApi.getInstanceServerInfo.useApi<any>(serverInfoReqParam);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onMounted(() => {
 | 
					onMounted(() => {
 | 
				
			||||||
    setHeight();
 | 
					    setHeight();
 | 
				
			||||||
    // 监听浏览器窗口大小变化,更新对应组件高度
 | 
					    // 监听浏览器窗口大小变化,更新对应组件高度
 | 
				
			||||||
    window.onresize = () => setHeight();
 | 
					    useEventListener(window, 'resize', setHeight);
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
onBeforeUnmount(() => {
 | 
					onBeforeUnmount(() => {
 | 
				
			||||||
@@ -391,43 +408,22 @@ onBeforeUnmount(() => {
 | 
				
			|||||||
 * 设置editor高度和数据表高度
 | 
					 * 设置editor高度和数据表高度
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
const setHeight = () => {
 | 
					const setHeight = () => {
 | 
				
			||||||
    state.editorHeight = window.innerHeight - 525 + 'px';
 | 
					    state.dataTabsTableHeight = window.innerHeight - 270 + 'px';
 | 
				
			||||||
    state.dataTabsTableHeight = window.innerHeight - 255;
 | 
					    state.tablesOpHeight = window.innerHeight - 225 + 'px';
 | 
				
			||||||
    state.tablesOpHeight = window.innerHeight - 220 + 'px';
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					const showDbInfo = async (db: any) => {
 | 
				
			||||||
 * instmap; tagPaht -> info[]
 | 
					    if (dbServerInfo.value) {
 | 
				
			||||||
 */
 | 
					        dbServerInfo.value.version = '';
 | 
				
			||||||
const instMap: Map<string, any[]> = new Map();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const getInsts = async () => {
 | 
					 | 
				
			||||||
    const res = await dbApi.dbs.request({ pageNum: 1, pageSize: 1000 });
 | 
					 | 
				
			||||||
    if (!res.total) return;
 | 
					 | 
				
			||||||
    for (const db of res.list) {
 | 
					 | 
				
			||||||
        const tagPath = db.tagPath;
 | 
					 | 
				
			||||||
        let dbInsts = instMap.get(tagPath) || [];
 | 
					 | 
				
			||||||
        dbInsts.push(db);
 | 
					 | 
				
			||||||
        instMap.set(tagPath, dbInsts?.sort());
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					    serverInfoReqParam.value.instanceId = db.instanceId;
 | 
				
			||||||
 | 
					    await getDbServerInfo();
 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * 加载标签树节点
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
const loadTags = async () => {
 | 
					 | 
				
			||||||
    await getInsts();
 | 
					 | 
				
			||||||
    const tagPaths = instMap.keys();
 | 
					 | 
				
			||||||
    const tagNodes = [];
 | 
					 | 
				
			||||||
    for (let tagPath of tagPaths) {
 | 
					 | 
				
			||||||
        tagNodes.push(new TagTreeNode(tagPath, tagPath, NodeTypeTagPath));
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    return tagNodes;
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 选择数据库,改变当前正在操作的数据库信息
 | 
					// 选择数据库,改变当前正在操作的数据库信息
 | 
				
			||||||
const changeDb = (db: any, dbName: string) => {
 | 
					const changeDb = (db: any, dbName: string) => {
 | 
				
			||||||
    state.nowDbInst = DbInst.getOrNewInst(db);
 | 
					    state.nowDbInst = DbInst.getOrNewInst(db);
 | 
				
			||||||
 | 
					    state.nowDbInst.databases = db.databases;
 | 
				
			||||||
    state.db = dbName;
 | 
					    state.db = dbName;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -502,9 +498,8 @@ const addQueryTab = async (db: any, dbName: string, sqlName: string = '') => {
 | 
				
			|||||||
        dbs: db.dbs,
 | 
					        dbs: db.dbs,
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    state.tabs.set(key, tab);
 | 
					    state.tabs.set(key, tab);
 | 
				
			||||||
 | 
					 | 
				
			||||||
    // 注册当前sql编辑框提示词
 | 
					    // 注册当前sql编辑框提示词
 | 
				
			||||||
    registerDbCompletionItemProvider('sql', tab.dbId, tab.db, tab.params.dbs);
 | 
					    registerDbCompletionItemProvider(tab.dbId, tab.db, tab.params.dbs, nowDbInst.value.type);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
@@ -576,7 +571,7 @@ const onTabChange = () => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if (nowTab?.type == TabType.Query) {
 | 
					    if (nowTab?.type == TabType.Query) {
 | 
				
			||||||
        // 注册sql提示
 | 
					        // 注册sql提示
 | 
				
			||||||
        registerDbCompletionItemProvider('sql', nowTab.dbId, nowTab.db, nowTab.params.dbs);
 | 
					        registerDbCompletionItemProvider(nowTab.dbId, nowTab.db, nowTab.params.dbs, nowDbInst.value.type);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -603,7 +598,7 @@ const getSqlMenuNodeKey = (dbId: number, db: string) => {
 | 
				
			|||||||
    return `${dbId}.${db}.sql-menu`;
 | 
					    return `${dbId}.${db}.sql-menu`;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const reloadTables = (nodeKey: string) => {
 | 
					const reloadNode = (nodeKey: string) => {
 | 
				
			||||||
    state.reloadStatus = true;
 | 
					    state.reloadStatus = true;
 | 
				
			||||||
    tagTreeRef.value.reloadNode(nodeKey);
 | 
					    tagTreeRef.value.reloadNode(nodeKey);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
@@ -631,9 +626,11 @@ const getNowDbInfo = () => {
 | 
				
			|||||||
        font-size: 9px;
 | 
					        font-size: 9px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #data-exec {
 | 
					    .db-op {
 | 
				
			||||||
        min-height: calc(100vh - 155px);
 | 
					        height: calc(100vh - 108px);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    #data-exec {
 | 
				
			||||||
        .el-tabs {
 | 
					        .el-tabs {
 | 
				
			||||||
            --el-tabs-header-height: 30px;
 | 
					            --el-tabs-header-height: 30px;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										501
									
								
								mayfly_go_web/src/views/ops/db/SyncTaskEdit.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										501
									
								
								mayfly_go_web/src/views/ops/db/SyncTaskEdit.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,501 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div class="sync-task-edit">
 | 
				
			||||||
 | 
					        <el-dialog
 | 
				
			||||||
 | 
					            :title="title"
 | 
				
			||||||
 | 
					            v-model="dialogVisible"
 | 
				
			||||||
 | 
					            :before-close="cancel"
 | 
				
			||||||
 | 
					            :close-on-click-modal="false"
 | 
				
			||||||
 | 
					            :close-on-press-escape="false"
 | 
				
			||||||
 | 
					            :destroy-on-close="true"
 | 
				
			||||||
 | 
					            width="850px"
 | 
				
			||||||
 | 
					        >
 | 
				
			||||||
 | 
					            <el-form :model="form" ref="dbForm" :rules="rules" label-width="auto">
 | 
				
			||||||
 | 
					                <el-tabs v-model="tabActiveName" style="height: 450px">
 | 
				
			||||||
 | 
					                    <el-tab-pane label="基本信息" :name="basicTab">
 | 
				
			||||||
 | 
					                        <el-form-item>
 | 
				
			||||||
 | 
					                            <el-row>
 | 
				
			||||||
 | 
					                                <el-col :span="11">
 | 
				
			||||||
 | 
					                                    <el-form-item prop="taskName" label="任务名" required>
 | 
				
			||||||
 | 
					                                        <el-input v-model.trim="form.taskName" placeholder="请输入数据库别名" auto-complete="off" />
 | 
				
			||||||
 | 
					                                    </el-form-item>
 | 
				
			||||||
 | 
					                                </el-col>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                <el-col :span="11">
 | 
				
			||||||
 | 
					                                    <el-form-item prop="taskCron" label="cron" required>
 | 
				
			||||||
 | 
					                                        <CrontabInput v-model="form.taskCron" />
 | 
				
			||||||
 | 
					                                    </el-form-item>
 | 
				
			||||||
 | 
					                                </el-col>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                <el-col :span="2">
 | 
				
			||||||
 | 
					                                    <el-form-item prop="status" label="状态" label-width="60" required>
 | 
				
			||||||
 | 
					                                        <el-switch
 | 
				
			||||||
 | 
					                                            v-model="form.status"
 | 
				
			||||||
 | 
					                                            inline-prompt
 | 
				
			||||||
 | 
					                                            active-text="启用"
 | 
				
			||||||
 | 
					                                            inactive-text="禁用"
 | 
				
			||||||
 | 
					                                            :active-value="1"
 | 
				
			||||||
 | 
					                                            :inactive-value="-1"
 | 
				
			||||||
 | 
					                                        />
 | 
				
			||||||
 | 
					                                    </el-form-item>
 | 
				
			||||||
 | 
					                                </el-col>
 | 
				
			||||||
 | 
					                            </el-row>
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <el-form-item prop="srcDbId" label="源数据库" required>
 | 
				
			||||||
 | 
					                            <db-select-tree
 | 
				
			||||||
 | 
					                                placeholder="请选择源数据库"
 | 
				
			||||||
 | 
					                                v-model:db-id="form.srcDbId"
 | 
				
			||||||
 | 
					                                v-model:db-name="form.srcDbName"
 | 
				
			||||||
 | 
					                                v-model:tag-path="form.srcTagPath"
 | 
				
			||||||
 | 
					                                @select-db="onSelectSrcDb"
 | 
				
			||||||
 | 
					                            />
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <el-form-item prop="targetDbId" label="目标数据库" required>
 | 
				
			||||||
 | 
					                            <db-select-tree
 | 
				
			||||||
 | 
					                                placeholder="请选择目标数据库"
 | 
				
			||||||
 | 
					                                v-model:db-id="form.targetDbId"
 | 
				
			||||||
 | 
					                                v-model:db-name="form.targetDbName"
 | 
				
			||||||
 | 
					                                v-model:tag-path="form.targetTagPath"
 | 
				
			||||||
 | 
					                                @select-db="onSelectTargetDb"
 | 
				
			||||||
 | 
					                            />
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <el-form-item prop="dataSql" label="源数据sql" required>
 | 
				
			||||||
 | 
					                            <monaco-editor height="150px" class="task-sql" language="sql" v-model="form.dataSql" />
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <el-form-item prop="targetTableName" label="目标库表" required>
 | 
				
			||||||
 | 
					                            <el-select v-model="form.targetTableName" filterable placeholder="请选择目标数据库表">
 | 
				
			||||||
 | 
					                                <el-option
 | 
				
			||||||
 | 
					                                    v-for="item in state.targetTableList"
 | 
				
			||||||
 | 
					                                    :key="item.tableName"
 | 
				
			||||||
 | 
					                                    :label="item.tableName + (item.tableComment && '-' + item.tableComment)"
 | 
				
			||||||
 | 
					                                    :value="item.tableName"
 | 
				
			||||||
 | 
					                                />
 | 
				
			||||||
 | 
					                            </el-select>
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        <el-form-item>
 | 
				
			||||||
 | 
					                            <el-row>
 | 
				
			||||||
 | 
					                                <el-col :span="8">
 | 
				
			||||||
 | 
					                                    <el-form-item prop="pageSize" label="分页大小" required>
 | 
				
			||||||
 | 
					                                        <el-input type="number" v-model.number="form.pageSize" placeholder="同步数据时查询的每页数据大小" auto-complete="off" />
 | 
				
			||||||
 | 
					                                    </el-form-item>
 | 
				
			||||||
 | 
					                                </el-col>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                <el-col :span="8">
 | 
				
			||||||
 | 
					                                    <el-form-item prop="updField" label="更新字段" required>
 | 
				
			||||||
 | 
					                                        <el-input v-model.trim="form.updField" placeholder="查询数据源的时候会带上这个字段当前最大值" auto-complete="off" />
 | 
				
			||||||
 | 
					                                    </el-form-item>
 | 
				
			||||||
 | 
					                                </el-col>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                                <el-col :span="8">
 | 
				
			||||||
 | 
					                                    <el-form-item prop="updFieldVal" label="更新值">
 | 
				
			||||||
 | 
					                                        <el-input v-model.trim="form.updFieldVal" placeholder="更新字段当前最大值" auto-complete="off" />
 | 
				
			||||||
 | 
					                                    </el-form-item>
 | 
				
			||||||
 | 
					                                </el-col>
 | 
				
			||||||
 | 
					                            </el-row>
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					                    </el-tab-pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    <el-tab-pane label="字段映射" :name="fieldTab" :disabled="!baseFieldCompleted">
 | 
				
			||||||
 | 
					                        <el-form-item prop="fieldMap" label="字段映射" required>
 | 
				
			||||||
 | 
					                            <el-table :data="form.fieldMap" :max-height="400" size="small">
 | 
				
			||||||
 | 
					                                <el-table-column prop="src" label="源字段" :width="200" />
 | 
				
			||||||
 | 
					                                <el-table-column prop="target" label="目标字段">
 | 
				
			||||||
 | 
					                                    <template #default="scope">
 | 
				
			||||||
 | 
					                                        <el-select v-model="scope.row.target">
 | 
				
			||||||
 | 
					                                            <el-option
 | 
				
			||||||
 | 
					                                                v-for="item in state.targetColumnList"
 | 
				
			||||||
 | 
					                                                :key="item.columnName"
 | 
				
			||||||
 | 
					                                                :label="item.columnName + ` ${item.columnType}` + (item.columnComment && ' - ' + item.columnComment)"
 | 
				
			||||||
 | 
					                                                :value="item.columnName"
 | 
				
			||||||
 | 
					                                            />
 | 
				
			||||||
 | 
					                                        </el-select>
 | 
				
			||||||
 | 
					                                    </template>
 | 
				
			||||||
 | 
					                                </el-table-column>
 | 
				
			||||||
 | 
					                            </el-table>
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					                    </el-tab-pane>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    <el-tab-pane label="sql预览" :name="sqlPreviewTab" :disabled="!baseFieldCompleted">
 | 
				
			||||||
 | 
					                        <el-form-item prop="fieldMap" label="查询sql">
 | 
				
			||||||
 | 
					                            <el-input type="textarea" v-model="state.previewDataSql" readonly :input-style="{ height: '190px' }" />
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					                        <el-form-item prop="fieldMap" label="插入sql">
 | 
				
			||||||
 | 
					                            <el-input type="textarea" v-model="state.previewInsertSql" readonly :input-style="{ height: '190px' }" />
 | 
				
			||||||
 | 
					                        </el-form-item>
 | 
				
			||||||
 | 
					                    </el-tab-pane>
 | 
				
			||||||
 | 
					                </el-tabs>
 | 
				
			||||||
 | 
					            </el-form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #footer>
 | 
				
			||||||
 | 
					                <div>
 | 
				
			||||||
 | 
					                    <el-button
 | 
				
			||||||
 | 
					                        v-if="tabActiveName != basicTab"
 | 
				
			||||||
 | 
					                        @click="
 | 
				
			||||||
 | 
					                            () => {
 | 
				
			||||||
 | 
					                                switch (tabActiveName) {
 | 
				
			||||||
 | 
					                                    case fieldTab:
 | 
				
			||||||
 | 
					                                        tabActiveName = basicTab;
 | 
				
			||||||
 | 
					                                        break;
 | 
				
			||||||
 | 
					                                    case sqlPreviewTab:
 | 
				
			||||||
 | 
					                                        tabActiveName = fieldTab;
 | 
				
			||||||
 | 
					                                        break;
 | 
				
			||||||
 | 
					                                }
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
 | 
					                        "
 | 
				
			||||||
 | 
					                        >上一步</el-button
 | 
				
			||||||
 | 
					                    >
 | 
				
			||||||
 | 
					                    <el-button
 | 
				
			||||||
 | 
					                        v-if="tabActiveName != sqlPreviewTab"
 | 
				
			||||||
 | 
					                        :disabled="!baseFieldCompleted"
 | 
				
			||||||
 | 
					                        @click="
 | 
				
			||||||
 | 
					                            () => {
 | 
				
			||||||
 | 
					                                switch (tabActiveName) {
 | 
				
			||||||
 | 
					                                    case basicTab:
 | 
				
			||||||
 | 
					                                        tabActiveName = fieldTab;
 | 
				
			||||||
 | 
					                                        break;
 | 
				
			||||||
 | 
					                                    case fieldTab:
 | 
				
			||||||
 | 
					                                        tabActiveName = sqlPreviewTab;
 | 
				
			||||||
 | 
					                                        break;
 | 
				
			||||||
 | 
					                                }
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
 | 
					                        "
 | 
				
			||||||
 | 
					                        >下一步</el-button
 | 
				
			||||||
 | 
					                    >
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    <el-button @click="cancel()">取 消</el-button>
 | 
				
			||||||
 | 
					                    <el-button type="primary" :loading="saveBtnLoading" @click="btnOk">确 定</el-button>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { computed, reactive, ref, toRefs, watch } from 'vue';
 | 
				
			||||||
 | 
					import { dbApi } from './api';
 | 
				
			||||||
 | 
					import { ElMessage } from 'element-plus';
 | 
				
			||||||
 | 
					import DbSelectTree from '@/views/ops/db/component/DbSelectTree.vue';
 | 
				
			||||||
 | 
					import MonacoEditor from '@/components/monaco/MonacoEditor.vue';
 | 
				
			||||||
 | 
					import { DbInst, registerDbCompletionItemProvider } from '@/views/ops/db/db';
 | 
				
			||||||
 | 
					import { getDbDialect } from '@/views/ops/db/dialect';
 | 
				
			||||||
 | 
					import CrontabInput from '@/components/crontab/CrontabInput.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    data: {
 | 
				
			||||||
 | 
					        type: [Boolean, Object],
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    title: {
 | 
				
			||||||
 | 
					        type: String,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					//定义事件
 | 
				
			||||||
 | 
					const emit = defineEmits(['update:visible', 'cancel', 'val-change']);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const dialogVisible = defineModel<boolean>('visible', { default: false });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const rules = {
 | 
				
			||||||
 | 
					    taskName: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            message: '请输入任务名',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    taskCron: [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            required: true,
 | 
				
			||||||
 | 
					            message: '请输入任务cron表达式',
 | 
				
			||||||
 | 
					            trigger: ['change', 'blur'],
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const dbForm: any = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const basicTab = 'basic';
 | 
				
			||||||
 | 
					const fieldTab = 'field';
 | 
				
			||||||
 | 
					const sqlPreviewTab = 'sqlPreview';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					type FormData = {
 | 
				
			||||||
 | 
					    id?: number;
 | 
				
			||||||
 | 
					    taskName?: string;
 | 
				
			||||||
 | 
					    taskCron: string;
 | 
				
			||||||
 | 
					    srcDbId?: number;
 | 
				
			||||||
 | 
					    srcDbName?: string;
 | 
				
			||||||
 | 
					    srcTagPath?: string;
 | 
				
			||||||
 | 
					    targetDbId?: number;
 | 
				
			||||||
 | 
					    targetDbName?: string;
 | 
				
			||||||
 | 
					    targetTagPath?: string;
 | 
				
			||||||
 | 
					    targetTableName?: string;
 | 
				
			||||||
 | 
					    dataSql?: string;
 | 
				
			||||||
 | 
					    pageSize?: number;
 | 
				
			||||||
 | 
					    updField?: string;
 | 
				
			||||||
 | 
					    updFieldVal?: string;
 | 
				
			||||||
 | 
					    fieldMap?: { src: string; target: string }[];
 | 
				
			||||||
 | 
					    status?: 1 | 2;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const basicFormData = {
 | 
				
			||||||
 | 
					    srcDbId: -1,
 | 
				
			||||||
 | 
					    targetDbId: -1,
 | 
				
			||||||
 | 
					    dataSql: 'select * from',
 | 
				
			||||||
 | 
					    pageSize: 1000,
 | 
				
			||||||
 | 
					    updField: 'id',
 | 
				
			||||||
 | 
					    updFieldVal: '0',
 | 
				
			||||||
 | 
					    fieldMap: [{ src: 'a', target: 'b' }],
 | 
				
			||||||
 | 
					    status: 1,
 | 
				
			||||||
 | 
					} as FormData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    tabActiveName: 'basic',
 | 
				
			||||||
 | 
					    form: basicFormData,
 | 
				
			||||||
 | 
					    submitForm: {} as any,
 | 
				
			||||||
 | 
					    srcTableFields: [] as string[],
 | 
				
			||||||
 | 
					    targetTableList: [] as { tableName: string; tableComment: string }[],
 | 
				
			||||||
 | 
					    targetColumnList: [] as any[],
 | 
				
			||||||
 | 
					    srcDbInst: {} as DbInst,
 | 
				
			||||||
 | 
					    targetDbInst: {} as DbInst,
 | 
				
			||||||
 | 
					    previewRes: {} as any,
 | 
				
			||||||
 | 
					    previewDataSql: '',
 | 
				
			||||||
 | 
					    previewInsertSql: '',
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { tabActiveName, form, submitForm } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { isFetching: saveBtnLoading, execute: saveExec } = dbApi.saveDatasyncTask.useApi(submitForm);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 基础字段信息是否填写完整
 | 
				
			||||||
 | 
					const baseFieldCompleted = computed(() => {
 | 
				
			||||||
 | 
					    return state.form.srcDbId && state.form.srcDbName && state.form.targetDbId && state.form.targetDbName && state.form.targetTableName;
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(dialogVisible, async (newValue: boolean) => {
 | 
				
			||||||
 | 
					    if (!newValue) {
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    state.tabActiveName = 'basic';
 | 
				
			||||||
 | 
					    const propsData = props.data as any;
 | 
				
			||||||
 | 
					    if (!propsData?.id) {
 | 
				
			||||||
 | 
					        state.form = basicFormData;
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    let data = await dbApi.getDatasyncTask.request({ taskId: propsData?.id });
 | 
				
			||||||
 | 
					    state.form = data;
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					        state.form.fieldMap = JSON.parse(data.fieldMap);
 | 
				
			||||||
 | 
					    } catch (e) {
 | 
				
			||||||
 | 
					        state.form.fieldMap = [];
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    let { srcDbId, srcDbName, targetDbId } = state.form;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    //  初始化src数据源
 | 
				
			||||||
 | 
					    if (srcDbId) {
 | 
				
			||||||
 | 
					        // 通过tagPath查询实例列表
 | 
				
			||||||
 | 
					        const dbInfoRes = await dbApi.dbs.request({ id: srcDbId });
 | 
				
			||||||
 | 
					        const db = dbInfoRes.list[0];
 | 
				
			||||||
 | 
					        // 初始化实例
 | 
				
			||||||
 | 
					        db.databases = db.database?.split(' ').sort() || [];
 | 
				
			||||||
 | 
					        state.srcDbInst = DbInst.getOrNewInst(db);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    //  初始化target数据源
 | 
				
			||||||
 | 
					    if (targetDbId) {
 | 
				
			||||||
 | 
					        // 通过tagPath查询实例列表
 | 
				
			||||||
 | 
					        const dbInfoRes = await dbApi.dbs.request({ id: targetDbId });
 | 
				
			||||||
 | 
					        const db = dbInfoRes.list[0];
 | 
				
			||||||
 | 
					        // 初始化实例
 | 
				
			||||||
 | 
					        db.databases = db.database?.split(' ').sort() || [];
 | 
				
			||||||
 | 
					        state.targetDbInst = DbInst.getOrNewInst(db);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (targetDbId && state.form.targetDbName) {
 | 
				
			||||||
 | 
					        await loadDbTables(targetDbId, state.form.targetDbName);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 注册sql代码提示
 | 
				
			||||||
 | 
					    if (srcDbId && srcDbName) {
 | 
				
			||||||
 | 
					        registerDbCompletionItemProvider(srcDbId, srcDbName, state.srcDbInst.databases, state.srcDbInst.type);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(tabActiveName, async (newValue: string) => {
 | 
				
			||||||
 | 
					    switch (newValue) {
 | 
				
			||||||
 | 
					        case fieldTab:
 | 
				
			||||||
 | 
					            await handleGetSrcFields();
 | 
				
			||||||
 | 
					            await handleGetTargetFields();
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        case sqlPreviewTab:
 | 
				
			||||||
 | 
					            let srcDbDialect = getDbDialect(state.srcDbInst.type);
 | 
				
			||||||
 | 
					            let targetDbDialect = getDbDialect(state.targetDbInst.type);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            let updField = srcDbDialect.quoteIdentifier(state.form.updField!);
 | 
				
			||||||
 | 
					            state.previewDataSql = `SELECT * FROM (\n ${state.form.dataSql?.trim() || '请输入数据sql'} \n ) t \n where ${updField} > '${
 | 
				
			||||||
 | 
					                state.form.updFieldVal || ''
 | 
				
			||||||
 | 
					            }'`;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            // 检查字段映射中是否存在重复的目标字段
 | 
				
			||||||
 | 
					            let fields = new Set();
 | 
				
			||||||
 | 
					            state.form.fieldMap?.map((a) => {
 | 
				
			||||||
 | 
					                if (a.target) {
 | 
				
			||||||
 | 
					                    fields.add(a.target);
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
 | 
					            if (fields.size < (state.form.fieldMap?.length || 0)) {
 | 
				
			||||||
 | 
					                ElMessage.warning('字段映射中存在重复的目标字段,请检查');
 | 
				
			||||||
 | 
					                state.previewInsertSql = '';
 | 
				
			||||||
 | 
					                return;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            let fieldArr = state.form.fieldMap?.map((a: any) => targetDbDialect.quoteIdentifier(a.target)) || [];
 | 
				
			||||||
 | 
					            let placeholder = '?'.repeat(fieldArr.length).split('').join(',');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            state.previewInsertSql = ` insert into ${targetDbDialect.quoteIdentifier(state.form.targetTableName!)}(${fieldArr.join(
 | 
				
			||||||
 | 
					                ','
 | 
				
			||||||
 | 
					            )}) values (${placeholder});`;
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					        default:
 | 
				
			||||||
 | 
					            break;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const onSelectSrcDb = async (params: any) => {
 | 
				
			||||||
 | 
					    //  初始化数据源
 | 
				
			||||||
 | 
					    params.databases = params.dbs; // 数据源里需要这个值
 | 
				
			||||||
 | 
					    state.srcDbInst = DbInst.getOrNewInst(params);
 | 
				
			||||||
 | 
					    registerDbCompletionItemProvider(params.id, params.db, params.dbs, params.type);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const onSelectTargetDb = async (params: any) => {
 | 
				
			||||||
 | 
					    state.targetDbInst = DbInst.getOrNewInst(params);
 | 
				
			||||||
 | 
					    await loadDbTables(params.id, params.db);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const loadDbTables = async (dbId: number, db: string) => {
 | 
				
			||||||
 | 
					    // 加载db下的表
 | 
				
			||||||
 | 
					    let data = await dbApi.tableInfos.request({ id: dbId, db });
 | 
				
			||||||
 | 
					    state.targetTableList = data;
 | 
				
			||||||
 | 
					    if (data && data.length > 0) {
 | 
				
			||||||
 | 
					        let names = data.map((a: any) => a.tableName);
 | 
				
			||||||
 | 
					        if (!names.includes(state.form.targetTableName)) {
 | 
				
			||||||
 | 
					            state.form.targetTableName = data[0].tableName;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const handleGetSrcFields = async () => {
 | 
				
			||||||
 | 
					    // 执行sql,获取字段信息
 | 
				
			||||||
 | 
					    if (!state.form.dataSql || !state.form.dataSql.trim()) {
 | 
				
			||||||
 | 
					        ElMessage.warning('请输入数据源sql');
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 判断sql是否是查询语句
 | 
				
			||||||
 | 
					    if (!/^select/i.test(state.form.dataSql!)) {
 | 
				
			||||||
 | 
					        let msg = 'sql语句错误,请输入查询语句';
 | 
				
			||||||
 | 
					        ElMessage.warning(msg);
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 判断是否有多条sql
 | 
				
			||||||
 | 
					    if (/;/i.test(state.form.dataSql!)) {
 | 
				
			||||||
 | 
					        let msg = 'sql语句错误,请输入单条查询语句';
 | 
				
			||||||
 | 
					        ElMessage.warning(msg);
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // 执行sql
 | 
				
			||||||
 | 
					    const res = await dbApi.sqlExec.request({
 | 
				
			||||||
 | 
					        id: state.form.srcDbId,
 | 
				
			||||||
 | 
					        db: state.form.srcDbName,
 | 
				
			||||||
 | 
					        sql: state.form.dataSql.trim() + ' limit 1',
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    if (!res.columns) {
 | 
				
			||||||
 | 
					        ElMessage.warning('没有查询到字段,请检查sql');
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    let filedMap = {};
 | 
				
			||||||
 | 
					    if (state.form.fieldMap && state.form.fieldMap.length > 0) {
 | 
				
			||||||
 | 
					        state.form.fieldMap.forEach((a: any) => {
 | 
				
			||||||
 | 
					            filedMap[a.src] = a.target;
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    state.srcTableFields = res.columns.map((a: any) => a.name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    state.form.fieldMap = res.columns.map((a: any) => ({ src: a.name, target: filedMap[a.name] || '' }));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    state.previewRes = res;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const handleGetTargetFields = async () => {
 | 
				
			||||||
 | 
					    // 查询目标表下的字段信息
 | 
				
			||||||
 | 
					    if (state.form.targetDbName && state.form.targetTableName) {
 | 
				
			||||||
 | 
					        let columns = await state.targetDbInst.loadColumns(state.form.targetDbName, state.form.targetTableName);
 | 
				
			||||||
 | 
					        if (columns && Array.isArray(columns)) {
 | 
				
			||||||
 | 
					            state.targetColumnList = columns;
 | 
				
			||||||
 | 
					            // 过滤目标字段,不存在的字段值设置为空
 | 
				
			||||||
 | 
					            let names = columns.map((a) => a.columnName?.toLowerCase());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            state.form.fieldMap?.forEach((a) => {
 | 
				
			||||||
 | 
					                if (a.target && !names.includes(a.target)) {
 | 
				
			||||||
 | 
					                    a.target = '';
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					                // 优先设置字段名和src一样的值
 | 
				
			||||||
 | 
					                if (names.includes(a.src?.toLowerCase())) {
 | 
				
			||||||
 | 
					                    // 从columns中取出
 | 
				
			||||||
 | 
					                    let res = columns.find((col: any) => col.columnName?.toLowerCase() === a.src?.toLowerCase());
 | 
				
			||||||
 | 
					                    if (res) {
 | 
				
			||||||
 | 
					                        a.target = res.columnName;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            });
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const getReqForm = async () => {
 | 
				
			||||||
 | 
					    return { ...state.form };
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const btnOk = async () => {
 | 
				
			||||||
 | 
					    dbForm.value.validate(async (valid: boolean) => {
 | 
				
			||||||
 | 
					        if (!valid) {
 | 
				
			||||||
 | 
					            ElMessage.error('请正确填写信息');
 | 
				
			||||||
 | 
					            return false;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // 正则表达式检测corn表达式正确性
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // 处理一些数字类型
 | 
				
			||||||
 | 
					        state.submitForm = await getReqForm();
 | 
				
			||||||
 | 
					        state.submitForm.fieldMap = JSON.stringify(state.form.fieldMap);
 | 
				
			||||||
 | 
					        await saveExec();
 | 
				
			||||||
 | 
					        ElMessage.success('保存成功');
 | 
				
			||||||
 | 
					        emit('val-change', state.form);
 | 
				
			||||||
 | 
					        cancel();
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const cancel = () => {
 | 
				
			||||||
 | 
					    dialogVisible.value = false;
 | 
				
			||||||
 | 
					    emit('cancel');
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss">
 | 
				
			||||||
 | 
					.sync-task-edit {
 | 
				
			||||||
 | 
					    .el-select {
 | 
				
			||||||
 | 
					        width: 100%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    .task-sql {
 | 
				
			||||||
 | 
					        width: 100%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					</style>
 | 
				
			||||||
							
								
								
									
										192
									
								
								mayfly_go_web/src/views/ops/db/SyncTaskList.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										192
									
								
								mayfly_go_web/src/views/ops/db/SyncTaskList.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,192 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div class="db-list">
 | 
				
			||||||
 | 
					        <page-table
 | 
				
			||||||
 | 
					            ref="pageTableRef"
 | 
				
			||||||
 | 
					            :page-api="dbApi.datasyncTasks"
 | 
				
			||||||
 | 
					            :searchItems="searchItems"
 | 
				
			||||||
 | 
					            v-model:query-form="query"
 | 
				
			||||||
 | 
					            :show-selection="true"
 | 
				
			||||||
 | 
					            v-model:selection-data="state.selectionData"
 | 
				
			||||||
 | 
					            :columns="columns"
 | 
				
			||||||
 | 
					        >
 | 
				
			||||||
 | 
					            <template #tableHeader>
 | 
				
			||||||
 | 
					                <el-button v-auth="perms.save" type="primary" icon="plus" @click="edit(false)">添加</el-button>
 | 
				
			||||||
 | 
					                <el-button v-auth="perms.del" :disabled="selectionData.length < 1" @click="del()" type="danger" icon="delete">删除</el-button>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					            <template #status="{ data }">
 | 
				
			||||||
 | 
					                <span v-if="actionBtns[perms.status]">
 | 
				
			||||||
 | 
					                    <el-switch
 | 
				
			||||||
 | 
					                        v-model="data.status"
 | 
				
			||||||
 | 
					                        @click="updStatus(data.id, data.status)"
 | 
				
			||||||
 | 
					                        inline-prompt
 | 
				
			||||||
 | 
					                        active-text="启用"
 | 
				
			||||||
 | 
					                        inactive-text="禁用"
 | 
				
			||||||
 | 
					                        :active-value="1"
 | 
				
			||||||
 | 
					                        :inactive-value="-1"
 | 
				
			||||||
 | 
					                    />
 | 
				
			||||||
 | 
					                </span>
 | 
				
			||||||
 | 
					                <span v-else>
 | 
				
			||||||
 | 
					                    <el-tag v-if="data.status == 1" class="ml-2" type="success">启用</el-tag>
 | 
				
			||||||
 | 
					                    <el-tag v-else class="ml-2" type="danger">禁用</el-tag>
 | 
				
			||||||
 | 
					                </span>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <template #action="{ data }">
 | 
				
			||||||
 | 
					                <!-- 删除、启停用、编辑 -->
 | 
				
			||||||
 | 
					                <el-button v-if="actionBtns[perms.save]" @click="edit(data)" type="primary" link>编辑</el-button>
 | 
				
			||||||
 | 
					                <el-button v-if="data.status === 1 && data.runningState !== 1" @click="run(data.id)" type="success" link>执行</el-button>
 | 
				
			||||||
 | 
					                <el-button v-if="data.runningState === 1" @click="stop(data.id)" type="danger" link>停止</el-button>
 | 
				
			||||||
 | 
					                <el-button v-if="actionBtns[perms.log]" type="primary" link @click="log(data)">日志</el-button>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					        </page-table>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <data-sync-task-edit @val-change="search" :title="editDialog.title" v-model:visible="editDialog.visible" v-model:data="editDialog.data" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <data-sync-task-log v-model:visible="logsDialog.visible" v-model:taskId="logsDialog.taskId" :running="state.logsDialog.running" />
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { defineAsyncComponent, onMounted, reactive, ref, Ref, toRefs } from 'vue';
 | 
				
			||||||
 | 
					import { ElMessage, ElMessageBox } from 'element-plus';
 | 
				
			||||||
 | 
					import { dbApi } from './api';
 | 
				
			||||||
 | 
					import PageTable from '@/components/pagetable/PageTable.vue';
 | 
				
			||||||
 | 
					import { TableColumn } from '@/components/pagetable';
 | 
				
			||||||
 | 
					import { hasPerms } from '@/components/auth/auth';
 | 
				
			||||||
 | 
					import { SearchItem } from '@/components/SearchForm';
 | 
				
			||||||
 | 
					import { DbDataSyncRecentStateEnum, DbDataSyncRunningStateEnum } from './enums';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const DataSyncTaskEdit = defineAsyncComponent(() => import('./SyncTaskEdit.vue'));
 | 
				
			||||||
 | 
					const DataSyncTaskLog = defineAsyncComponent(() => import('./SyncTaskLog.vue'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const perms = {
 | 
				
			||||||
 | 
					    save: 'db:sync:save',
 | 
				
			||||||
 | 
					    del: 'db:sync:del',
 | 
				
			||||||
 | 
					    status: 'db:sync:status',
 | 
				
			||||||
 | 
					    log: 'db:sync:log',
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const searchItems = [SearchItem.input('name', '名称')];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 任务名、修改人、修改时间、最近一次任务执行状态、状态(停用启用)、操作
 | 
				
			||||||
 | 
					const columns = ref([
 | 
				
			||||||
 | 
					    TableColumn.new('taskName', '任务名'),
 | 
				
			||||||
 | 
					    TableColumn.new('runningState', '运行状态').alignCenter().typeTag(DbDataSyncRunningStateEnum),
 | 
				
			||||||
 | 
					    TableColumn.new('recentState', '最近任务状态').alignCenter().typeTag(DbDataSyncRecentStateEnum),
 | 
				
			||||||
 | 
					    TableColumn.new('status', '状态').alignCenter().isSlot(),
 | 
				
			||||||
 | 
					    TableColumn.new('modifier', '修改人').alignCenter(),
 | 
				
			||||||
 | 
					    TableColumn.new('updateTime', '修改时间').alignCenter().isTime(),
 | 
				
			||||||
 | 
					]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 该用户拥有的的操作列按钮权限
 | 
				
			||||||
 | 
					const actionBtns = hasPerms([perms.save, perms.del, perms.status, perms.log]);
 | 
				
			||||||
 | 
					const actionWidth = ((actionBtns[perms.save] ? 1 : 0) + (actionBtns[perms.log] ? 1 : 0)) * 55 + 55;
 | 
				
			||||||
 | 
					const actionColumn = TableColumn.new('action', '操作').isSlot().setMinWidth(actionWidth).fixedRight().alignCenter();
 | 
				
			||||||
 | 
					const pageTableRef: Ref<any> = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    row: {},
 | 
				
			||||||
 | 
					    dbId: 0,
 | 
				
			||||||
 | 
					    db: '',
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 选中的数据
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    selectionData: [],
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 查询条件
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    query: {
 | 
				
			||||||
 | 
					        name: null,
 | 
				
			||||||
 | 
					        pageNum: 1,
 | 
				
			||||||
 | 
					        pageSize: 0,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    editDialog: {
 | 
				
			||||||
 | 
					        visible: false,
 | 
				
			||||||
 | 
					        data: null as any,
 | 
				
			||||||
 | 
					        title: '新增数据同步任务',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    logsDialog: {
 | 
				
			||||||
 | 
					        taskId: 0,
 | 
				
			||||||
 | 
					        visible: false,
 | 
				
			||||||
 | 
					        data: null as any,
 | 
				
			||||||
 | 
					        running: false,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { selectionData, query, editDialog, logsDialog } = toRefs(state);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					onMounted(async () => {
 | 
				
			||||||
 | 
					    if (Object.keys(actionBtns).length > 0) {
 | 
				
			||||||
 | 
					        columns.value.push(actionColumn);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const search = () => {
 | 
				
			||||||
 | 
					    pageTableRef.value.search();
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const edit = async (data: any) => {
 | 
				
			||||||
 | 
					    if (!data) {
 | 
				
			||||||
 | 
					        state.editDialog.data = null;
 | 
				
			||||||
 | 
					        state.editDialog.title = '新增数据同步任务';
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        state.editDialog.data = data;
 | 
				
			||||||
 | 
					        state.editDialog.title = '修改数据同步任务';
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    state.editDialog.visible = true;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const run = async (id: any) => {
 | 
				
			||||||
 | 
					    await ElMessageBox.confirm(`确定执行?`, '提示', {
 | 
				
			||||||
 | 
					        confirmButtonText: '确定',
 | 
				
			||||||
 | 
					        cancelButtonText: '取消',
 | 
				
			||||||
 | 
					        type: 'warning',
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    await dbApi.runDatasyncTask.request({ taskId: id });
 | 
				
			||||||
 | 
					    ElMessage.success(`执行成功`);
 | 
				
			||||||
 | 
					    setTimeout(search, 1000);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const stop = async (id: any) => {
 | 
				
			||||||
 | 
					    await ElMessageBox.confirm(`确定停止?`, '提示', {
 | 
				
			||||||
 | 
					        confirmButtonText: '确定',
 | 
				
			||||||
 | 
					        cancelButtonText: '取消',
 | 
				
			||||||
 | 
					        type: 'warning',
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					    await dbApi.stopDatasyncTask.request({ taskId: id });
 | 
				
			||||||
 | 
					    ElMessage.success(`停止成功`);
 | 
				
			||||||
 | 
					    search();
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const log = async (data: any) => {
 | 
				
			||||||
 | 
					    state.logsDialog.taskId = data.id;
 | 
				
			||||||
 | 
					    state.logsDialog.visible = true;
 | 
				
			||||||
 | 
					    state.logsDialog.running = data.state === 1;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const updStatus = async (id: any, status: 1 | -1) => {
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					        await dbApi.updateDatasyncTaskStatus.request({ taskId: id, status });
 | 
				
			||||||
 | 
					        ElMessage.success(`${status === 1 ? '启用' : '禁用'}成功`);
 | 
				
			||||||
 | 
					        search();
 | 
				
			||||||
 | 
					    } catch (err) {
 | 
				
			||||||
 | 
					        //
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const del = async () => {
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					        await ElMessageBox.confirm(`确定删除数据同步任务【${state.selectionData.map((x: any) => x.taskName).join(', ')}】?`, '提示', {
 | 
				
			||||||
 | 
					            confirmButtonText: '确定',
 | 
				
			||||||
 | 
					            cancelButtonText: '取消',
 | 
				
			||||||
 | 
					            type: 'warning',
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					        await dbApi.deleteDatasyncTask.request({ taskId: state.selectionData.map((x: any) => x.id).join(',') });
 | 
				
			||||||
 | 
					        ElMessage.success('删除成功');
 | 
				
			||||||
 | 
					        search();
 | 
				
			||||||
 | 
					    } catch (err) {
 | 
				
			||||||
 | 
					        //
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					<style lang="scss"></style>
 | 
				
			||||||
							
								
								
									
										111
									
								
								mayfly_go_web/src/views/ops/db/SyncTaskLog.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										111
									
								
								mayfly_go_web/src/views/ops/db/SyncTaskLog.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,111 @@
 | 
				
			|||||||
 | 
					<template>
 | 
				
			||||||
 | 
					    <div class="sync-task-logs">
 | 
				
			||||||
 | 
					        <el-dialog v-model="dialogVisible" :before-close="cancel" :destroy-on-close="false" width="1120px">
 | 
				
			||||||
 | 
					            <template #header>
 | 
				
			||||||
 | 
					                <span class="mr10">任务执行日志</span>
 | 
				
			||||||
 | 
					                <el-switch v-model="realTime" @change="watchPolling" inline-prompt active-text="实时" inactive-text="非实时" />
 | 
				
			||||||
 | 
					                <el-button @click="search" icon="Refresh" circle size="small" :loading="realTime" class="ml10"></el-button>
 | 
				
			||||||
 | 
					            </template>
 | 
				
			||||||
 | 
					            <page-table ref="logTableRef" :page-api="dbApi.datasyncLogs" v-model:query-form="query" :tool-button="false" :columns="columns" size="small">
 | 
				
			||||||
 | 
					            </page-table>
 | 
				
			||||||
 | 
					        </el-dialog>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script lang="ts" setup>
 | 
				
			||||||
 | 
					import { reactive, Ref, ref, toRefs, watch } from 'vue';
 | 
				
			||||||
 | 
					import { dbApi } from '@/views/ops/db/api';
 | 
				
			||||||
 | 
					import PageTable from '@/components/pagetable/PageTable.vue';
 | 
				
			||||||
 | 
					import { TableColumn } from '@/components/pagetable';
 | 
				
			||||||
 | 
					import { DbDataSyncLogStatusEnum } from './enums';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const props = defineProps({
 | 
				
			||||||
 | 
					    taskId: {
 | 
				
			||||||
 | 
					        type: Number,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    running: {
 | 
				
			||||||
 | 
					        type: Boolean,
 | 
				
			||||||
 | 
					        default: false,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const dialogVisible = defineModel<boolean>('visible', { default: false });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const columns = ref([
 | 
				
			||||||
 | 
					    // 状态:1.成功  -1.失败
 | 
				
			||||||
 | 
					    TableColumn.new('status', '状态').alignCenter().typeTag(DbDataSyncLogStatusEnum),
 | 
				
			||||||
 | 
					    TableColumn.new('createTime', '时间').alignCenter().isTime(),
 | 
				
			||||||
 | 
					    TableColumn.new('errText', '日志'),
 | 
				
			||||||
 | 
					    TableColumn.new('dataSqlFull', 'SQL').alignCenter(),
 | 
				
			||||||
 | 
					    TableColumn.new('resNum', '数据条数'),
 | 
				
			||||||
 | 
					]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					watch(dialogVisible, (newValue: any) => {
 | 
				
			||||||
 | 
					    if (!newValue) {
 | 
				
			||||||
 | 
					        state.polling = false;
 | 
				
			||||||
 | 
					        watchPolling(false);
 | 
				
			||||||
 | 
					        return;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    state.query.taskId = props.taskId!;
 | 
				
			||||||
 | 
					    search();
 | 
				
			||||||
 | 
					    state.realTime = props.running;
 | 
				
			||||||
 | 
					    watchPolling(props.running);
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const startPolling = () => {
 | 
				
			||||||
 | 
					    if (!state.polling) {
 | 
				
			||||||
 | 
					        state.polling = true;
 | 
				
			||||||
 | 
					        state.pollingIndex = setInterval(search, 1000);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					const stopPolling = () => {
 | 
				
			||||||
 | 
					    if (state.polling) {
 | 
				
			||||||
 | 
					        state.polling = false;
 | 
				
			||||||
 | 
					        clearInterval(state.pollingIndex);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const watchPolling = (polling: boolean) => {
 | 
				
			||||||
 | 
					    if (polling) {
 | 
				
			||||||
 | 
					        startPolling();
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					        stopPolling();
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const logTableRef: Ref<any> = ref(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const search = () => {
 | 
				
			||||||
 | 
					    try {
 | 
				
			||||||
 | 
					        logTableRef.value.search();
 | 
				
			||||||
 | 
					    } catch (e) {
 | 
				
			||||||
 | 
					        /* empty */
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const emit = defineEmits(['update:visible', 'cancel', 'val-change']);
 | 
				
			||||||
 | 
					//定义事件
 | 
				
			||||||
 | 
					const cancel = () => {
 | 
				
			||||||
 | 
					    dialogVisible.value = false;
 | 
				
			||||||
 | 
					    emit('cancel');
 | 
				
			||||||
 | 
					    watchPolling(false);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const state = reactive({
 | 
				
			||||||
 | 
					    polling: false,
 | 
				
			||||||
 | 
					    pollingIndex: 0 as any,
 | 
				
			||||||
 | 
					    realTime: props.running,
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
 | 
					     * 查询条件
 | 
				
			||||||
 | 
					     */
 | 
				
			||||||
 | 
					    query: {
 | 
				
			||||||
 | 
					        taskId: 0,
 | 
				
			||||||
 | 
					        name: null,
 | 
				
			||||||
 | 
					        pageNum: 1,
 | 
				
			||||||
 | 
					        pageSize: 0,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const { query, realTime } = toRefs(state);
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user