From 0830a387f0c28c2d448714ad184fd0c17bf27ea9 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 25 May 2021 10:30:50 +0800 Subject: [PATCH] 20210525 回款 --- src/main/resources/templates/febs/views/modules/otc/otcOrderList.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/otc/otcOrderList.html b/src/main/resources/templates/febs/views/modules/otc/otcOrderList.html index 127fa27..bd0fda3 100644 --- a/src/main/resources/templates/febs/views/modules/otc/otcOrderList.html +++ b/src/main/resources/templates/febs/views/modules/otc/otcOrderList.html @@ -13,7 +13,7 @@ </div> </div> <div class="layui-inline"> - <label class="layui-form-label layui-form-label-sm">类型</label> + <label class="layui-form-label layui-form-label-sm">订单状态</label> <div class="layui-input-inline"> <select name="status"> <option value="">请选择</option> @@ -141,7 +141,7 @@ {field: 'payTime', title: '付款时间',minWidth: 150,align:'center'}, {field: 'finishTime', title: '完成时间',minWidth: 150,align:'center'}, {title: '操作',templet: function (d) { - //return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="dealIng" shiro:hasPermission="user:update">付款</button>' + // return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="dealIng" shiro:hasPermission="user:update">付款</button>' if(d.status === 1){ return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="dealIng" shiro:hasPermission="user:update">付款</button>' }else{ -- Gitblit v1.9.1