From 5ec2b5c95d442f0e9114ae487aa632a8cef3dcb9 Mon Sep 17 00:00:00 2001 From: wanglihui <1769794040@qq.com> Date: Mon, 11 Sep 2023 22:06:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=E6=96=B0=E5=A2=9E=E5=8F=A3?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/menu/modules/tool.ts | 14 ++++ src/pages/tool/command.vue | 154 +++++++++++++++++++++++++++++++++++++ 2 files changed, 168 insertions(+) create mode 100644 src/pages/tool/command.vue diff --git a/src/menu/modules/tool.ts b/src/menu/modules/tool.ts index 807678c..414d1c4 100644 --- a/src/menu/modules/tool.ts +++ b/src/menu/modules/tool.ts @@ -27,6 +27,20 @@ const home: Menu.MenuOptions = { title: 'APP升级' } }, + { + component: '/tool/command', + name: 'toolCommand', + path: '/tool/command', + meta: { + icon: 'i-bd-command', + isAffix: false, + isFull: false, + isHide: false, + isKeepAlive: true, + isLink: '', + title: '口令管理' + } + }, { component: '/tool/systemrobotmenu', name: 'toolSystemrobotmenu', diff --git a/src/pages/tool/command.vue b/src/pages/tool/command.vue new file mode 100644 index 0000000..861f2bf --- /dev/null +++ b/src/pages/tool/command.vue @@ -0,0 +1,154 @@ + + + + + + 口令管理 + + + + + + + + 新增口令 + + + + + + + + + + + + + + + + + + + + + + {{ item.formatter(scope.row) }} + + + {{ scope.row[item.prop!] }} + + + + + + + + + + + +meta: + title: 口令管理 + isAffix: false + + + + +
口令管理