Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-admin
Commits
c8205b41
Commit
c8205b41
authored
Dec 20, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [18466] 营销操作日志列表修改rowkey
parent
705cfece
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
index.tsx
src/pages/systemManage/operationLog/index.tsx
+3
-1
schema.ts
src/pages/systemManage/operationLog/schema.ts
+8
-0
No files found.
src/pages/systemManage/operationLog/index.tsx
View file @
c8205b41
...
...
@@ -281,7 +281,9 @@ const OperationLog: React.FC = () => {
key=
{
_tableKey
}
currentRef=
{
ref
}
columns=
{
_columns
}
tableProps=
{
{
rowKey
:
'id'
}
}
tableProps=
{
{
rowKey
:
(
record
)
=>
{
return
`${record[_actionKey]}_${(record?.operateTime || record?.createTime)}_${record?.status || record?.statusName}`
;
}
}
}
fetchTableData=
{
(
params
)
=>
fetchTableData
(
params
)
}
formilyLayouts=
{
{
justify
:
'space-between'
...
...
src/pages/systemManage/operationLog/schema.ts
View file @
c8205b41
...
...
@@ -15,6 +15,7 @@ export const schema_1: ISchema = {
'x-component-props'
:
{
placeholder
:
'搜索'
,
align
:
'flex-left'
,
allowClear
:
true
,
},
},
[
FORM_FILTER_PATH
]:
{
...
...
@@ -68,6 +69,7 @@ export const schema_2: ISchema = {
'x-component-props'
:
{
placeholder
:
'搜索'
,
align
:
'flex-left'
,
allowClear
:
true
,
},
},
[
FORM_FILTER_PATH
]:
{
...
...
@@ -121,6 +123,7 @@ export const schema_3: ISchema = {
'x-component-props'
:
{
placeholder
:
'搜索'
,
align
:
'flex-left'
,
allowClear
:
true
,
},
},
[
FORM_FILTER_PATH
]:
{
...
...
@@ -174,6 +177,7 @@ export const schema_4: ISchema = {
'x-component-props'
:
{
placeholder
:
'搜索'
,
align
:
'flex-left'
,
allowClear
:
true
,
},
},
[
FORM_FILTER_PATH
]:
{
...
...
@@ -227,6 +231,7 @@ export const schema_5: ISchema = {
'x-component-props'
:
{
placeholder
:
'搜索'
,
align
:
'flex-left'
,
allowClear
:
true
,
},
},
[
FORM_FILTER_PATH
]:
{
...
...
@@ -281,6 +286,7 @@ export const schema_6 = searchName => {
'x-component-props'
:
{
placeholder
:
'搜索'
,
align
:
'flex-left'
,
allowClear
:
true
,
},
},
[
FORM_FILTER_PATH
]:
{
...
...
@@ -335,6 +341,7 @@ export const schema_7: ISchema = {
'x-component-props'
:
{
placeholder
:
'搜索'
,
align
:
'flex-left'
,
allowClear
:
true
,
},
},
[
FORM_FILTER_PATH
]:
{
...
...
@@ -388,6 +395,7 @@ export const schema_8: ISchema = {
'x-component-props'
:
{
placeholder
:
'搜索'
,
align
:
'flex-left'
,
allowClear
:
true
,
},
},
[
FORM_FILTER_PATH
]:
{
...
...
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