|
@@ -80,13 +80,13 @@ export default {
|
|
|
if (item.priority == '2') {
|
|
|
priorityCode = '<span style="color:red;">紧急</span>'
|
|
|
}
|
|
|
- var list = [item.id, item.name, item.processName,item.description,item.applyer, priorityCode, item.createTime]
|
|
|
+ var list = [item.id, item.name, item.processName,item.applyer, priorityCode, item.createTime]
|
|
|
scrollData.push(list)
|
|
|
})
|
|
|
this.todoConfig = {
|
|
|
oddRowBGC: 'white',
|
|
|
evenRowBGC: 'white',
|
|
|
- columnWidth: [150, 190,190, 190, 190, 120, 300],
|
|
|
+ columnWidth: [150, 190,190, 190, 120, 300],
|
|
|
align: ['center'],
|
|
|
rowNum: 5,
|
|
|
waitTime: 9000,
|
|
@@ -120,14 +120,14 @@ export default {
|
|
|
}
|
|
|
|
|
|
// var list = [item.id, item.title, item.processName, item.description,item.currTaskName, resultCode, item.applyTime]
|
|
|
- var list = [item.id, item.processName, item.description,item.currTaskName, resultCode, item.applyTime]
|
|
|
+ var list = [item.id, item.processName,item.currTaskName, resultCode, item.applyTime]
|
|
|
scrollData.push(list)
|
|
|
})
|
|
|
this.applyConfig = {
|
|
|
oddRowBGC: 'white',
|
|
|
evenRowBGC: 'white',
|
|
|
// columnWidth: [150, 200, 200, 200, 200, 150, 300],
|
|
|
- columnWidth: [150, 200, 200, 200, 120, 300],
|
|
|
+ columnWidth: [150, 200, 200, 120, 300],
|
|
|
align: ['center'],
|
|
|
rowNum: 5,
|
|
|
waitTime: 2000,
|
|
@@ -154,13 +154,13 @@ export default {
|
|
|
reallyResult = item.deleteReason
|
|
|
}
|
|
|
|
|
|
- var list = [item.id, item.name, item.processName, item.description,item.applyer, reallyResult, item.createTime]
|
|
|
+ var list = [item.id, item.name, item.processName,item.applyer, reallyResult, item.createTime]
|
|
|
scrollData.push(list)
|
|
|
})
|
|
|
this.doneConfig = {
|
|
|
oddRowBGC: 'white',
|
|
|
evenRowBGC: 'white',
|
|
|
- columnWidth: [150, 200, 200, 200, 150, 150, 300],
|
|
|
+ columnWidth: [150, 200, 200, 150, 150, 300],
|
|
|
align: ['center'],
|
|
|
rowNum: 5,
|
|
|
waitTime: 2000,
|