|
@@ -249,7 +249,7 @@ export default {
|
|
|
is_light: false,
|
|
|
width: "200px",
|
|
|
template: function () {
|
|
|
- return "<a class='action'>原始数据</a>";
|
|
|
+ return ("<el-button type='text' style='cursor: pointer;' value='config'>原始数据</el-button> ");
|
|
|
},
|
|
|
click: function (event, data) {
|
|
|
that.yssjTitle = data.yjms;
|