mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化 修改 oss 配置页面开关说明 避免造成误解
This commit is contained in:
		@@ -68,7 +68,7 @@ public class SysOssConfig extends BaseEntity {
 | 
			
		||||
    private String region;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 状态(0正常 1停用)
 | 
			
		||||
     * 是否默认(0=是,1=否)
 | 
			
		||||
     */
 | 
			
		||||
    private String status;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -19,14 +19,10 @@
 | 
			
		||||
          @keyup.enter.native="handleQuery"
 | 
			
		||||
        />
 | 
			
		||||
      </el-form-item>
 | 
			
		||||
      <el-form-item label="状态" prop="status">
 | 
			
		||||
      <el-form-item label="是否默认" prop="status">
 | 
			
		||||
        <el-select v-model="queryParams.status" placeholder="请选择状态" clearable size="small">
 | 
			
		||||
          <el-option
 | 
			
		||||
            v-for="dict in dict.type.sys_normal_disable"
 | 
			
		||||
            :key="dict.value"
 | 
			
		||||
            :label="dict.label"
 | 
			
		||||
            :value="dict.value"
 | 
			
		||||
          />
 | 
			
		||||
          <el-option key="0" label="是" value="0"/>
 | 
			
		||||
          <el-option key="1" label="否" value="1"/>
 | 
			
		||||
        </el-select>
 | 
			
		||||
      </el-form-item>
 | 
			
		||||
      <el-form-item>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user