Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
ty-vue-ruoyi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
CI / CD
CI / CD
流水线
日程
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
提交
Open sidebar
刘守彩
ty-vue-ruoyi
Commits
10e308ab
提交
10e308ab
authored
2月 20, 2024
作者:
刘守彩
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refactor: tinymce
上级
d4e93eba
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
10 行增加
和
4 行删除
+10
-4
components.js
src/plugins/components.js
+0
-3
BarChart.vue
src/views/dashboard/BarChart.vue
+1
-1
index.vue
src/views/system/notice/index.vue
+4
-0
detail.vue
src/views/system/user/detail.vue
+5
-0
没有找到文件。
src/plugins/components.js
浏览文件 @
10e308ab
...
...
@@ -4,8 +4,6 @@ import Vue from 'vue';
import
Pagination
from
'@/components/Pagination'
;
// 自定义表格工具组件
import
RightToolbar
from
'@/components/RightToolbar'
;
// 富文本组件
import
Tinymce
from
'@/components/Tinymce/index'
;
// 文件上传组件
import
FileUpload
from
'@/components/FileUpload'
;
// 图片上传组件
...
...
@@ -22,7 +20,6 @@ import DictData from '@/components/DictData';
Vue
.
component
(
'DictTag'
,
DictTag
);
Vue
.
component
(
'Pagination'
,
Pagination
);
Vue
.
component
(
'RightToolbar'
,
RightToolbar
);
Vue
.
component
(
Tinymce
.
name
,
Tinymce
);
Vue
.
component
(
'FileUpload'
,
FileUpload
);
Vue
.
component
(
'ImageUpload'
,
ImageUpload
);
Vue
.
component
(
'ImagePreview'
,
ImagePreview
);
...
...
src/views/dashboard/BarChart.vue
浏览文件 @
10e308ab
...
...
@@ -2,7 +2,7 @@
<v-chart
:option=
"chartOption"
autoresize
></v-chart>
</
template
>
<
script
>
const
animationDuration
=
6
000
;
const
animationDuration
=
1
000
;
export
default
{
data
()
{
return
{
...
...
src/views/system/notice/index.vue
浏览文件 @
10e308ab
...
...
@@ -239,10 +239,14 @@ import {
addNotice
,
updateNotice
}
from
'@/api/system/notice'
;
import
Tinymce
from
'@/components/Tinymce'
;
export
default
{
name
:
'Notice'
,
dicts
:
[
'sys_notice_status'
,
'sys_notice_type'
],
components
:
{
Tinymce
}
,
data
()
{
return
{
// 遮罩层
...
...
src/views/system/user/detail.vue
浏览文件 @
10e308ab
...
...
@@ -4,8 +4,13 @@
</div>
</
template
>
<
script
>
import
Tinymce
from
'@/components/Tinymce'
;
export
default
{
name
:
'MenuEditor'
,
components
:
{
Tinymce
},
data
()
{
return
{
TinymceContent
:
`
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论