| | |
| | | style="width: 100%;"> |
| | | <el-table-column label="序号" width="80" align="center" type="index"></el-table-column> |
| | | <el-table-column label="申请时间" prop="createTime" align="center" :show-overflow-tooltip="true" width="180"/> |
| | | <el-table-column label="出差事由" prop="projectName" align="center" :show-overflow-tooltip="true" width="180"/> |
| | | <el-table-column label="部门" prop="deptName" align="center"/> |
| | | <el-table-column label="专家组组长" prop="expertName" align="center" width="150"/> |
| | | <el-table-column label="专家组人数" prop="expertNum" align="center" width="150"/> |
| | | <el-table-column label="出差事由" prop="projectName" align="center" :show-overflow-tooltip="true" /> |
| | | <el-table-column label="部门" prop="deptName" align="center" width="180"/> |
| | | <el-table-column label="专家组组长" prop="expertName" align="center" width="120"/> |
| | | <el-table-column label="专家组人数" prop="expertNum" align="center" width="120"/> |
| | | <el-table-column label="当前状态" prop="state" align="center" width="200"> |
| | | <template #default="scope"> |
| | | <span>{{ |
| | |
| | | |
| | | // 定义表头 |
| | | const headers = [ |
| | | ["序号", "姓名", "工作单位", "职称", "身份证号", "计费标准", "计费时长", "专家费","应纳税所得额","应缴个税","税后金额", "开户银行", "卡号"] |
| | | ["序号", "姓名", "工作单位", "职称", "身份证号", "计费标准", "计费时长", "专家费", "应纳税所得额", "应缴个税", "税后金额", "开户银行", "卡号"] |
| | | ] |
| | | // 固定一行:经办人和负责人 |
| | | const footer = [ |