mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-30 09:48:44 +08:00 
			
		
		
		
	流程模型 流程分类显示问题
This commit is contained in:
		| @@ -24,6 +24,10 @@ | |||||||
|       <template #name_default="{ row }"> |       <template #name_default="{ row }"> | ||||||
|         <XTextButton :title="row.name" @click="handleBpmnDetail(row.id)" /> |         <XTextButton :title="row.name" @click="handleBpmnDetail(row.id)" /> | ||||||
|       </template> |       </template> | ||||||
|  |       <!-- 流程分类 --> | ||||||
|  |       <template #category_default="{ row }"> | ||||||
|  |         <DictTag :type="DICT_TYPE.BPM_MODEL_CATEGORY" :value="Number(row?.category)" /> | ||||||
|  |       </template> | ||||||
|       <!-- 表单信息 --> |       <!-- 表单信息 --> | ||||||
|       <template #formId_default="{ row }"> |       <template #formId_default="{ row }"> | ||||||
|         <XTextButton |         <XTextButton | ||||||
|   | |||||||
| @@ -44,7 +44,12 @@ const crudSchemas = reactive<VxeCrudSchema>({ | |||||||
|       field: 'category', |       field: 'category', | ||||||
|       dictType: DICT_TYPE.BPM_MODEL_CATEGORY, |       dictType: DICT_TYPE.BPM_MODEL_CATEGORY, | ||||||
|       dictClass: 'number', |       dictClass: 'number', | ||||||
|       isSearch: true |       isSearch: true, | ||||||
|  |       table: { | ||||||
|  |         slots: { | ||||||
|  |           default: 'category_default' | ||||||
|  |         } | ||||||
|  |       } | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       title: '表单信息', |       title: '表单信息', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 gexinzhineng/gxzn27
					gexinzhineng/gxzn27