Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
8fa8db1e
Commit
8fa8db1e
authored
Jun 15, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
d806c6a5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
703 additions
and
20 deletions
+703
-20
App.vue
src/App.vue
+1
-1
ElectricalProfits.vue
...mponents/FinancialModule/ReportForm/ElectricalProfits.vue
+1
-1
Sheepcommission.vue
src/components/FinancialModule/Sheepcommission.vue
+1
-1
WebSiteConfig.vue
src/components/WebSet/WebSiteConfig.vue
+700
-17
No files found.
src/App.vue
View file @
8fa8db1e
...
...
@@ -173,7 +173,7 @@ export default {
}
</
script
>
<
style
>
@import
"//at.alicdn.com/t/font_635492_
pnkqfvbvc4
.css"
;
@import
"//at.alicdn.com/t/font_635492_
2ir29znz8xp
.css"
;
@import
"./assets/css/Semibold.css"
;
@import
"./assets/css/global/config.css"
;
@import
"./assets/css/fileIcon.css"
;
...
...
src/components/FinancialModule/ReportForm/ElectricalProfits.vue
View file @
8fa8db1e
...
...
@@ -29,7 +29,7 @@
<th>
累计佣金
</th>
<th>
可提现佣金
</th>
<th>
待结算佣金
</th>
<th>
已
提现
佣金
</th>
<th>
已
结算
佣金
</th>
</tr>
<tr
v-for=
"(item,i) in dataList"
:key=
"i"
>
...
...
src/components/FinancialModule/Sheepcommission.vue
View file @
8fa8db1e
...
...
@@ -29,7 +29,7 @@
<th>
累计佣金
</th>
<th>
可提现佣金
</th>
<th>
待结算佣金
</th>
<th>
已
提现
佣金
</th>
<th>
已
结算
佣金
</th>
</tr>
<tr
v-for=
"(item,i) in dataList"
:key=
"i"
>
...
...
src/components/WebSet/WebSiteConfig.vue
View file @
8fa8db1e
This diff is collapsed.
Click to expand it.
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