From c1c6c1cf3076d0e6dae9f15cc77ece4f42add618 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期五, 10 九月 2021 10:51:40 +0800
Subject: [PATCH] update 将所有 云存储字样 改为 对象存储 避免误解

---
 ruoyi-ui/src/views/system/oss/config.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ruoyi-ui/src/views/system/oss/config.vue b/ruoyi-ui/src/views/system/oss/config.vue
index 28bdbe5..f3e3340 100644
--- a/ruoyi-ui/src/views/system/oss/config.vue
+++ b/ruoyi-ui/src/views/system/oss/config.vue
@@ -118,7 +118,7 @@
       @pagination="getList"
     />
 
-    <!-- 娣诲姞鎴栦慨鏀逛簯瀛樺偍閰嶇疆瀵硅瘽妗� -->
+    <!-- 娣诲姞鎴栦慨鏀瑰璞″瓨鍌ㄩ厤缃璇濇 -->
     <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
       <el-form ref="form" :model="form" :rules="rules" label-width="120px">
         <el-form-item label="閰嶇疆key" prop="configKey">
@@ -201,7 +201,7 @@
       showSearch: true,
       // 鎬绘潯鏁�
       total: 0,
-      // 浜戝瓨鍌ㄩ厤缃〃鏍兼暟鎹�
+      // 瀵硅薄瀛樺偍閰嶇疆琛ㄦ牸鏁版嵁
       ossConfigList: [],
       // configKeyOptions
       configKeyOptions: [],
@@ -284,7 +284,7 @@
     this.configKeyOptions = this.configKeyDatas;
   },
   methods: {
-    /** 鏌ヨ浜戝瓨鍌ㄩ厤缃垪琛� */
+    /** 鏌ヨ瀵硅薄瀛樺偍閰嶇疆鍒楄〃 */
     getList() {
       this.loading = true;
       listOssConfig(this.queryParams).then((response) => {
@@ -335,7 +335,7 @@
     handleAdd() {
       this.reset();
       this.open = true;
-      this.title = "娣诲姞浜戝瓨鍌ㄩ厤缃�";
+      this.title = "娣诲姞瀵硅薄瀛樺偍閰嶇疆";
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
@@ -346,7 +346,7 @@
         this.loading = false;
         this.form = response.data;
         this.open = true;
-        this.title = "淇敼浜戝瓨鍌ㄩ厤缃�";
+        this.title = "淇敼瀵硅薄瀛樺偍閰嶇疆";
       });
     },
     /** 鎻愪氦鎸夐挳 */
@@ -377,7 +377,7 @@
     /** 鍒犻櫎鎸夐挳鎿嶄綔 */
     handleDelete(row) {
       const ossConfigIds = row.ossConfigId || this.ids;
-      this.$confirm('鏄惁纭鍒犻櫎浜戝瓨鍌ㄩ厤缃紪鍙蜂负"' + ossConfigIds + '"鐨勬暟鎹」?', "璀﹀憡", {
+      this.$confirm('鏄惁纭鍒犻櫎瀵硅薄瀛樺偍閰嶇疆缂栧彿涓�"' + ossConfigIds + '"鐨勬暟鎹」?', "璀﹀憡", {
         confirmButtonText: "纭畾",
         cancelButtonText: "鍙栨秷",
         type: "warning"
@@ -392,7 +392,7 @@
         this.loading = false;
       });
     },
-    // 浜戝瓨鍌ㄩ厤缃姸鎬佷慨鏀�
+    // 瀵硅薄瀛樺偍閰嶇疆鐘舵�佷慨鏀�
     handleStatusChange(row) {
       let text = row.status === "0" ? "鍚敤" : "鍋滅敤";
       this.$confirm(

--
Gitblit v1.9.3