提交 50724387 编写于 作者: Skyeye云's avatar Skyeye云

屏蔽部分功能

上级 e3a34423
......@@ -61,10 +61,10 @@
{{# if(d.cancleState == 1 && d.state == 1 && auth('1644317759940')){ }}
<a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="delete"><language showName="com.skyeye.deleteBtn"></language></a>
{{# } }}
{{# if(d.cancleState == 1 && d.state == 1 && auth('1644317746790')){ }}
{{# if(d.cancleState == 1 && d.state == 1 && auth('1644317746790') && d.source == 2){ }}
<a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="complatePay">完成支付</a>
{{# } }}
{{# if(d.cancleState == 1 && d.state == 2 && auth('1644378387049')){ }}
{{# if(d.cancleState == 1 && d.state == 2 && auth('1644378387049') && !isNull(d.mealOrderChildId)){ }}
<a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="verification">核销</a>
{{# } }}
{{# if(d.cancleState == 1 && d.state == 1 && auth('1644842786855')){ }}
......
......@@ -28,8 +28,8 @@
<div class="layui-input-block">
<div class="winui-toolbar">
<div class="winui-tool" style="text-align: left;">
<button id="addRow" class="winui-toolbtn" type="button"><i class="fa fa-plus" aria-hidden="true"></i>新增行</button>
<button id="deleteRow" class="winui-toolbtn" type="button"><i class="fa fa-trash-o" aria-hidden="true"></i>删除行</button>
<!-- <button id="addRow" class="winui-toolbtn" type="button"><i class="fa fa-plus" aria-hidden="true"></i>新增行</button>-->
<!-- <button id="deleteRow" class="winui-toolbtn" type="button"><i class="fa fa-trash-o" aria-hidden="true"></i>删除行</button>-->
</div>
</div>
<table class="layui-table">
......
server:
servlet:
context-path: /
port: 80
port: 8080
tomcat:
max-connections: 20000
max-threads: 1000
......
......@@ -2,6 +2,6 @@ sysMainMation = {
"mationTitle": "skyeye云办公 作者:卫志强", // 系统名称
"messageSysUrl": "http://127.0.0.1:8084/", // 消息系统页面请求地址
"webSocketPath": "ws://127.0.0.1:8081/", // 聊天socket-开发
"homePagePath": "http://127.0.0.1:80/", // 前台工程访问地址
"copyright": 'skyeye云系列 | Copyright © 2018~2021 | author:卫志强 | 开源版地址:<a href="https://gitee.com/doc_wei01/skyeye" target="_blank">skyeye</a>' // 版权信息
"homePagePath": "http://127.0.0.1:8080/", // 前台工程访问地址
"copyright": 'skyeye云系列 | Copyright © 2018~2022 | author:卫志强 | 开源版地址:<a href="https://gitee.com/doc_wei01/skyeye" target="_blank">skyeye</a>' // 版权信息
};
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册