Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
ka-op-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
ka-op-ui
Commits
f0254470
Commit
f0254470
authored
Sep 24, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
渠道增加搜索条件:渠道名称
parent
393725c0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
index.vue
src/views/channel/index.vue
+1
-0
index.vue
src/views/order/index.vue
+5
-1
No files found.
src/views/channel/index.vue
View file @
f0254470
...
...
@@ -5,6 +5,7 @@
<el-select
v-permission=
"['channel']"
v-model=
"listQuery.channelId"
placeholder=
"渠道"
clearable
style=
"width: 200px"
class=
"filter-item"
>
<el-option
v-for=
"item in channels"
:key=
"item.channelId"
:label=
"item.channelName"
:value=
"item.channelId"
/>
</el-select>
<el-input
v-permission=
"['admin']"
v-model=
"listQuery.channelName"
placeholder=
"渠道名称"
clearable
style=
"width: 200px;"
class=
"filter-item"
@
keyup.enter.native=
"getChannels"
/>
<el-button
class=
"filter-item"
type=
"primary"
icon=
"el-icon-search"
@
click=
"getChannels"
>
查询
</el-button>
<el-button
v-permission=
"['admin']"
:disabled=
"!createBool"
class=
"filter-item"
style=
"margin-left: 10px;"
type=
"primary"
icon=
"el-icon-edit"
@
click=
"handleCreate"
>
添加
</el-button>
</div>
...
...
src/views/order/index.vue
View file @
f0254470
...
...
@@ -68,7 +68,7 @@
<el-table-column
label=
"重试次数"
prop=
"retryTimes"
align=
"center"
/>
<el-table-column
label=
"失败原因"
prop=
"failCode"
align=
"center"
/>
<el-table-column
label=
"是否活跃"
prop=
"isActive"
align=
"center"
/>
<el-table-column
label=
"其他数据"
prop=
"exdata"
align=
"center"
/>
<el-table-column
show-overflow-tooltip
label=
"其他数据"
prop=
"exdata"
align=
"center"
/>
<el-table-column
label=
"通知结果"
prop=
"tableName"
align=
"center"
/>
<el-table-column
label=
"创建时间"
prop=
"createdAt"
align=
"center"
/>
<el-table-column
label=
"修改时间"
prop=
"updatedAt"
align=
"center"
/>
...
...
@@ -347,3 +347,7 @@ export default {
}
}
</
script
>
<
style
lang=
"scss"
>
.el-tooltip__popper
{
max-width
:
50%
}
</
style
>
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