From 0c9fec65930ba20810d208946c52a72cfc140651 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期日, 09 四月 2023 11:29:51 +0800 Subject: [PATCH] 上传bigdata的svg --- ruoyi-ui/src/views/bignote/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue index 7e5fbc1..5099535 100644 --- a/ruoyi-ui/src/views/bignote/index.vue +++ b/ruoyi-ui/src/views/bignote/index.vue @@ -70,6 +70,8 @@ </el-form-item> </el-form> + + <div style="width: 72px; height: 24px; font-size: 18px; @@ -410,7 +412,7 @@ console.log(this.queryParams) // listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => { listFamilyevent(this.queryParams).then(response => { - + // console.log(response.data.data) this.familyList = response.data.data; -- Gitblit v1.9.1