|
|
@ -34,7 +34,7 @@ |
|
|
|
{{ end }} |
|
|
|
<el-table-column label="按钮组"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button @click="update{{.StructName}}(scope.row)" size="small" type="text">变更</el-button> |
|
|
|
<el-button @click="update{{.StructName}}(scope.row)" size="small" type="primary">变更</el-button> |
|
|
|
<el-popover placement="top" width="160" v-model="scope.row.visible"> |
|
|
|
<p>确定要删除吗?</p> |
|
|
|
<div style="text-align: right; margin: 0"> |
|
|
|