Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
63e7b1d3
Commit
63e7b1d3
authored
Aug 09, 2022
by
shaojiawen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:UI
parent
839f33a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
enterpriseIntergralWithhold.vue
src/components/wechatmembers/enterpriseIntergralWithhold.vue
+3
-4
No files found.
src/components/wechatmembers/enterpriseIntergralWithhold.vue
View file @
63e7b1d3
...
...
@@ -11,10 +11,9 @@
:picker-options=
"pickerOptions()"
value-format=
"yyyy-MM-dd"
@
change=
"handleSearch"
>
</el-date-picker>
</div>
</div>
<div>
<el-table
:data=
"memberData"
tooltip-effect=
"dark"
ref=
"multipleTable"
max-height=
"659"
>
<el-table-column
prop=
"createTime"
label=
"时间"
min-width=
"1
57
px"
>
<el-table-column
prop=
"createTime"
label=
"时间"
min-width=
"1
30
px"
>
<template
slot-scope=
"scope"
>
<div
class=
"line-20"
>
{{
scope
.
row
.
createTime
|
formatYMD
}}
</div>
<div
class=
"line-20"
>
{{
scope
.
row
.
createTime
|
formatHMS
}}
</div>
...
...
@@ -56,7 +55,7 @@
</el-tooltip>
</
template
>
</el-table-column>
<el-table-column
prop=
"openStoreName"
label=
"积分成本主体"
min-width=
"1
8
0px"
>
<el-table-column
prop=
"openStoreName"
label=
"积分成本主体"
min-width=
"1
7
0px"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
>
<div
slot=
"content"
>
...
...
@@ -66,7 +65,7 @@
</el-tooltip>
</
template
>
</el-table-column>
<el-table-column
prop=
"intervalEffect"
label=
"备注信息"
min-width=
"1
3
0px"
>
<el-table-column
prop=
"intervalEffect"
label=
"备注信息"
min-width=
"1
4
0px"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
placement=
"top"
>
<div
slot=
"content"
>
...
...
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