Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
leyi cen
Jeesns
Commits
4d28877d
Commit
4d28877d
authored
6 years ago
by
zchuanzhao
Browse files
Options
Download
Email Patches
Plain Diff
后台增加查看某个会员的财务明细和积分明细
parent
2dcf54e3
master
dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.8
dependabot/maven/commons-io-commons-io-2.7
dependabot/maven/mysql-mysql-connector-java-8.0.16
dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13
dependabot/maven/org.jsoup-jsoup-1.14.2
dependabot/maven/org.mybatis-mybatis-3.5.6
dependabot/maven/org.springframework.boot-spring-boot-starter-web-2.5.12
v2.0.0-Beta2
v2.0.0-Beta1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jeesns-web/src/main/webapp/WEB-INF/templates/manage/member/info.ftl
+1
-1
.../src/main/webapp/WEB-INF/templates/manage/member/info.ftl
with
1 addition
and
1 deletion
+1
-1
jeesns-web/src/main/webapp/WEB-INF/templates/manage/member/info.ftl
+
1
-
1
View file @
4d28877d
...
...
@@ -161,7 +161,7 @@
<div class="form-group">
<label class="col-sm-3 control-label">状态</label>
<div class="col-sm-8">
<input type="text" class="form-control" data-type="require" value="$
{(
member
.status
==
0
)
?
string
(
"禁用"
,
"正常"
)}
" disabled>
<input type="text" class="form-control" data-type="require" value="$
{(
member
.status
==
-1
)
?
string
(
"禁用"
,
"正常"
)}
" disabled>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help