|
@@ -206,7 +206,7 @@
|
|
|
"
|
|
|
>
|
|
|
<td class="JR_right" height="70">{{ items.dateline }}</td>
|
|
|
- <td colspan="9" v-html="items.contents+(items.organizer)"></td>
|
|
|
+ <td style="text-align: left" colspan="9" v-html="items.startTime + '-' + items.endTime + items.contents+'(组织人:' + items.organizer + ')'"></td>
|
|
|
<td class="JR_right" height="70">{{ items.shouldArrive }}</td>
|
|
|
<td class="JR_right" height="70">{{ items.realTo }}</td>
|
|
|
<td class="JR_right" height="70">{{ items.percentage }}</td>
|
|
@@ -844,8 +844,9 @@ export default {
|
|
|
return 3;
|
|
|
},
|
|
|
xunlian(){
|
|
|
+
|
|
|
+ console.log(this.message)
|
|
|
if (this.message.weekworkRegisters.length > 4){
|
|
|
- console.log(123456789);
|
|
|
this.number += (this.message.weekworkRegisters.length - 4)
|
|
|
}
|
|
|
},
|