From 3c5d0550633c0549ac948f4e6a1b015377fa293f Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 07 Feb 2023 15:10:25 +0800 Subject: [PATCH] 代理人申请,后台审核 测试环境,数据库新建 后台系统名称修改 --- src/main/resources/templates/febs/views/modules/act/actAddNew.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/act/actAddNew.html b/src/main/resources/templates/febs/views/modules/act/actAddNew.html index 5b89224..e4317dc 100644 --- a/src/main/resources/templates/febs/views/modules/act/actAddNew.html +++ b/src/main/resources/templates/febs/views/modules/act/actAddNew.html @@ -224,7 +224,7 @@ return '' } }, minWidth: 80,align:'center'} - ,{field: 'awardValue', title: '奖金数量', edit:'text'} + ,{field: 'awardValue', title: '中奖金额', edit:'text'} ]] ,data: [] }); -- Gitblit v1.9.1