mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix(ui): 调整
This commit is contained in:
		@@ -94,7 +94,9 @@ const handleRemove = async (id, reload) => {
 | 
			
		||||
      </a-button>
 | 
			
		||||
    </template>
 | 
			
		||||
    <template #switch="{ record, column }">
 | 
			
		||||
      <template v-if="record.id === 1">-</template>
 | 
			
		||||
      <ConfirmSwitch
 | 
			
		||||
        v-else
 | 
			
		||||
        v-model="record[column.dataIndex]"
 | 
			
		||||
        :api="async () => save({ ...record, status: !record.status })"
 | 
			
		||||
      />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user