|
@@ -1506,7 +1506,7 @@
|
|
|
<!--批量导入日报 -->
|
|
|
<el-dialog :title="$t('other.Batchimportofworkinghours')" v-if="importDialog" :visible.sync="importDialog" customClass="customWidth" width="500px">
|
|
|
<p>1. {{$t('other.download')}}
|
|
|
- <el-link type="primary" style="margin-left:5px;" :underline="false" :href="'./upload/'+$t('template.EmployeeHoursStatisticsTemplate')+'2.xlsx'" :download="$t('template.EmployeeTimeImportTemplate')+'.xlsx'">{{$t('template.EmployeeHoursStatisticsTemplate') + '.xlsx'}}</el-link>
|
|
|
+ <el-link type="primary" style="margin-left:5px;" :underline="false" :href="'./upload/'+$t('template.EmployeeHoursStatisticsTemplate')+'2.xlsx'" :download="$t('template.EmployeeTimeImportTemplate')+'.xlsx'">{{$t('template.EmployeeTimeImportTemplate') + '.xlsx'}}</el-link>
|
|
|
</p>
|
|
|
<p>2. {{$t('other.projectsAndPeopleInThetemplate')}}。</p>
|
|
|
<p style="display: flex;justify-content: center;">
|