Commit bcf8cccf by YunaiV

讲 2023 重构剩余的任务,转成 TODO 到代码

parent 5c58bc4e
...@@ -171,6 +171,7 @@ const loadEchartOptions = (stats) => { ...@@ -171,6 +171,7 @@ const loadEchartOptions = (stats) => {
} }
onBeforeMount(() => { onBeforeMount(() => {
// TODO @hiiwbs 微信,优化使用 Echart 组件
readRedisInfo() readRedisInfo()
}) })
</script> </script>
<!-- <!--
【微信消息 - 定位】 【微信消息 - 定位】TODO @Dhb52 目前未启用
--> -->
<template> <template>
<div> <div>
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment