补充修改

This commit is contained in:
shizhong 2024-03-12 21:29:47 +08:00
parent b7ec0eef6d
commit 8b8080babe
18 changed files with 13 additions and 60 deletions

View File

@ -1,6 +1,4 @@
<template>
<doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" />
<ContentWrap>
<!-- 列表 -->
<XTable @register="registerTable">

View File

@ -1,6 +1,4 @@
<template>
<doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" />
<ContentWrap>
<!-- 列表 -->
<XTable @register="registerTable">

View File

@ -1,6 +1,4 @@
<template>
<doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" />
<ContentWrap>
<!-- 列表 -->
<XTable @register="registerTable">

View File

@ -1,6 +1,4 @@
<template>
<doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" />
<ContentWrap>
<!-- 列表 -->
<XTable @register="registerTable">

View File

@ -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>

View File

@ -1,6 +1,4 @@
<template>
<doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" />
<ContentWrap>
<!-- 列表 -->
<XTable @register="registerTable">

View File

@ -1,6 +1,4 @@
<template>
<doc-alert title="工作流手册" url="https://doc.iocoder.cn/bpm/" />
<ContentWrap>
<XTable @register="registerTable">
<template #suspensionState_default="{ row }">

View File

@ -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" />

View File

@ -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'),

View File

@ -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>
<!-- 按钮保存 -->

View File

@ -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>

View File

@ -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>
<!-- 基本信息 -->

View File

@ -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>

View File

@ -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>

View File

@ -1,6 +1,4 @@
<template>
<doc-alert title="接口文档" url="https://doc.iocoder.cn/api-doc/" />
<ContentWrap>
<IFrame :src="src" />
</ContentWrap>

View File

@ -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">

View File

@ -36,7 +36,8 @@
/>
<!-- 操作推送 -->
<XTextButton
:title="推送"
preIcon="ep:chat-dot-square"
title="推送"
v-hasPermi="['system:notice:update']"
@click="handlePush(row.id)"
/>

View File

@ -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>