diff --git a/code/web/car_dealer/vue/todo-list.html b/code/web/car_dealer/vue/todo-list.html index 8bb5442..a9a7124 100644 --- a/code/web/car_dealer/vue/todo-list.html +++ b/code/web/car_dealer/vue/todo-list.html @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2022-10-21 16:36:51 * @LastEditors: Kane - * @LastEditTime: 2022-10-23 15:22:51 + * @LastEditTime: 2022-10-25 14:21:00 * @FilePath: \car_dealer\vue\todo-list.html * @Description: * @@ -10,195 +10,217 @@ --> + + + + + 待办任务 + + + + + + - - - - - 待办任务 - - - - - - - - -
-
-
- {{errorMessage}} - -
-
-
-

{{title}}

-
-
- - + +
+
+
+ {{errorMessage}} +
-
-
-
- - {{item.todo_text}} - -
+
+

{{title}}

+
+
+ + - +
+
+
+
+ + {{item.todo_text}} + + + +
+
+
+
+

总计:{{todo_list.length}}

-
-
-

总计:{{todo_list.length}}

-
-
- - - - - \ No newline at end of file + const vm = Vue.createApp(app); + vm.mount("#app"); + +