From 72d8e3cde4863e15a6c284f3d7ccd0c304512af9 Mon Sep 17 00:00:00 2001
From: linzhijie <19970921lzj>
Date: 星期一, 12 四月 2021 16:43:30 +0800
Subject: [PATCH] 新增

---
 src/main/resources/templates/exam/template/template.html |   37 +++++++++++++++++++++----------------
 1 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/src/main/resources/templates/exam/template/template.html b/src/main/resources/templates/exam/template/template.html
index 5e81112..8a12fc2 100644
--- a/src/main/resources/templates/exam/template/template.html
+++ b/src/main/resources/templates/exam/template/template.html
@@ -44,17 +44,18 @@
                 <a class="btn btn-success" onclick="$.operate.addTab()" shiro:hasPermission="exam:template:add">
                     <i class="fa fa-plus"></i> [[#{dict.ic18}]]
                 </a>
-                <a style="background-color: #7b76b7;border-color: #7b76b7;color: #FFFFFF"
-                   class="btn single disabled" onclick="$.operate.editTab()" shiro:hasPermission="exam:template:edit">
+                <a class="btn btn-primary single disabled" onclick="$.operate.editTab()" shiro:hasPermission="exam:template:edit">
                     <i class="fa fa-edit"></i> [[#{dict.ic19}]]
                 </a>
                 <a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="exam:template:remove">
                     <i class="fa fa-remove"></i> [[#{dict.ic20}]]
                 </a>
-                <a style="background-color: #a87242;border-color: #a87242;color: #FFFFFF"
-                   class="btn" onclick="$.table.exportExcel()" shiro:hasPermission="exam:template:export">
+                <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="exam:template:export">
                     <i class="fa fa-download"></i> [[#{dict.ic22}]]
-                 </a>
+                </a>
+                <a class="btn btn-danger+" onclick="emailEdit()" shiro:hasPermission="exam:email:edit">
+                    <i class="fa fa-edit"></i> [[#{dict.ic175}]]
+                </a>
             </div>
             <div class="col-sm-12 select-table table-striped">
                 <table id="bootstrap-table" data-mobile-responsive="true"></table>
@@ -115,20 +116,24 @@
                     field : 'remark', 
                     title : [[#{basis.remark}]]
                 },
-                // {
-                //     title: [[#{operating.operating}]],
-                //     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.editTab(\'' + row.id + '\')"><i class="fa fa-edit"></i>[[#{menu.exam.distributor.edit}]]</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>[[#{dict.ic20}]]</a>');
-                //         return actions.join('');
-                //     }
-                // }
-                ]
+                {
+                    title: [[#{operating.operating}]],
+                    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.editTab(\'' + row.id + '\')"><i class="fa fa-edit"></i>[[#{menu.exam.distributor.edit}]]</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>[[#{dict.ic20}]]</a>');
+                        return actions.join('');
+                    }
+                }]
             };
             $.table.init(options);
         });
+
+        function emailEdit() {
+            var url = prefix + '/emailEdit';
+            $.modal.open([[#{dict.ic175}]], url);
+        }
     </script>
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1