Parcourir la source

update 优化 修改 oss 配置页面开关说明 避免造成误解

疯狂的狮子li il y a 2 ans
Parent
commit
a986b0e75d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ruoyi-ui/src/views/system/oss/config.vue

+ 1 - 1
ruoyi-ui/src/views/system/oss/config.vue

@@ -87,7 +87,7 @@
           <el-tag type="info" v-if="scope.row.accessPolicy === '2'">custom</el-tag>
         </template>
       </el-table-column>
-      <el-table-column label="状态" align="center" prop="status">
+      <el-table-column label="是否默认" align="center" prop="status">
         <template slot-scope="scope">
           <el-switch
             v-model="scope.row.status"