Commit 202c6c1c2f67fd0b038ee96944f058649ecdc2b8
1 parent
1375d3d1
进度看板
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/scheduler/progressRateCopy.vue
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | 6 | ||
7 | <a-col :md="4" :sm="24"> | 7 | <a-col :md="4" :sm="24"> |
8 | <a-form-item> | 8 | <a-form-item> |
9 | - <a-input v-model="queryParam.keyword" placeholder="关键字" /> | 9 | + <a-input v-model="queryParam.keyword" placeholder="请输入工作令" /> |
10 | </a-form-item> | 10 | </a-form-item> |
11 | </a-col> | 11 | </a-col> |
12 | <a-col :md="6" :sm="24"> | 12 | <a-col :md="6" :sm="24"> |
@@ -99,7 +99,7 @@ let options = { | @@ -99,7 +99,7 @@ let options = { | ||
99 | maxRows: 100, | 99 | maxRows: 100, |
100 | maxHeight: 500, | 100 | maxHeight: 500, |
101 | title: { | 101 | title: { |
102 | - label: "生产进度看板", | 102 | + label: "进度看板", |
103 | html: false | 103 | html: false |
104 | }, | 104 | }, |
105 | row: { | 105 | row: { |
@@ -201,7 +201,7 @@ let cancelStyle = { | @@ -201,7 +201,7 @@ let cancelStyle = { | ||
201 | } | 201 | } |
202 | 202 | ||
203 | export default { | 203 | export default { |
204 | - name: 'ProjectRate', | 204 | + name: 'progressRateCopy', |
205 | components: { | 205 | components: { |
206 | GanttElastic, | 206 | GanttElastic, |
207 | GanttHeader | 207 | GanttHeader |