|
@@ -127,8 +127,12 @@
|
|
<span v-if="user.userNameNeedTranslate != 1">{{project.reviwerName}}</span>
|
|
<span v-if="user.userNameNeedTranslate != 1">{{project.reviwerName}}</span>
|
|
<span v-else><TranslationOpenDataText type='userName' :openid='project.reviwerName'></TranslationOpenDataText></span>
|
|
<span v-else><TranslationOpenDataText type='userName' :openid='project.reviwerName'></TranslationOpenDataText></span>
|
|
</el-link></div>
|
|
</el-link></div>
|
|
- <div v-if="user.timeType.reportAuditType != 8" style="margin-top:10px;color:#999;">{{ user.timeType.reportCc == 1?'日报抄送人':$t('newspaperauditor') }}</div>
|
|
|
|
- <div v-if="user.timeType.reportAuditType != 8">
|
|
|
|
|
|
+ <!-- <div v-if="user.timeType.reportAuditType != 8" style="margin-top:10px;color:#999;"> -->
|
|
|
|
+ <div v-if="user.timeType.reportAuditType == 0 || user.timeType.reportAuditType == 4 || user.timeType.reportAuditType == 6" style="margin-top:10px;color:#999;">
|
|
|
|
+ {{ user.timeType.reportCc == 1?'日报抄送人':$t('newspaperauditor') }}
|
|
|
|
+ </div>
|
|
|
|
+ <!-- <div v-if="user.timeType.reportAuditType != 8"> -->
|
|
|
|
+ <div v-if="user.timeType.reportAuditType == 0 || user.timeType.reportAuditType == 4 || user.timeType.reportAuditType == 6">
|
|
<span v-if="project.auditorList.length == 0" style="margin:10px;">-</span>
|
|
<span v-if="project.auditorList.length == 0" style="margin:10px;">-</span>
|
|
<el-link v-for="item in project.auditorList" :key="item.id" style="margin:10px;" @click="showUser(item.auditorId)">
|
|
<el-link v-for="item in project.auditorList" :key="item.id" style="margin:10px;" @click="showUser(item.auditorId)">
|
|
<span v-if="user.userNameNeedTranslate != 1">
|
|
<span v-if="user.userNameNeedTranslate != 1">
|
|
@@ -222,7 +226,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="4" style="text-align:center;">
|
|
<el-col :span="4" style="text-align:center;">
|
|
<p style="color:#666;font-size:12px;">{{ $t('dai-ren-ling') }}</p>
|
|
<p style="color:#666;font-size:12px;">{{ $t('dai-ren-ling') }}</p>
|
|
- <p style="font-size:20px;color:#orange;font-weight:bold;">{{taskSum.unassignCount}}</p>
|
|
|
|
|
|
+ <p style="font-size:20px;color:orange;font-weight:bold;">{{taskSum.unassignCount}}</p>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="4" style="text-align:center;">
|
|
<el-col :span="4" style="text-align:center;">
|
|
<p style="color:#666;font-size:12px;">{{ $t('duetoday') }}</p>
|
|
<p style="color:#666;font-size:12px;">{{ $t('duetoday') }}</p>
|