Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
93f81bf9
Commit
93f81bf9
authored
Dec 01, 2020
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 文案修改
parent
e3190b2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
MonthTarget.vue
src/views/apps/target-manage/MonthTarget.vue
+9
-1
edit-store-quota.vue
src/views/apps/target-manage/edit-store-quota.vue
+1
-0
No files found.
src/views/apps/target-manage/MonthTarget.vue
View file @
93f81bf9
...
...
@@ -2,7 +2,7 @@
<div
id=
"month-target"
>
<div
class=
"target-box"
v-for=
"item in tableData"
:key=
"item.num"
>
<header>
{{
item
.
head
}}
</header>
<div
:class=
"
{ content: true, red: isTrue(item) }">
<div
:class=
"
{ content: true, red: isTrue(item)
, noIcon
}">
<span
v-if=
"isBatch && (isPreMonth(item) || isLastThree(item.num))"
>
无需设置
</span>
<el-input-number
v-else
...
...
@@ -54,6 +54,10 @@ export default {
isPrecision
:
{
// 小数点
type
:
Boolean
,
default
:
false
},
noIcon
:
{
// 不要¥
type
:
Boolean
,
default
:
false
}
},
data
()
{
...
...
@@ -165,5 +169,8 @@ export default {
padding-left
:
30px
;
}
}
.noIcon
.el-input-number
::before
{
content
:
''
;
}
}
</
style
>
\ No newline at end of file
src/views/apps/target-manage/edit-store-quota.vue
View file @
93f81bf9
...
...
@@ -70,6 +70,7 @@
:is-batch=
"edit === '2'"
:year=
"form.performanceYear"
:data=
"addMemberCallback"
no-icon
@
change=
"val => monthTargetChange(val, 'addMemberVal')"
/>
</el-form-item>
...
...
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