|  |  |  | 
|---|
|  |  |  | --> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <el-table-column label="报销单号" align="center" prop="bh" width="150px" /> | 
|---|
|  |  |  | <el-table-column label="申请日期" width="180" align="center" prop="createTime"> | 
|---|
|  |  |  | <el-table-column label="申请日期" width="180" align="center" prop="applyTime"> | 
|---|
|  |  |  | <template slot-scope="scope"> | 
|---|
|  |  |  | <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span> | 
|---|
|  |  |  | <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column label="申请金额" align="center" prop="pretaxcost" width="200px" /> | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | totaldayin(e) { | 
|---|
|  |  |  | // const id =this.row.id | 
|---|
|  |  |  | getdownloadBX(e).then(res => { | 
|---|
|  |  |  | getdownloadLW(e).then(res => { | 
|---|
|  |  |  | var fileUrl = res; | 
|---|
|  |  |  | //获取当前网址 | 
|---|
|  |  |  | var urlBase = process.env.VUE_APP_BASE_API; | 
|---|