Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dizhen-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
dizhen-ui
Commits
0e72c156
Commit
0e72c156
authored
Nov 10, 2025
by
cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd
parent
2a736a55
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
src/views/hyjyxx/hyjyxx/detail.vue
+12
-1
src/views/ysqqXmxx/ysgc/index2.vue
+0
-0
No files found.
src/views/hyjyxx/hyjyxx/detail.vue
View file @
0e72c156
...
@@ -71,6 +71,7 @@
...
@@ -71,6 +71,7 @@
<div
<div
style=
"display:flex; align-items:center; justify-content: space-between; margin-bottom: 12px;"
>
style=
"display:flex; align-items:center; justify-content: space-between; margin-bottom: 12px;"
>
<div
style=
"font-weight: 600;"
>
纪要
</div>
<div
style=
"font-weight: 600;"
>
纪要
</div>
<el-button
type=
"primary"
size=
"small"
icon=
"el-icon-download"
@
click=
"handleExportHyjy"
>
导出
</el-button>
</div>
</div>
<div
class=
"summary"
v-html=
"detail.hyjy"
></div>
<div
class=
"summary"
v-html=
"detail.hyjy"
></div>
</el-card>
</el-card>
...
@@ -327,7 +328,17 @@ export default {
...
@@ -327,7 +328,17 @@ export default {
this
.
$message
.
warning
(
'缺少会议ID'
)
this
.
$message
.
warning
(
'缺少会议ID'
)
return
return
}
}
download
(
'hyjyxx/hyjyxx/exportWord_YY'
,
{
id
:
this
.
id
},
`会议转录文本_
${
this
.
detail
.
ypwjName
||
this
.
id
}
_
${
new
Date
().
getTime
()}
.docx`
)
download
(
'hyjyxx/hyjyxx/exportWord_YY'
,
{
id
:
this
.
id
},
`
${
this
.
detail
.
hymc
+
'转录文本'
}
.docx`
)
},
/**
* 导出Word(转录文本)
*/
handleExportHyjy
()
{
if
(
!
this
.
id
)
{
this
.
$message
.
warning
(
'缺少会议ID'
)
return
}
download
(
'/hyjyxx/hyjyxx/exportWord_JY'
,
{
id
:
this
.
id
},
`
${
this
.
detail
.
hymc
+
'会议纪要'
}
.docx`
)
}
}
}
}
}
}
...
...
src/views/ysqqXmxx/ysgc/index2.vue
View file @
0e72c156
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment