Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bcf8cccf
authored
Apr 19, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
讲 2023 重构剩余的任务,转成 TODO 到代码
parent
5c58bc4e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
src/views/infra/redis/index.vue
+1
-0
src/views/mp/components/wx-location/main.vue
+1
-1
src/views/mp/menu/components/MenuEditor.vue
+1
-0
No files found.
src/views/infra/redis/index.vue
View file @
bcf8cccf
...
@@ -171,6 +171,7 @@ const loadEchartOptions = (stats) => {
...
@@ -171,6 +171,7 @@ const loadEchartOptions = (stats) => {
}
}
onBeforeMount
(()
=>
{
onBeforeMount
(()
=>
{
// TODO @hiiwbs 微信,优化使用 Echart 组件
readRedisInfo
()
readRedisInfo
()
})
})
</
script
>
</
script
>
src/views/mp/components/wx-location/main.vue
View file @
bcf8cccf
<!--
<!--
【微信消息 - 定位】
【微信消息 - 定位】
TODO @Dhb52 目前未启用
-->
-->
<
template
>
<
template
>
<div>
<div>
...
...
src/views/mp/menu/components/MenuEditor.vue
View file @
bcf8cccf
...
@@ -130,6 +130,7 @@ const emit = defineEmits<{
...
@@ -130,6 +130,7 @@ const emit = defineEmits<{
(
e
:
'update:modelValue'
,
v
:
any
)
(
e
:
'update:modelValue'
,
v
:
any
)
}
>
()
}
>
()
// TODO @Dhb52 输入的 table 切换时,表单应该保留
const
menu
=
computed
({
const
menu
=
computed
({
get
()
{
get
()
{
return
props
.
modelValue
return
props
.
modelValue
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment