补充修改
							parent
							
								
									b7ec0eef6d
								
							
						
					
					
						commit
						8b8080babe
					
				|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <!-- 列表 --> | ||||
|     <XTable @register="registerTable"> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <!-- 列表 --> | ||||
|     <XTable @register="registerTable"> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <!-- 列表 --> | ||||
|     <XTable @register="registerTable"> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <!-- 列表 --> | ||||
|     <XTable @register="registerTable"> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <XTable @register="registerTable"> | ||||
|       <template #toolbar_buttons> | ||||
|  | @ -86,10 +84,10 @@ const handleProcessDetail = (row) => { | |||
| } | ||||
| 
 | ||||
| // fix: 列表不刷新的问题。 | ||||
| watch( | ||||
|   () => router.currentRoute.value, | ||||
|   () => { | ||||
|     reload() | ||||
|   } | ||||
| ) | ||||
| // watch( | ||||
| //   () => router.currentRoute.value, | ||||
| //   () => { | ||||
| //     reload() | ||||
| //   } | ||||
| // ) | ||||
| </script> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <!-- 列表 --> | ||||
|     <XTable @register="registerTable"> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <XTable @register="registerTable"> | ||||
|       <template #suspensionState_default="{ row }"> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <XTable @register="registerTable"> | ||||
|       <template #suspensionState_default="{ row }"> | ||||
|  | @ -10,7 +8,7 @@ | |||
|       <template #actionbtns_default="{ row }"> | ||||
|         <!-- 操作: 审批进度 --> | ||||
|         <XTextButton preIcon="ep:edit-pen" title="审批进度" @click="handleAudit(row)" /> | ||||
|         <XTextButton title="抄送" @click="handleCC(row)" /> | ||||
|         <XTextButton preIcon="ep:message" title="抄送" @click="handleCC(row)" /> | ||||
|       </template> | ||||
|     </XTable> | ||||
|     <TaskCCDialogForm ref="taskCCDialogForm" /> | ||||
|  |  | |||
|  | @ -44,20 +44,8 @@ const crudSchemas = reactive<VxeCrudSchema>({ | |||
|     { | ||||
|       title: '是否可见', | ||||
|       field: 'visible', | ||||
|       table: { | ||||
|         slots: { | ||||
|           default: 'visible_default' | ||||
|         } | ||||
|       }, | ||||
|       form: { | ||||
|         component: 'RadioButton', | ||||
|         componentProps: { | ||||
|           options: [ | ||||
|             { label: '是', value: true }, | ||||
|             { label: '否', value: false } | ||||
|           ] | ||||
|         } | ||||
|       } | ||||
|       dictType: DICT_TYPE.INFRA_BOOLEAN_STRING, | ||||
|       dictClass: 'boolean' | ||||
|     }, | ||||
|     { | ||||
|       title: t('form.remark'), | ||||
|  |  | |||
|  | @ -20,9 +20,6 @@ | |||
|           @click="exportList('配置.xls')" | ||||
|         /> | ||||
|       </template> | ||||
|       <template #visible_default="{ row }"> | ||||
|         <span>{{ row.visible ? '是' : '否' }} </span> | ||||
|       </template> | ||||
|       <template #actionbtns_default="{ row }"> | ||||
|         <!-- 操作:修改 --> | ||||
|         <XTextButton | ||||
|  | @ -62,11 +59,7 @@ | |||
|       v-if="actionType === 'detail'" | ||||
|       :schema="allSchemas.detailSchema" | ||||
|       :data="detailData" | ||||
|     > | ||||
|       <template #visible="{ row }"> | ||||
|         <span>{{ row.visible ? '是' : '否' }} </span> | ||||
|       </template> | ||||
|     </Descriptions> | ||||
|     /> | ||||
|     <!-- 操作按钮 --> | ||||
|     <template #footer> | ||||
|       <!-- 按钮:保存 --> | ||||
|  |  | |||
|  | @ -1,7 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="数据库 MyBatis" url="https://doc.iocoder.cn/mybatis/" /> | ||||
|   <doc-alert title="多数据源(读写分离)" url="https://doc.iocoder.cn/dynamic-datasource/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <IFrame v-if="!loading" :src="url" /> | ||||
|   </ContentWrap> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="Redis 缓存" url="https://doc.iocoder.cn/redis-cache/" /> | ||||
|   <doc-alert title="本地缓存" url="https://doc.iocoder.cn/local-cache/" /> | ||||
|   <el-scrollbar height="calc(100vh - 88px - 40px - 50px)"> | ||||
|     <el-row> | ||||
|       <!-- 基本信息 --> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="服务监控" url="https://doc.iocoder.cn/server-monitor/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <IFrame v-if="!loading" v-loading="loading" :src="src" /> | ||||
|   </ContentWrap> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="服务监控" url="https://doc.iocoder.cn/server-monitor/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <IFrame v-if="!loading" v-loading="loading" :src="src" /> | ||||
|   </ContentWrap> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="接口文档" url="https://doc.iocoder.cn/api-doc/" /> | ||||
| 
 | ||||
|   <ContentWrap> | ||||
|     <IFrame :src="src" /> | ||||
|   </ContentWrap> | ||||
|  |  | |||
|  | @ -1,6 +1,4 @@ | |||
| <template> | ||||
|   <doc-alert title="WebSocket 实时通信" url="https://doc.iocoder.cn/websocket/" /> | ||||
| 
 | ||||
|   <div class="flex"> | ||||
|     <!-- 左侧:建立连接、发送消息 --> | ||||
|     <el-card :gutter="12" class="w-1/2" shadow="always"> | ||||
|  |  | |||
|  | @ -36,7 +36,8 @@ | |||
|         /> | ||||
|         <!-- 操作:推送 --> | ||||
|         <XTextButton | ||||
|           :title="推送" | ||||
|           preIcon="ep:chat-dot-square" | ||||
|           title="推送" | ||||
|           v-hasPermi="['system:notice:update']" | ||||
|           @click="handlePush(row.id)" | ||||
|         /> | ||||
|  |  | |||
|  | @ -80,7 +80,7 @@ | |||
|   </XModal> | ||||
| 
 | ||||
|   <XModal v-model="dialogScopeVisible" :title="dialogScopeTitle"> | ||||
|     <el-form :model="dataScopeForm" label-width="140px" :inline="true"> | ||||
|     <el-form :model="dataScopeForm" label-width="140px"> | ||||
|       <el-form-item label="角色名称"> | ||||
|         <el-tag>{{ dataScopeForm.name }}</el-tag> | ||||
|       </el-form-item> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 shizhong
						shizhong