diff --git a/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html b/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html
index 55817818..1b28a25c 100644
--- a/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html
+++ b/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html
@@ -23,13 +23,13 @@
-
+
@@ -66,6 +66,8 @@
importUrl: prefix + "/importData",
importTemplateUrl: prefix + "/importTemplate",
clickToSelect: true,
+ fixedColumns:true,
+ fixedRightNumber:1,
modalName: "公司信息",
columns: [{
checkbox: true
@@ -216,18 +218,18 @@
return vArr[0];
}
}
- }
+ },
- // {
- // title: '操作',
- // align: 'center',
- // formatter: function(value, row, index) {
- // var actions = [];
- // actions.push('编辑 ');
- // actions.push('删除');
- // return actions.join('');
- // }
- // }
+ {
+ title: '操作',
+ align: 'center',
+ formatter: function(value, row, index) {
+ var actions = [];
+ actions.push('编辑 ');
+ var actionLinks = actions.join('');
+ return $.table.dropdownToggle(actionLinks);
+ }
+ }
]
};
$.table.init(options);