mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	style: dept
This commit is contained in:
		| @@ -133,14 +133,29 @@ onMounted(async () => { | ||||
|             <span class="custom-tree-node"> | ||||
|               <span>{{ node.label }}</span> | ||||
|               <span> | ||||
|                 <el-button link v-hasPermi="['system:dept:create']" @click="handleAdd(data)"> | ||||
|                   <Icon icon="ep:plus" class="mr-1px" /> | ||||
|                 <el-button | ||||
|                   link | ||||
|                   type="primary" | ||||
|                   v-hasPermi="['system:dept:create']" | ||||
|                   @click="handleAdd(data)" | ||||
|                 > | ||||
|                   <Icon icon="ep:zoom-in" class="mr-5px" /> {{ t('action.add') }} | ||||
|                 </el-button> | ||||
|                 <el-button link v-hasPermi="['system:dept:update']" @click="handleUpdate(data)"> | ||||
|                   <Icon icon="ep:edit" class="mr-1px" /> | ||||
|                 <el-button | ||||
|                   link | ||||
|                   type="primary" | ||||
|                   v-hasPermi="['system:dept:update']" | ||||
|                   @click="handleUpdate(data)" | ||||
|                 > | ||||
|                   <Icon icon="ep:edit" class="mr-1px" /> {{ t('action.edit') }} | ||||
|                 </el-button> | ||||
|                 <el-button link v-hasPermi="['system:dept:delete']" @click="handleDelete(data)"> | ||||
|                   <Icon icon="ep:delete" class="mr-1px" /> | ||||
|                 <el-button | ||||
|                   link | ||||
|                   type="primary" | ||||
|                   v-hasPermi="['system:dept:delete']" | ||||
|                   @click="handleDelete(data)" | ||||
|                 > | ||||
|                   <Icon icon="ep:delete" class="mr-1px" /> {{ t('action.del') }} | ||||
|                 </el-button> | ||||
|               </span> | ||||
|             </span> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu