소스 검색

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

YunaiV 2 년 전
부모
커밋
bcf8cccf8b
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/views/infra/redis/index.vue
  2. 1 1
      src/views/mp/components/wx-location/main.vue
  3. 1 0
      src/views/mp/menu/components/MenuEditor.vue

+ 1 - 0
src/views/infra/redis/index.vue

@@ -171,6 +171,7 @@ const loadEchartOptions = (stats) => {
 }
 
 onBeforeMount(() => {
+  // TODO @hiiwbs 微信,优化使用 Echart 组件
   readRedisInfo()
 })
 </script>

+ 1 - 1
src/views/mp/components/wx-location/main.vue

@@ -1,5 +1,5 @@
 <!--
-  【微信消息 - 定位】
+  【微信消息 - 定位】TODO @Dhb52 目前未启用
 -->
 <template>
   <div>

+ 1 - 0
src/views/mp/menu/components/MenuEditor.vue

@@ -130,6 +130,7 @@ const emit = defineEmits<{
   (e: 'update:modelValue', v: any)
 }>()
 
+// TODO @Dhb52 输入的 table 切换时,表单应该保留
 const menu = computed({
   get() {
     return props.modelValue