From 7984fdfd20dce89671e26e59ea4bb371cc7e75f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?=
<15040126243@163.com>
Date: Mon, 11 Apr 2022 12:09:42 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E6=BC=94=E7=A4=BA=E6=A0=91=E8=A1=A8?=
=?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=20=E5=B1=95=E5=BC=80/=E6=8A=98=E5=8F=A0?=
=?UTF-8?q?=20=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/views/demo/tree/index.vue | 28 +++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/src/views/demo/tree/index.vue b/ruoyi-ui/src/views/demo/tree/index.vue
index 072786e28..6cfa7f243 100644
--- a/ruoyi-ui/src/views/demo/tree/index.vue
+++ b/ruoyi-ui/src/views/demo/tree/index.vue
@@ -39,14 +39,24 @@
v-hasPermi="['demo:tree:add']"
>新增
+
+ 展开/折叠
+
@@ -54,12 +64,12 @@
-
+
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
-
+
{
+ this.refreshTable = true;
+ });
+ },
/** 修改按钮操作 */
handleUpdate(row) {
this.loading = true;