We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260b0af commit 537090dCopy full SHA for 537090d
server/resource/template/fe/table.vue.tpl
@@ -34,7 +34,7 @@
34
{{ end }}
35
<el-table-column label="按钮组">
36
<template slot-scope="scope">
37
- <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>
38
<el-popover placement="top" width="160" v-model="scope.row.visible">
39
<p>确定要删除吗?</p>
40
<div style="text-align: right; margin: 0">
0 commit comments