Commit 8bc60e64 by 叶明星

去掉编辑按钮

parent 5100e3c5
...@@ -27,7 +27,7 @@ layui.use('form', function() { ...@@ -27,7 +27,7 @@ layui.use('form', function() {
error:function(){ error:function(){
return layer.msg('网络错误,请重试',{icon:5}); return layer.msg('网络错误,请重试',{icon:5});
} }
}) });
layer.close(index); layer.close(index);
}); });
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
@{{# }else{ }} @{{# }else{ }}
<a href="/web/AuthPaymentDays?id=@{{d.id}}" class="btn btn-xs btn-outline btn-success Release"><strong>详情</strong></a> <a href="/web/AuthPaymentDays?id=@{{d.id}}" class="btn btn-xs btn-outline btn-success Release"><strong>详情</strong></a>
@{{# } }} @{{# } }}
<a target="_blank" class="btn btn-xs btn-outline btn-primary"><strong>编辑</strong></a>
</script> </script>
<script type="text/html" id="status"> <script type="text/html" id="status">
@{{# if(d.status == 1){ }} @{{# if(d.status == 1){ }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment