|
|
|
@ -86,7 +86,7 @@ |
|
|
|
<el-table-column prop="mmUsername" label="责任人" width="140" > |
|
|
|
|
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" width="200" fixed="right" > |
|
|
|
<el-table-column label="操作" width="100" fixed="right" > |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" @click="selectedMenu( scope.row,scope.$index)">选择</el-button> |
|
|
|
</template> |
|
|
|
|