mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
0.11.5
This commit is contained in:
parent
aa14351eaa
commit
bb1fefb271
@ -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】
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user