|
@@ -3,7 +3,7 @@ $(function () {
|
|
|
url: '../mkactivityform/list',
|
|
|
datatype: "json",
|
|
|
colModel: [
|
|
|
- {label: '操作', width: 200, align: 'center', frozen: true,
|
|
|
+ {label: '操作', width: 200, align: 'center',
|
|
|
formatter: function (value, col, row) {
|
|
|
htmlStr = "<button class='btn btn-outline btn-primary' " +
|
|
|
"onclick='vm.showMkactivities(\""+row.mkCode+"\")'>管理营销方式</button>";
|