mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	feat: show bind model on chat role list page
This commit is contained in:
		@@ -21,6 +21,7 @@
 | 
			
		||||
          </template>
 | 
			
		||||
        </el-table-column>
 | 
			
		||||
        <el-table-column label="角色标识" prop="key"/>
 | 
			
		||||
        <el-table-column label="绑定模型" prop="model_name"/>
 | 
			
		||||
        <el-table-column label="启用状态">
 | 
			
		||||
          <template #default="scope">
 | 
			
		||||
            <el-switch v-model="scope.row['enable']" @change="roleSet('enable',scope.row)"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user