|
|
@ -58,7 +58,7 @@ |
|
|
|
<el-table-column width="60px" label="序号" type="index" :index="indexMethod" align="center"/> |
|
|
|
<el-table-column label="操作" align="center" width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" size="small" @click="handleUpdate(scope.row)">编辑</el-button> |
|
|
|
<el-button type="primary" size="small" :disabled="scope.row.offlineDate !==''" @click="handleUpdate(scope.row)">编辑</el-button> |
|
|
|
<el-button type="primary" size="small" @click="handleLooK(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|