xuzhiheng 4 anni fa
parent
commit
ff9e2a554d
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/web/templates/client/personnelIndex.html

+ 2 - 1
src/web/templates/client/personnelIndex.html

@@ -7,6 +7,7 @@
     <section class="content-header">
         <h1>
             <small><a id="addTag" class="btn btn-primary opr">新增规则</a></small>
+            <a class="btn btn-primary opr" id="back" style="float: right" href="javascript:history.go(-1)"> 返回</a>
         </h1>
     </section>
     <!-- Main content -->
@@ -132,7 +133,7 @@
                 {
                     "data": "_id", width: "15%", render: function (val, a, row, pos) {
                         tmp = '<div xmlns="http://www.w3.org/1999/html">' +
-                            '<button class="btn btn-sm btn-instagram" onclick="preview(\'' + row.s_dataid + '\')">链接地址</button>&nbsp;&nbsp;' +
+                            '<button class="btn btn-sm btn-instagram" onclick="preview(\'' + row.s_dataid + '\')">数据预览</button>&nbsp;&nbsp;' +
                             // <!--                      '<a class="btn btn-sm btn-success" href="/service/rule/history?tagid='+val+'">变更历史</a>'+-->
                             '</div>';
                         return tmp