首页模块标题修改
This commit is contained in:
parent
81076293c2
commit
24f4004eb7
@ -323,14 +323,14 @@
|
||||
</el-card>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 85%">
|
||||
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 70%">
|
||||
<el-form >
|
||||
<el-form-item >
|
||||
<span style="font-size: 20px; font-weight: bold;">{{formData.newsName}}</span>
|
||||
<el-divider style="border-top: none; margin: 0;"/>
|
||||
<span style="font-size: 12px">发布时间: {{formatTime(formData.newsCreatetime,'yyyy-MM-dd')}}</span>
|
||||
<el-divider style="margin-top: 10px"/>
|
||||
<span style="line-height: 1.2" v-html="formData.newsContent"></span>
|
||||
<span style="line-height: 1.4" v-html="formData.newsContent"></span>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<template #footer>
|
||||
@ -341,7 +341,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { formatTime } from '@/utils'
|
||||
import type {Todo, Email} from './types'
|
||||
import {dateFormatter, dateFormatter2} from "@/utils/formatTime";
|
||||
import {dateFormatter2} from "@/utils/formatTime";
|
||||
import {DICT_TYPE} from "@/utils/dict";
|
||||
import {imgApi, imgVO} from "@/api/home/homeimg";
|
||||
import {CalendarDateType, CalendarInstance} from "element-plus";
|
||||
@ -619,11 +619,13 @@ onMounted(() => {
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.SystemThem {
|
||||
background-color: var(--el-color-primary);
|
||||
}
|
||||
.SystemThemFont {
|
||||
font-size: 18px !important;
|
||||
font-weight: bold !important;
|
||||
color: var(--el-color-primary);
|
||||
}
|
||||
.custom-calendar {
|
||||
|
@ -157,7 +157,7 @@ const formRules = reactive({
|
||||
const formRef = ref() // 表单 Ref
|
||||
|
||||
// 指定审批人
|
||||
const processDefineKey = 'test-001' // 流程定义 Key
|
||||
const processDefineKey = 'car-001' // 流程定义 Key
|
||||
const startUserSelectTasks = ref([]) // 发起人需要选择审批人的用户任务列表
|
||||
const startUserSelectAssignees = ref({}) // 发起人选择审批人的数据
|
||||
const startUserSelectAssigneesFormRef = ref() // 发起人选择审批人的表单 Ref
|
||||
|
Loading…
Reference in New Issue
Block a user