记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
12f52425
Commit
12f52425
authored
Jun 11, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改为80端口
parent
15c4d0f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
details.html
...ces/templates/zhengzai/kylin/order/orderList/details.html
+4
-3
liquidnet-service-adam-test.yml
...s-config/liquidnet-config/liquidnet-service-adam-test.yml
+1
-1
liquidnet-service-kylin-test.yml
...-config/liquidnet-config/liquidnet-service-kylin-test.yml
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/order/orderList/details.html
View file @
12f52425
...
@@ -90,7 +90,8 @@
...
@@ -90,7 +90,8 @@
<label
class=
"col-sm-3 control-label"
>
生成时间:
</label>
<label
class=
"col-sm-3 control-label"
>
生成时间:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<div
class=
"input-group date"
>
<div
class=
"input-group date"
>
<input
name=
"createdAt"
th:value=
"*{#dates.format(orderTicketVo.createdAt, 'yyyy-MM-dd')}"
class=
"form-control"
placeholder=
"yyyy-MM-dd"
type=
"text"
>
<!-- <input name="createdAt" th:value="${#dates.format(orderTicketVo.createdAt, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">-->
<input
name=
"createdAt"
th:value=
"*{orderTicketVo.createdAt}"
class=
"form-control"
placeholder=
"yyyy-MM-dd"
type=
"text"
>
<span
class=
"input-group-addon"
><i
class=
"fa fa-calendar"
></i></span>
<span
class=
"input-group-addon"
><i
class=
"fa fa-calendar"
></i></span>
</div>
</div>
</div>
</div>
...
@@ -135,11 +136,11 @@
...
@@ -135,11 +136,11 @@
</div>
</div>
<label
class=
"col-sm-3 control-label"
>
票务状态:
</label>
<label
class=
"col-sm-3 control-label"
>
票务状态:
</label>
<div
class=
"col-sm-3"
>
<div
class=
"col-sm-3"
>
<input
th:value=
"${
ticketEntity.isPayment
}"
class=
"form-control"
type=
"text"
readonly
>
<input
th:value=
"${
@dict.getLabel('zhengzai_payment_type',ticketEntity.isPayment)
}"
class=
"form-control"
type=
"text"
readonly
>
</div>
</div>
<label
class=
"col-sm-3 control-label"
>
出票状态:
</label>
<label
class=
"col-sm-3 control-label"
>
出票状态:
</label>
<div
class=
"col-sm-3"
>
<div
class=
"col-sm-3"
>
<input
th:value=
"${
ticketEntity.status
}"
class=
"form-control"
type=
"text"
readonly
>
<input
th:value=
"${
@dict.getLabel('zhengzai_ticket_status',ticketEntity.status)
}"
class=
"form-control"
type=
"text"
readonly
>
</div>
</div>
</div>
</div>
</form>
</form>
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-service-adam-test.yml
View file @
12f52425
...
@@ -3,7 +3,7 @@ liquidnet:
...
@@ -3,7 +3,7 @@ liquidnet:
updating
:
updating
:
switch
:
false
switch
:
false
info
:
info
:
port
:
9001
port
:
80
context
:
context
:
name
:
liquidnet-service-adam
name
:
liquidnet-service-adam
logfile
:
logfile
:
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-service-kylin-test.yml
View file @
12f52425
...
@@ -3,7 +3,7 @@ liquidnet:
...
@@ -3,7 +3,7 @@ liquidnet:
updating
:
updating
:
switch
:
false
switch
:
false
info
:
info
:
port
:
9002
port
:
80
context
:
context
:
name
:
liquidnet-service-kylin
name
:
liquidnet-service-kylin
logfile
:
logfile
:
...
...
Write
Preview
Markdown
is supported
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