Commit 202c6c1c2f67fd0b038ee96944f058649ecdc2b8

Authored by hh
1 parent 1375d3d1

进度看板

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