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