Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
chehuidong
saas-manage
Commits
424df567
Commit
424df567
authored
Mar 20, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加字段
parent
7964a627
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
src/views/operation/exceptionMessage.vue
+27
-0
No files found.
src/views/operation/exceptionMessage.vue
View file @
424df567
...
...
@@ -20,6 +20,22 @@
v-model
.
trim=
"searchForm.route"
placeholder=
"请输入route"
></el-input>
</el-form-item>
<el-form-item
label=
"消息id"
>
<el-input
size=
"small"
style=
"width: 160px"
clearable
v-model
.
trim=
"searchForm.messageId"
placeholder=
"请输入消息id"
></el-input>
</el-form-item>
<el-form-item
label=
"namespace"
>
<el-input
size=
"small"
style=
"width: 160px"
clearable
v-model
.
trim=
"searchForm.namespace"
placeholder=
"请输入namespace"
></el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
...
...
@@ -109,6 +125,15 @@ export default {
label
:
'route'
,
key
:
'route'
},
{
label
:
'消息id'
,
key
:
'messageId'
},
{
label
:
'namespace'
,
key
:
'namespace'
},
{
label
:
'发送状态'
,
key
:
'statusStr'
...
...
@@ -193,6 +218,8 @@ export default {
currentPage
:
this
.
currentPage
,
pageSize
:
this
.
pageSize
,
route
:
this
.
searchForm
.
route
,
namespace
:
this
.
searchForm
.
namespace
,
messageId
:
this
.
searchForm
.
messageId
,
startTime
:
this
.
period
&&
this
.
period
[
0
],
endTime
:
this
.
period
&&
this
.
period
[
1
]
}
...
...
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