From a4db210c069cd45448067fffb39f070e9d119bb9 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 26 九月 2023 17:00:32 +0800
Subject: [PATCH] 修改家大事记 的图片文件上传 直调接口

---
 ruoyi-ui/src/views/clean/index.vue |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/ruoyi-ui/src/views/clean/index.vue b/ruoyi-ui/src/views/clean/index.vue
index 3394499..01aca6c 100644
--- a/ruoyi-ui/src/views/clean/index.vue
+++ b/ruoyi-ui/src/views/clean/index.vue
@@ -6,7 +6,10 @@
             v-model="queryParams.kind"
             placeholder="鎵�鏈夌被鍨�"
             clearable
-            style="width: 240px"
+            style="width: 200px;
+                   height: 35px;
+                   border-radius: 16px 16px 16px 16px;
+                   opacity: 0.5;"
           >
             <el-option
               v-for="dict in typeOptions"
@@ -20,7 +23,10 @@
               v-model="queryParams.suitable"
               placeholder="璇疯緭鍏ラ�傜敤浜�"
               clearable
-              style="width: 240px"
+              style="width: 200px;
+                   height: 35px;
+                   border-radius: 16px 16px 16px 16px;
+                   opacity: 0.5;"
               @keyup.enter.native="handleQuery"
             />
           </el-form-item>
@@ -29,7 +35,10 @@
               v-model="queryParams.type"
               placeholder="璇疯緭鍏ョ被鍒�"
               clearable
-              style="width: 240px"
+              style="width: 200px;
+                   height: 35px;
+                   border-radius: 16px 16px 16px 16px;
+                   opacity: 0.5;"
               @keyup.enter.native="handleQuery"
             />
           </el-form-item>
@@ -38,7 +47,10 @@
               v-model="queryParams.method"
               placeholder="璇疯緭鍏ヤ繚娲佹柟娉�"
               clearable
-              style="width: 240px"
+              style="width: 200px;
+                   height: 35px;
+                   border-radius: 16px 16px 16px 16px;
+                   opacity: 0.5;"
               @keyup.enter.native="handleQuery"
             />
           </el-form-item>
@@ -132,6 +144,9 @@
           <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
         </el-table-column>
         <el-table-column label="澶囨敞" prop="remark" sortable width="100" />
+        <el-table-column label="鏄惁鏄湰瀹跺涵璁板綍" prop="ownData" sortable width="150px" >
+          <template slot-scope="scope">{{scope.row.ownData === 0 ? '鍚�': '鏄�'}}</template>
+        </el-table-column>
         <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="180" align="center">
 
           <template slot-scope="scope" >
@@ -647,7 +662,7 @@
       /** 鍒犻櫎鎸夐挳鎿嶄綔 */
       handleDelete(row) {
         const Ids = row.id || this.ids;
-        this.$modal.confirm('鏄惁纭鍒犻櫎璧勪骇缂栧彿涓�"' + Ids + '"鐨勬暟鎹」锛�').then(function() {
+        this.$modal.confirm('鏄惁纭鍒犻櫎鎵�閫夋暟鎹」锛�').then(function() {
           return delClean(Ids);
         }).then(() => {
           this.getList();

--
Gitblit v1.9.1