Commit e15959992439ba7ae4caff670ab9ea72576d915c

Authored by 陈翱
2 parents c27deebc 32c92352

Merge remote-tracking branch 'origin/develop' into develop

src/views/scheduler/progressRate.vue
... ... @@ -109,13 +109,13 @@ let options = {
109 109 value: "id",
110 110 width: 50
111 111 },
112   - // {
113   - // id: 2,
114   - // label: "项目名称",
115   - // value: "projectName",
116   - // width: 150,
117   - // expander: true
118   - // },
  112 + {
  113 + id: 2,
  114 + label: "项目名称",
  115 + value: "projectName",
  116 + width: 150,
  117 + expander: true
  118 + },
119 119 // {
120 120 // id: 3,
121 121 // label: "项目编码",
... ... @@ -187,30 +187,6 @@ let options = {
187 187 },
188 188 };
189 189  
190   -let doingStyle = {
191   - base: {
192   - fill: '#BFEFFF',
193   - stroke: '#BFEFFF'
194   - }
195   -}
196   -let warnStyle = {
197   - base: {
198   - fill: '#FF6A6A',
199   - stroke: '#FF6A6A'
200   - }
201   -}
202   -let finishStyle = {
203   - base: {
204   - fill: '#C1FFC1',
205   - stroke: '#C1FFC1'
206   - }
207   -}
208   -let cancelStyle = {
209   - base: {
210   - fill: '#BABABA',
211   - stroke: '#BABABA'
212   - }
213   -}
214 190  
215 191 export default {
216 192 name: 'progressRate',
... ...