From bb719014528b4b0bb7d06a1ab5fdea0773f1c4c7 Mon Sep 17 00:00:00 2001 From: guofei Date: Tue, 8 Oct 2024 13:53:06 +0800 Subject: [PATCH] feat: add pagiation feature --- src/pages/SystemCharter/index.vue | 136 +++++++++++++++--------------- 1 file changed, 70 insertions(+), 66 deletions(-) diff --git a/src/pages/SystemCharter/index.vue b/src/pages/SystemCharter/index.vue index 1427071..4632982 100644 --- a/src/pages/SystemCharter/index.vue +++ b/src/pages/SystemCharter/index.vue @@ -11,7 +11,6 @@ - @@ -20,27 +19,27 @@ -
- +
+
- + -
- {{ submitForm.id ? '修改' : '添加' +
+ {{ submitForm.id ? "修改" : "添加" }} 返回
- - 待开发... - + 待开发... @@ -56,34 +55,33 @@ 添加对话 + style="width: 100%; margin-top: 10px"> + style="width: 100%" placeholder="选择机器人类型"> - + - - -
+
- 自动填充 + 自动填充
@@ -91,18 +89,22 @@