|
@@ -170,18 +170,26 @@
|
|
|
</tr>
|
|
|
</template>
|
|
|
</table>
|
|
|
- <h3 class="toolbar">
|
|
|
- <span class="title">研发项目情况表</span>
|
|
|
- </h3>
|
|
|
- <el-table v-loading="tableLoading" :data="list" border>
|
|
|
- <el-table-column label="项目名称" prop="projectName"></el-table-column>
|
|
|
- <el-table-column label="项目起止时间" align="center">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span>{{scope.row.projectStartDate}} - {{scope.row.projectEndDate}}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="研发人员数" prop="techPersons" align="center"/>
|
|
|
- </el-table>
|
|
|
+ <table class="table_register mt20" style="width: 100%;">
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="th_title">研发项目情况表
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="4">
|
|
|
+ <el-table v-loading="tableLoading" :data="list" border>
|
|
|
+ <el-table-column label="项目名称" prop="projectName" align="center"></el-table-column>
|
|
|
+ <el-table-column label="项目起止时间" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{scope.row.projectStartDate}} - {{scope.row.projectEndDate}}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column label="研发人员数" prop="techPersons" align="center" class-name="small-padding fixed-width pd5"/>
|
|
|
+ </el-table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
<template v-if="type == 'year' || type == 'update'">
|
|
|
<el-row :gutter="40" v-if="!disabledVisible">
|
|
|
<el-col :span="24">
|