Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_backstage
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_backstage
Commits
cee9e8a5
提交
cee9e8a5
authored
9月 27, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改取消编辑后loading暂停;修改布展详情预览效果
上级
c7964cd1
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
9 行增加
和
15 行删除
+9
-15
index.vue
src/components/ReaderOperations/index.vue
+2
-2
index.vue
src/components/VueQuillEditor/index.vue
+1
-1
index.js
src/utils/index.js
+0
-1
InfoEditDialog.vue
src/views/culturalRelic/components/InfoEditDialog.vue
+4
-0
index.vue
src/views/culturalRelic/index.vue
+2
-6
BlueStyle.vue
src/views/display/components/templates/BlueStyle.vue
+0
-1
index.vue
src/views/display/index.vue
+0
-4
没有找到文件。
src/components/ReaderOperations/index.vue
浏览文件 @
cee9e8a5
...
...
@@ -9,7 +9,7 @@
color: loveCountStatus ? selectColor : '#61666d',
}"
>
</svg-icon>
<span>
{{
formatNum
(
loveCount
)
}}
</span>
<span>
{{
formatNum
(
loveCount
)
?
formatNum
(
loveCount
):
'点赞'
}}
</span>
</span>
<span
class=
"operation-item"
v-if=
"collect"
>
<svg-icon
...
...
@@ -92,7 +92,7 @@ export default {
},
iconSize
:
{
type
:
[
Number
,
String
],
default
:
32
,
default
:
40
,
},
selectColor
:
{
type
:
String
,
...
...
src/components/VueQuillEditor/index.vue
浏览文件 @
cee9e8a5
...
...
@@ -52,7 +52,7 @@ export default {
[{
font
:
[]
}],
// 字体种类-----[{ font: [] }]
[{
align
:
[]
}],
// 对齐方式-----[{ align: [] }]
[
"clean"
],
// 清除文本格式-----['clean']
// ["image", "video
"], // 链接、图片、视频-----['link', 'image', 'video']
[
"image
"
],
// 链接、图片、视频-----['link', 'image', 'video']
];
return
{
content
:
this
.
value
,
//内容
...
...
src/utils/index.js
浏览文件 @
cee9e8a5
...
...
@@ -187,7 +187,6 @@ export function getFullUrl(url) {
*/
export
function
formatNum
(
num
)
{
num
=
Number
(
num
);
console
.
log
(
num
);
if
(
num
==
0
)
{
return
num
+
''
;
}
else
...
...
src/views/culturalRelic/components/InfoEditDialog.vue
浏览文件 @
cee9e8a5
...
...
@@ -420,6 +420,10 @@ export default {
// 取消编辑
cancelForm
()
{
this
.
$emit
(
"handleClose"
);
//TODO:如果正在编辑需要处理正在编辑
if
(
this
.
loading
)
{
this
.
loading
=
false
;
}
this
.
reset
();
},
async
handleSubmit
()
{
...
...
src/views/culturalRelic/index.vue
浏览文件 @
cee9e8a5
...
...
@@ -466,11 +466,7 @@ export default {
// 预览图片
handelPreviewImages
(
images
)
{
this
.
imgViewerVisible
=
true
;
if
(
images
.
length
>
1
)
{
this
.
imgList
=
images
.
split
(
","
);
}
else
{
this
.
imgList
=
[
images
];
}
},
async
handleChangeStatus
(
row
)
{
const
{
status
}
=
row
;
...
...
@@ -538,9 +534,9 @@ export default {
align-items
:
center
;
justify-content
:
space-between
;
margin-bottom
:
14px
;
.tools-item
{
.tools-item
{
display
:
flex
;
&
:last-child
{
&
:last-child
{
justify-content
:
flex-end
;
}
}
...
...
src/views/display/components/templates/BlueStyle.vue
浏览文件 @
cee9e8a5
...
...
@@ -131,7 +131,6 @@
:sourceId=
"displayDetail.exhibitionId"
:title=
"displayDetail.title"
:sourceType=
"'biz_exhibition'"
:iconSize=
"24"
/>
</div>
</el-col>
...
...
src/views/display/index.vue
浏览文件 @
cee9e8a5
...
...
@@ -324,11 +324,7 @@ export default {
// 预览图片
handelPreviewImages
(
images
)
{
this
.
imgViewerVisible
=
true
;
if
(
images
.
length
>
1
)
{
this
.
imgList
=
images
.
split
(
","
);
}
else
{
this
.
imgList
=
[
images
];
}
},
handleClosePreviewDialog
()
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论