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
2f48c420
Commit
2f48c420
authored
Nov 30, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改按钮显示
parent
b523d55e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
perfect-day-target.vue
src/views/apps/target-manage/perfect-day-target.vue
+3
-2
No files found.
src/views/apps/target-manage/perfect-day-target.vue
View file @
2f48c420
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-11-12 10:47:17
* @Date: 2020-11-12 10:47:17
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-11-
27 15:28:02
* @LastEditTime: 2020-11-
30 11:06:29
-->
-->
<
template
>
<
template
>
<div
class=
"common-app-right"
style=
"padding: 20px 0;color: #303133"
>
<div
class=
"common-app-right"
style=
"padding: 20px 0;color: #303133"
>
...
@@ -33,7 +33,8 @@
...
@@ -33,7 +33,8 @@
<div
class=
"target-title"
>
<div
class=
"target-title"
>
<span>
{{
form
.
date
[
0
]
}}
年
{{
form
.
date
[
1
]
}}
月
</span>
<span>
{{
form
.
date
[
0
]
}}
年
{{
form
.
date
[
1
]
}}
月
</span>
<el-button
v-if=
"form.flag == false && form.performanceSubType == 1"
type=
"text"
@
click=
"setDefault"
:disabled=
"disableSetting"
>
设置默认日权重
</el-button>
<!-- 权重编辑时显示 -->
<el-button
v-if=
"form.flag == true && form.performanceSubType == 1"
type=
"text"
@
click=
"setDefault"
:disabled=
"disableSetting"
>
设置默认日权重
</el-button>
</div>
</div>
<div
class=
"target-table"
>
<div
class=
"target-table"
>
...
...
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