mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	perf: add xtextbutton
This commit is contained in:
		| @@ -73,17 +73,13 @@ | ||||
|       <vxe-column title="创建时间" field="createTime" formatter="formatDate" /> | ||||
|       <vxe-column title="操作" width="200"> | ||||
|         <template #default="{ row }"> | ||||
|           <XButton | ||||
|             link | ||||
|             type="primary" | ||||
|           <XTextButton | ||||
|             preIcon="ep:edit" | ||||
|             :title="t('action.edit')" | ||||
|             v-hasPermi="['system:menu:update']" | ||||
|             @click="handleUpdate(row.id)" | ||||
|           /> | ||||
|           <XButton | ||||
|             link | ||||
|             type="primary" | ||||
|           <XTextButton | ||||
|             preIcon="ep:delete" | ||||
|             :title="t('action.del')" | ||||
|             v-hasPermi="['system:menu:delete']" | ||||
|   | ||||
| @@ -14,23 +14,19 @@ | ||||
|         <DictTag :type="DICT_TYPE.COMMON_STATUS" :value="row.status" /> | ||||
|       </template> | ||||
|       <template #action_default="{ row }"> | ||||
|         <XButton | ||||
|           link | ||||
|           type="primary" | ||||
|         <XTextButton | ||||
|           preIcon="ep:edit" | ||||
|           :title="t('action.edit')" | ||||
|           v-hasPermi="['system:post:update']" | ||||
|           @click="handleUpdate(row.id)" | ||||
|         /> | ||||
|         <XButton | ||||
|           link | ||||
|           type="primary" | ||||
|         <XTextButton | ||||
|           preIcon="ep:view" | ||||
|           :title="t('action.detail')" | ||||
|           v-hasPermi="['system:post:update']" | ||||
|           @click="handleDetail(row)" | ||||
|         /> | ||||
|         <XButton | ||||
|         <XTextButton | ||||
|           link | ||||
|           type="primary" | ||||
|           preIcon="ep:delete" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu4j
					xingyu4j