Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
32803e52
提交
32803e52
authored
3月 26, 2026
作者:
安云鹏
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ceshi
上级
58dd1d06
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
33 行增加
和
3 行删除
+33
-3
WrittingMessage.vue
src/views/writtingAsstaint/components/WrittingMessage.vue
+32
-1
index.vue
src/views/writtingAsstaint/index.vue
+1
-2
没有找到文件。
src/views/writtingAsstaint/components/WrittingMessage.vue
浏览文件 @
32803e52
<
template
>
<
template
>
<div
>
<div
style=
"width: 100%; display: flex;justify-content: center;align-items: stretch;"
>
<!-- 右侧子组件:绑定ref -->
<!-- 右侧子组件:绑定ref -->
<writtingMainBox
v-show=
"!!store.reportContent"
:report-content=
"store.reportContent"
/>
<writtingMainBox
v-show=
"!!store.reportContent"
:report-content=
"store.reportContent"
/>
<div
v-if=
"!store.reportContent"
class=
"main-placeholder"
>
<img
src=
"../assets/images/container-image.png"
alt=
"无数据占位图"
/>
<div
class=
"placeholder-text"
>
<div>
智能体写报任务执行中...
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -17,5 +24,28 @@ const mainBoxRef = ref(null); // 右侧子组件ref
...
@@ -17,5 +24,28 @@ const mainBoxRef = ref(null); // 右侧子组件ref
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.main-placeholder
{
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
gap
:
16px
;
background
:
#f7f8f9
;
img
{
max-width
:
100%
;
max-height
:
80%
;
object-fit
:
contain
;
display
:
block
;
}
.placeholder-text
{
color
:
rgba
(
132
,
136
,
142
,
1
);
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
24px
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/writtingAsstaint/index.vue
浏览文件 @
32803e52
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<!-- 左侧子组件:绑定ref -->
<!-- 左侧子组件:绑定ref -->
<!--
<writtingleftBox
ref=
"leftBoxRef"
@
generate=
"handleGenerate"
/>
-->
<!--
<writtingleftBox
ref=
"leftBoxRef"
@
generate=
"handleGenerate"
/>
-->
<WrittingLeftBox
ref=
"leftBoxRef"
/>
<WrittingLeftBox
ref=
"leftBoxRef"
/>
{{
store
.
isShowClauseTranslation
}}
-
{{
store
.
isGenerating
}}
<!-- 翻译 -->
<!-- 翻译 -->
<WrittingTranslate
v-if=
"store.isShowClauseTranslation&&store.headerTabType=='translate'"
></WrittingTranslate>
<WrittingTranslate
v-if=
"store.isShowClauseTranslation&&store.headerTabType=='translate'"
></WrittingTranslate>
<!-- 思维导图 " -->
<!-- 思维导图 " -->
...
@@ -43,7 +43,6 @@
...
@@ -43,7 +43,6 @@
<WrittingMessage
v-else-if=
"store.isShowClauseTranslation&&store.headerTabType=='message'"
></WrittingMessage>
<WrittingMessage
v-else-if=
"store.isShowClauseTranslation&&store.headerTabType=='message'"
></WrittingMessage>
<!-- 无数据时显示占位图 -->
<!-- 无数据时显示占位图 -->
<div
v-else
class=
"main-placeholder"
>
<div
v-else
class=
"main-placeholder"
>
<img
src=
"./assets/images/container-image.png"
alt=
"无数据占位图"
/>
<img
src=
"./assets/images/container-image.png"
alt=
"无数据占位图"
/>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论