From a4d8869bff7df9a2b888530df9efef46b8d6eaf4 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期四, 22 二月 2024 12:47:00 +0800
Subject: [PATCH] 提交多图片,视频上传

---
 ruoyi-ui/src/views/honor/index.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/views/honor/index.vue b/ruoyi-ui/src/views/honor/index.vue
index a7a80ab..70d776a 100644
--- a/ruoyi-ui/src/views/honor/index.vue
+++ b/ruoyi-ui/src/views/honor/index.vue
@@ -3,7 +3,7 @@
     <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
       <el-form-item label="鍚嶇О" prop="name">
         <el-select v-model="queryParams.name" placeholder="鎵�鏈夊悕绉�" clearable
-                   style="width: 200px;
+                   style="width: 240px;
                    height: 35px;
                    border-radius: 16px 16px 16px 16px;
                    opacity: 0.5;" @keyup.enter.native="handleQuery">
@@ -98,7 +98,7 @@
             v-hasPermi="['family:note:export']"
           >瀵煎叆妯℃澘涓嬭浇</el-button>
         </el-col>
-        <el-col :span="1.2">
+        <el-col :span="1.5">
 
           <el-upload
             action=""
@@ -109,7 +109,7 @@
           >
             <el-button size="mini"   type="primary"
                        plain
-                       icon="el-icon-plus" >瀵煎叆</el-button>
+                       icon="el-icon-top" >瀵煎叆</el-button>
 
           </el-upload>
         </el-col>
@@ -523,7 +523,6 @@
       );
       listType(this.queryParams).then(response => {
           this.typeList = response.data;
-          this.total = response.data.total;
           // console.log( this.typeList )
           // 鍦ㄥ洖璋冨嚱鏁颁腑璋冪敤 getTypeOptions()
           this.getTypeOptions();

--
Gitblit v1.9.1