mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复一些小问题
This commit is contained in:
		@@ -48,7 +48,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service {
 | 
			
		||||
    /**
 | 
			
		||||
     * 查询${functionName}列表
 | 
			
		||||
     *
 | 
			
		||||
     * @param ${className} ${functionName}
 | 
			
		||||
     * @param bo ${functionName}
 | 
			
		||||
     * @return ${functionName}
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
@@ -62,7 +62,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service {
 | 
			
		||||
    /**
 | 
			
		||||
     * 查询${functionName}列表
 | 
			
		||||
     *
 | 
			
		||||
     * @param ${className} ${functionName}
 | 
			
		||||
     * @param bo ${functionName}
 | 
			
		||||
     * @return ${functionName}
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
@@ -101,7 +101,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service {
 | 
			
		||||
    /**
 | 
			
		||||
     * 新增${functionName}
 | 
			
		||||
     *
 | 
			
		||||
     * @param ${className} ${functionName}
 | 
			
		||||
     * @param bo ${functionName}
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
@@ -119,7 +119,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service {
 | 
			
		||||
    /**
 | 
			
		||||
     * 修改${functionName}
 | 
			
		||||
     *
 | 
			
		||||
     * @param ${className} ${functionName}
 | 
			
		||||
     * @param bo ${functionName}
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
 
 | 
			
		||||
@@ -306,7 +306,7 @@ export default {
 | 
			
		||||
      queryParams: {
 | 
			
		||||
#foreach ($column in $columns)
 | 
			
		||||
#if($column.query)
 | 
			
		||||
        $column.javaField: null#if($foreach.count != $columns.size()),#end
 | 
			
		||||
        $column.javaField: undefined#if($foreach.count != $columns.size()),#end
 | 
			
		||||
#end
 | 
			
		||||
#end
 | 
			
		||||
      },
 | 
			
		||||
 
 | 
			
		||||
@@ -78,7 +78,7 @@
 | 
			
		||||
      </el-table-column>
 | 
			
		||||
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
 | 
			
		||||
        <template slot-scope="scope">
 | 
			
		||||
          <el-button 
 | 
			
		||||
          <el-button
 | 
			
		||||
            size="mini"
 | 
			
		||||
            type="text"
 | 
			
		||||
            icon="el-icon-edit"
 | 
			
		||||
@@ -199,7 +199,7 @@
 | 
			
		||||
            <el-form-item>
 | 
			
		||||
              <el-input v-model="form.perms" placeholder="请输入权限标识" maxlength="100" />
 | 
			
		||||
              <span slot="label">
 | 
			
		||||
                <el-tooltip content="控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasPermi('system:user:list')`)" placement="top">
 | 
			
		||||
                <el-tooltip content="控制器中定义的权限字符,如:@SaCheckPermission('system:user:list')" placement="top">
 | 
			
		||||
                <i class="el-icon-question"></i>
 | 
			
		||||
                </el-tooltip>
 | 
			
		||||
                权限字符
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user