Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
shun peng
/
lufa-ai
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2a8229c8
authored
Jun 18, 2026
by
pengshun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: new file add
parent
76bc1ab7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
9 deletions
+15
-9
.DS_Store
+0
-0
yudao-ui-admin-vue3/.DS_Store
+0
-0
yudao-ui-admin-vue3/src/types/auto-components.d.ts
+0
-3
yudao-ui-admin-vue3/src/views/ai/chat_analysis/summary/index.vue
+15
-6
No files found.
.DS_Store
View file @
2a8229c8
No preview for this file type
yudao-ui-admin-vue3/.DS_Store
View file @
2a8229c8
No preview for this file type
yudao-ui-admin-vue3/src/types/auto-components.d.ts
View file @
2a8229c8
...
@@ -10,8 +10,6 @@ declare module 'vue' {
...
@@ -10,8 +10,6 @@ declare module 'vue' {
AddNode
:
typeof
import
(
'./../components/SimpleProcessDesigner/src/addNode.vue'
)[
'default'
]
AddNode
:
typeof
import
(
'./../components/SimpleProcessDesigner/src/addNode.vue'
)[
'default'
]
AppLinkInput
:
typeof
import
(
'./../components/AppLinkInput/index.vue'
)[
'default'
]
AppLinkInput
:
typeof
import
(
'./../components/AppLinkInput/index.vue'
)[
'default'
]
AppLinkSelectDialog
:
typeof
import
(
'./../components/AppLinkInput/AppLinkSelectDialog.vue'
)[
'default'
]
AppLinkSelectDialog
:
typeof
import
(
'./../components/AppLinkInput/AppLinkSelectDialog.vue'
)[
'default'
]
'AutoComponents.d'
:
typeof
import
(
'./auto-components.d.ts'
)[
'default'
]
'AutoImports.d'
:
typeof
import
(
'./auto-imports.d.ts'
)[
'default'
]
Backtop
:
typeof
import
(
'./../components/Backtop/src/Backtop.vue'
)[
'default'
]
Backtop
:
typeof
import
(
'./../components/Backtop/src/Backtop.vue'
)[
'default'
]
CardTitle
:
typeof
import
(
'./../components/Card/src/CardTitle.vue'
)[
'default'
]
CardTitle
:
typeof
import
(
'./../components/Card/src/CardTitle.vue'
)[
'default'
]
ColorInput
:
typeof
import
(
'./../components/ColorInput/index.vue'
)[
'default'
]
ColorInput
:
typeof
import
(
'./../components/ColorInput/index.vue'
)[
'default'
]
...
@@ -31,7 +29,6 @@ declare module 'vue' {
...
@@ -31,7 +29,6 @@ declare module 'vue' {
Dialog
:
typeof
import
(
'./../components/Dialog/src/Dialog.vue'
)[
'default'
]
Dialog
:
typeof
import
(
'./../components/Dialog/src/Dialog.vue'
)[
'default'
]
DictSelect
:
typeof
import
(
'./../components/FormCreate/src/components/DictSelect.vue'
)[
'default'
]
DictSelect
:
typeof
import
(
'./../components/FormCreate/src/components/DictSelect.vue'
)[
'default'
]
DictTag
:
typeof
import
(
'./../components/DictTag/src/DictTag.vue'
)[
'default'
]
DictTag
:
typeof
import
(
'./../components/DictTag/src/DictTag.vue'
)[
'default'
]
Dist
:
typeof
import
(
'./../../dist.zip'
)[
'default'
]
DiyEditor
:
typeof
import
(
'./../components/DiyEditor/index.vue'
)[
'default'
]
DiyEditor
:
typeof
import
(
'./../components/DiyEditor/index.vue'
)[
'default'
]
DocAlert
:
typeof
import
(
'./../components/DocAlert/index.vue'
)[
'default'
]
DocAlert
:
typeof
import
(
'./../components/DocAlert/index.vue'
)[
'default'
]
Draggable
:
typeof
import
(
'./../components/Draggable/index.vue'
)[
'default'
]
Draggable
:
typeof
import
(
'./../components/Draggable/index.vue'
)[
'default'
]
...
...
yudao-ui-admin-vue3/src/views/ai/chat_analysis/summary/index.vue
View file @
2a8229c8
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
clearable
clearable
class=
"!w-240px"
class=
"!w-240px"
>
>
<el-option
label=
"
未
处理"
:value=
"0"
/>
<el-option
label=
"
待
处理"
:value=
"0"
/>
<el-option
label=
"已处理"
:value=
"1"
/>
<el-option
label=
"已处理"
:value=
"1"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -49,19 +49,28 @@
...
@@ -49,19 +49,28 @@
:stripe=
"true"
:stripe=
"true"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
>
>
<el-table-column
label=
"编号"
align=
"center"
prop=
"id"
width=
"100px"
/>
<!--
<el-table-column
label=
"编号"
align=
"center"
prop=
"id"
width=
"100px"
/>
-->
<el-table-column
label=
"序号"
align=
"center"
type=
"index"
width=
"100px"
/>
<el-table-column
label=
"分类"
align=
"center"
prop=
"type"
min-width=
"120px"
/>
<el-table-column
label=
"分类"
align=
"center"
prop=
"type"
min-width=
"120px"
/>
<el-table-column
label=
"建议内容"
align=
"left"
prop=
"summary"
min-width=
"300px"
>
<el-table-column
label=
"建议内容"
align=
"left"
prop=
"summary"
min-width=
"300px"
>
<template
#
default=
"scope"
>
<template
#
default=
"scope"
>
<div
class=
"summary-content"
>
{{
scope
.
row
.
summary
||
'-'
}}
</div>
<div
class=
"summary-content"
>
{{
scope
.
row
.
summary
||
'-'
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"状态"
align=
"center"
prop=
"status"
width=
"100px"
>
<!-- 新增:状态标签列 -->
<el-table-column
label=
"状态"
align=
"center"
width=
"100px"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<el-switch
<el-tag
:type=
"scope.row.status === 1 ? 'success' : 'warning'"
>
{{
scope
.
row
.
status
===
1
?
'已处理'
:
'待处理'
}}
</el-tag>
</
template
>
</el-table-column>
<el-table-column
label=
"是否已修改"
align=
"center"
prop=
"status"
width=
"100px"
>
<
template
#
default=
"scope"
>
<el-checkbox
v-model=
"scope.row.status"
v-model=
"scope.row.status"
:
activ
e-value=
"1"
:
tru
e-value=
"1"
:
inactiv
e-value=
"0"
:
fals
e-value=
"0"
@
change=
"handleStatusChange(scope.row, $event)"
@
change=
"handleStatusChange(scope.row, $event)"
/>
/>
</
template
>
</
template
>
...
...
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