|
|
@ -33,9 +33,9 @@ |
|
|
|
<!-- Start 项目列表 --> |
|
|
|
<div class=""> |
|
|
|
<el-table v-loading="tableLoading" :data="dataList" border style="width: 100%" @selection-change="handleSelectionChange"> |
|
|
|
<el-table-column width="50px" type="selection" align="center"/> |
|
|
|
<el-table-column width="80px" label="序号" type="index" :index="indexMethod" align="center"/> |
|
|
|
<el-table-column width="150px" label="操作" align="center"> |
|
|
|
<el-table-column fixed width="50px" type="selection" align="center"/> |
|
|
|
<el-table-column fixed width="80px" label="序号" type="index" :index="indexMethod" align="center"/> |
|
|
|
<el-table-column fixed width="150px" label="操作" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button v-if="scope.row.nodeState=='待提交'||(scope.row.nodeState!='待提交'&&scope.row.nodeState=='发起申请')" type="primary" size="mini" @click="toEdit(scope.row)">办理 |
|
|
|
</el-button> |
|
|
@ -51,6 +51,7 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="applicationCode" width="200px;" label="申请编号" align="center"/> |
|
|
|
<el-table-column prop="applicationDate" width="110px;" label="申请日期" align="center"/> |
|
|
|
<el-table-column prop="useOrgName" width="200px;" label="分公司" align="center"/> |
|
|
|
<el-table-column prop="modelName" label="车型" align="center"/> |
|
|
|
<el-table-column prop="num" width="100px;" label="台数" align="center"/> |
|
|
|
<el-table-column prop="purchasePrice" width="90px;" label="采购价格" align="center"/> |
|
|
|