This commit is contained in:
gotoeasy 2023-10-05 21:46:07 +08:00
parent aa14351eaa
commit bb1fefb271
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ VITE_PRD_DROP_DEBUGGER = true
VITE_DEV_MOCK = false VITE_DEV_MOCK = false
# Logo提示 # Logo提示
VITE_GLC_INFO = "v0.11.4" VITE_GLC_INFO = "v0.11.5"
# -------------------------------------------------------- # --------------------------------------------------------
# 【例1】 # 【例1】

View File

@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"@element-plus/icons-vue": "^2.1.0", "@element-plus/icons-vue": "^2.1.0",
"@gotoeasy/glcui": "^0.1.1", "@gotoeasy/glcui": "^0.1.2",
"@imengyu/vue3-context-menu": "^1.3.0", "@imengyu/vue3-context-menu": "^1.3.0",
"@vueuse/core": "^10.2.1", "@vueuse/core": "^10.2.1",
"axios": "^1.4.0", "axios": "^1.4.0",

View File

@ -78,7 +78,7 @@ const opt = {
const { formData, visible, tableData, tableHeight, pageSettingStore, showTableLoadding } = usePageMainHooks(opt); const { formData, visible, tableData, tableHeight, pageSettingStore, showTableLoadding } = usePageMainHooks(opt);
const table = ref(); // const table = ref(); //
const tid = ref('glcMain'); // ID const tid = ref('glcSearchMain'); // ID
const info = ref(''); // const info = ref(''); //
const storageOptions = ref([]) // const storageOptions = ref([]) //
const systemSet = new Set(); const systemSet = new Set();