From 70b82496c025c1a8a825e74a1dd3b80d9e73adb7 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 18 五月 2024 18:22:39 +0800
Subject: [PATCH] 上传css
---
ruoyi-ui/src/views/note/memo.vue | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/ruoyi-ui/src/views/note/memo.vue b/ruoyi-ui/src/views/note/memo.vue
index 23582e8..ca6cc0d 100644
--- a/ruoyi-ui/src/views/note/memo.vue
+++ b/ruoyi-ui/src/views/note/memo.vue
@@ -178,12 +178,12 @@
</el-upload>
-<el-button
- style="margin-left: 10px;"
- size="small"
- type="success"
- @click="fileUpload"
- >涓婁紶鍒版湇鍔″櫒</el-button>
+ <el-button
+ style="margin-left: 10px;"
+ size="small"
+ type="success"
+ @click="fileUpload"
+ >涓婁紶鍒版湇鍔″櫒</el-button>
</el-form>
</el-col>
@@ -288,7 +288,7 @@
></video>
<img v-else
class="el-upload-list__item-thumbnail"
- :src="file.url"
+ src="../../assets/images/deviceLis.png"
alt=""
style="width: 100%; height: 100%"
fit="cover">
@@ -507,6 +507,8 @@
_this.formDat.url = _this.formDat.url+","+response.fileNames
_this.$modal.msgSuccess("鏂囦欢涓婁紶鎴愬姛!");
})
+ // const cid = this.$route.params && this.$route.params.id;
+ // this.getList(2007,cid);
},
// 鏌ョ湅鏂囦欢
--
Gitblit v1.9.1