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
8fd6a4fa
Commit
8fd6a4fa
authored
Jul 24, 2019
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量积分导入-样式修改
parent
b4baef4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
21 deletions
+22
-21
bulkIntegral.vue
src/components/wechatmembers/bulkIntegral.vue
+18
-18
bulkLogsDetail.vue
src/components/wechatmembers/bulkLogsDetail.vue
+4
-3
No files found.
src/components/wechatmembers/bulkIntegral.vue
View file @
8fd6a4fa
<
template
>
<div
id
=
"bulkIntegral"
>
<div
class
=
"bulkIntegral"
>
<nav-path
:navpath=
"navpath"
></nav-path>
<div
class=
"content"
>
<div
class=
"contentInfo"
>
...
...
@@ -95,8 +95,8 @@
:total=
"page.totalCount"
>
</el-pagination>
</div>
<vue-gic-footer></vue-gic-footer>
</div>
<vue-gic-footer></vue-gic-footer>
<!-- 新建导入 -->
<el-dialog
...
...
@@ -199,7 +199,7 @@
import
{
doFetch
,
doFetchqs
}
from
"../../components/axios/api"
;
import
NavPath
from
"@/common/navbar/navbar.vue"
;
import
url
from
"../../components/axios/url"
;
import
XLSX
from
'xlsx'
;
//
import XLSX from 'xlsx';
import
{
checkFalse
,
checkStatus
,
...
...
@@ -457,9 +457,9 @@ export default {
}
}
</
script
>
<
style
lang=
"s
tylu
s"
scoped
>
#
bulkIntegral
{
//
height
:
100%
;
<
style
lang=
"s
cs
s"
scoped
>
.
bulkIntegral
{
height
:
100%
;
.el-table{
width
:
99.9%
;
}
...
...
@@ -467,17 +467,17 @@ export default {
padding
:
22px
24px
;
.contentInfo
{
padding
:
24px
;
background-color
#fff;
background-color
:
#fff
;
.flex
{
padding-bottom
:
22px
;
}
>>>
.el-table
th
>
.cell
{
/
deep
/
.el-table
th
>
.cell
{
font-weight
:
700
;
color
:
#303133
;
}
}
}
>>>
.el-dialog__footer
{
/
deep
/
.el-dialog__footer
{
border
:
none
;
}
.importBox
{
...
...
@@ -491,7 +491,7 @@ export default {
border-top
:
1px
solid
#E4E7ED
;
color
:
#909399
;
h3
{
font-weight
normal;
font-weight
:
normal
;
font-size
:
14px
;
margin-bottom
:
10px
;
}
...
...
@@ -505,29 +505,29 @@ export default {
font-size
:
47px
;
}
.successHeader
{
text-align
center;
text-align
:
center
;
color
:
#303133
;
font-size
:
16px
;
line-height
:
39px
;
}
.successCon
{
text-align
center;
text-align
:
center
;
color
:
#606266
;
font-size
:
12px
;
}
.member-wechat-timer
{
width
20px;
height
20px;
width
:
20px
;
height
:
20px
;
font-size
:
10px
;
line-height
:
20px
;
padding
:
0
;
}
.dialogSuccess
>>>
.el-dialog__footer
{
text-align
center;
.dialogSuccess
/
deep
/
.el-dialog__footer
{
text-align
:
center
;
padding-bottom
:
22px
;
}
>>>
.el-pagination
{
text-align
right;
/
deep
/
.el-pagination
{
text-align
:
right
;
margin
:
20px
0
40px
;
}
}
...
...
src/components/wechatmembers/bulkLogsDetail.vue
View file @
8fd6a4fa
...
...
@@ -30,14 +30,14 @@
prop=
"address"
label=
"成本主体"
>
<template
slot-scope=
"
{ row }">
{{
operation
||
'——
'
}}
{{
row
.
costStoreName
||
'--
'
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"remark"
label=
"原因备注"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
remark
||
'
——
'
}}
{{
row
.
remark
||
'
--
'
}}
</
template
>
</el-table-column>
</el-table>
...
...
@@ -55,8 +55,8 @@
:total=
"page.totalCount"
>
</el-pagination>
</div>
<vue-gic-footer></vue-gic-footer>
</div>
<vue-gic-footer></vue-gic-footer>
</div>
</template>
<
script
>
...
...
@@ -144,6 +144,7 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
#bulkLogsDetail
{
height
:
100%
;
.el-table{
width
:
99.9%
;
}
...
...
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