Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-business-web
Commits
a8481f89
Commit
a8481f89
authored
Aug 26, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
004373d6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
8 deletions
+10
-8
caiwu_icon_sheng.png
src/assets/data_statistics/caiwu_icon_sheng.png
+0
-0
caiwu_icon_zjiang.png
src/assets/data_statistics/caiwu_icon_zjiang.png
+0
-0
shuaixuan_icon_fanxiang.svg
src/assets/icons/svg/shuaixuan_icon_fanxiang.svg
+1
-0
article-management.vue
src/views/article-management/article-management.vue
+5
-4
increasePercentTool.vue
.../data-statistics/other-components/increasePercentTool.vue
+4
-4
No files found.
src/assets/data_statistics/caiwu_icon_sheng.png
View replaced file @
004373d6
View file @
a8481f89
262 Bytes
|
W:
|
H:
233 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/data_statistics/caiwu_icon_zjiang.png
View replaced file @
004373d6
View file @
a8481f89
260 Bytes
|
W:
|
H:
247 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/icons/svg/shuaixuan_icon_fanxiang.svg
0 → 100644
View file @
a8481f89
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"12"
height=
"12"
viewBox=
"0 0 12 12"
><defs><style>
.a{fill:none;}.b{isolation:isolate;clip-path:url(#a);}.c{fill:#333;}
</style><clipPath
id=
"a"
><rect
class=
"a"
x=
"1"
y=
"1"
width=
"12"
height=
"12"
/></clipPath></defs><g
class=
"b"
transform=
"translate(-1 -1)"
><path
class=
"c"
d=
"M175.909,220.487l3.792,3.686-.852.828-5.247-5.1,5.247-5.1.852.828-3.792,3.686H185.6v1.171Z"
transform=
"translate(-172.602 -212.901)"
/></g></svg>
\ No newline at end of file
src/views/article-management/article-management.vue
View file @
a8481f89
...
...
@@ -70,16 +70,17 @@
<!--反向选择-->
<el-button
v-hasPermi=
"['system:manage:export']"
class=
"fourWordsBtn"
icon=
"el-icon-back"
class=
"fourWordswhiteBtn"
size=
"mini"
@
click=
"reverseSelect"
>
反向选择
>
<svg-icon
icon-class=
"shuaixuan_icon_fanxiang"
/>
反向选择
</el-button>
<!--批量导出-->
<el-button
v-hasPermi=
"['system:pets:export']"
class=
"fourWordsBtn"
class=
"fourWords
white
Btn"
size=
"mini"
:loading=
"exportLoading"
@
click=
"handleExport"
...
...
src/views/data-statistics/other-components/increasePercentTool.vue
View file @
a8481f89
<
template
>
<div>
<div
v-if=
"value >= 0"
class=
"upPercentDiv"
>
+
{{
value
||
0
}}
%
<img
src=
"../../../assets/data_statistics/caiwu_icon_sheng.png"
height=
"12"
width=
"8"
>
<span
v-if=
"value > 0"
>
+
</span>
{{
value
||
0.0
}}
%
<img
v-if=
"value > 0"
src=
"../../../assets/data_statistics/caiwu_icon_sheng.png"
height=
"12"
width=
"8"
>
</div>
<div
v-else
class=
"downPercentDiv"
>
{{
value
||
0
}}
%
<img
src=
"../../../assets/data_statistics/caiwu_icon_zjiang.png"
height=
"12"
width=
"8"
>
{{
value
||
0
.0
}}
%
<img
src=
"../../../assets/data_statistics/caiwu_icon_zjiang.png"
height=
"12"
width=
"8"
>
</div>
</div>
</
template
>
...
...
@@ -30,7 +30,7 @@ export default {
font-size
:
12px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
color
:
#
5FB54B
;
color
:
#
DB4747
;
text-align
:
right
;
}
.downPercentDiv
{
...
...
@@ -38,7 +38,7 @@ export default {
font-size
:
12px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
bold
;
color
:
#
DB4747
;
color
:
#
5FB54B
;
text-align
:
right
;
}
</
style
>
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