Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
c6ad3e25
Commit
c6ad3e25
authored
Oct 21, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:新增改为操作
parent
8b1da259
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
productTable.vue
src/components/productManage/productTable.vue
+1
-1
activityColumn.ts
src/const/columns/activityColumn.ts
+2
-2
productColumn.ts
src/const/columns/productColumn.ts
+2
-2
index.vue
src/views/Root/Activity/index.vue
+2
-2
No files found.
src/components/productManage/productTable.vue
View file @
c6ad3e25
...
...
@@ -9,7 +9,7 @@
:pagination=
"false"
@
change=
"handleChange"
>
<template
#
created
_at=
"text"
>
<template
#
update
_at=
"text"
>
{{
text
|
formatDate
}}
</
template
>
<span
slot=
"name"
slot-scope=
"text"
>
...
...
src/const/columns/activityColumn.ts
View file @
c6ad3e25
...
...
@@ -3,8 +3,8 @@ const columns:Array<column>=[
{
title
:
'操作时间'
,
align
:
'center'
,
dataIndex
:
'
created
_at'
,
scopedSlots
:
{
customRender
:
'
created
_at'
},
dataIndex
:
'
update
_at'
,
scopedSlots
:
{
customRender
:
'
update
_at'
},
},
{
title
:
'活动标题'
,
...
...
src/const/columns/productColumn.ts
View file @
c6ad3e25
...
...
@@ -2,8 +2,8 @@ export default [
{
title
:
'操作时间'
,
align
:
'center'
,
dataIndex
:
'
created
_at'
,
scopedSlots
:
{
customRender
:
'
created
_at'
},
dataIndex
:
'
update
_at'
,
scopedSlots
:
{
customRender
:
'
update
_at'
},
},
{
title
:
'产品名称'
,
...
...
src/views/Root/Activity/index.vue
View file @
c6ad3e25
...
...
@@ -8,7 +8,7 @@
style=
"width: 150px; margin-right: 10px"
/>
<!-- timepicker -->
<span
class=
"font-semibold"
>
新增
时间:
</span>
<span
class=
"font-semibold"
>
操作
时间:
</span>
<timerange
class=
"mr-3"
:startTime=
"searchPageReqParams.startTime"
...
...
@@ -32,7 +32,7 @@
:loading=
"tableLoading"
:pagination=
"false"
>
<template
#
created
_at=
"text"
>
<template
#
update
_at=
"text"
>
{{
text
|
formatDate
}}
</
template
>
<
template
#
activity_status=
"text"
>
...
...
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