Browse Source

个人基本信息

wangjinsheng 3 years ago
parent
commit
76a6977e02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mybusiness/src/main/resources/templates/system/grjbxx/grjbxx.html

+ 1 - 1
mybusiness/src/main/resources/templates/system/grjbxx/grjbxx.html

@@ -196,7 +196,7 @@
                     align: 'center',
                     formatter: function(value, row, index) {
                         var actions = [];
-                        actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.detail(\'' + row.id + '\')"><i class="fa fa-edit"></i>查看</a> ');
+                        actions.push('<a class="btn btn-warning btn-xs  ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.detail(\'' + row.id + '\')"><i class="fa fa-search"></i>详细</a> ');
                         // actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>删除</a>');
                         return actions.join('');
                     }