mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	perf: vxe
This commit is contained in:
		| @@ -46,14 +46,7 @@ | ||||
|         v-if="actionType === 'detail'" | ||||
|         :schema="allSchemas.detailSchema" | ||||
|         :data="detailRef" | ||||
|       > | ||||
|         <template #type="{ row }"> | ||||
|           <DictTag :type="DICT_TYPE.SYSTEM_ERROR_CODE_TYPE" :value="row.type" /> | ||||
|         </template> | ||||
|         <template #createTime="{ row }"> | ||||
|           <span>{{ dayjs(row.createTime).format('YYYY-MM-DD HH:mm:ss') }}</span> | ||||
|         </template> | ||||
|       </Descriptions> | ||||
|       /> | ||||
|     </template> | ||||
|     <!-- 操作按钮 --> | ||||
|     <template #footer> | ||||
| @@ -71,8 +64,6 @@ | ||||
|  | ||||
| <script setup lang="ts"> | ||||
| import { ref, unref } from 'vue' | ||||
| import dayjs from 'dayjs' | ||||
| import { DICT_TYPE } from '@/utils/dict' | ||||
| import type { ErrorCodeVO } from '@/api/system/errorCode/types' | ||||
| import { rules, allSchemas } from './errorCode.data' | ||||
| import * as ErrorCodeApi from '@/api/system/errorCode' | ||||
|   | ||||
| @@ -45,14 +45,7 @@ | ||||
|         v-if="actionType === 'detail'" | ||||
|         :schema="allSchemas.detailSchema" | ||||
|         :data="detailRef" | ||||
|       > | ||||
|         <template #status="{ row }"> | ||||
|           <DictTag :type="DICT_TYPE.COMMON_STATUS" :value="row.status" /> | ||||
|         </template> | ||||
|         <template #createTime="{ row }"> | ||||
|           <span>{{ dayjs(row.createTime).format('YYYY-MM-DD HH:mm:ss') }}</span> | ||||
|         </template> | ||||
|       </Descriptions> | ||||
|       /> | ||||
|     </template> | ||||
|     <template #footer> | ||||
|       <XButton | ||||
| @@ -68,8 +61,6 @@ | ||||
| </template> | ||||
| <script setup lang="ts"> | ||||
| import { ref, unref } from 'vue' | ||||
| import dayjs from 'dayjs' | ||||
| import { DICT_TYPE } from '@/utils/dict' | ||||
| import * as PostApi from '@/api/system/post' | ||||
| import { PostVO } from '@/api/system/post/types' | ||||
| import { rules, allSchemas } from './post.data' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu4j
					xingyu4j