|
|
@ -57,7 +57,7 @@ |
|
|
|
<el-table-column label="序号" type="index" width="80" :index="indexMethod" align="center"/> |
|
|
|
<el-table-column label="操作" width="180" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" size="small" @click="toEdit(scope.row)">办理</el-button> |
|
|
|
<el-button type="primary" :disabled="scope.row.state == '已结算'" size="small" @click="toEdit(scope.row)">办理</el-button> |
|
|
|
<el-button type="primary" size="small" @click="toInfo(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|