Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
occloud-server
Overview
Overview
Details
Activity
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
yangjiarong
occloud-server
Commits
13b3fa8a
Commit
13b3fa8a
authored
Aug 02, 2022
by
liuliufashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ad7da45e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
show.png
web-vue-admin/src/assets/img/show.png
+0
-0
index.vue
web-vue-admin/src/views/goods-cabinet/index.vue
+1
-5
index.vue
...e-admin/src/views/pay-list/components/createpay/index.vue
+2
-1
index.vue
web-vue-admin/src/views/pay-list/index.vue
+1
-1
No files found.
web-vue-admin/src/assets/img/show.png
0 → 100644
View file @
13b3fa8a
211 KB
web-vue-admin/src/views/goods-cabinet/index.vue
View file @
13b3fa8a
...
...
@@ -628,8 +628,4 @@ defineExpose({
}
}
</
style
>
<
style
lang=
"less"
>
.ant-layout-content
{
overflow-y
:
scroll
;
}
</
style
>
web-vue-admin/src/views/pay-list/components/createpay/index.vue
View file @
13b3fa8a
...
...
@@ -58,7 +58,7 @@
<a-date-picker
v-model:value=
"formState.starttime"
:locale=
"locale"
:format=
"dateFormat"
:disabledDate=
"disabledDate"
/>
<a-time-picker
style=
"margin-left:10px;"
v-model:value=
"startvalue"
format=
"HH:mm"
/>
</div>
</a-form-item>
-->
<a-form-item
label=
"结束时间"
name=
"price"
:label-col=
"
{ span: 2 }"
<a-form-item
label=
"
倒计时
结束时间"
name=
"price"
:label-col=
"
{ span: 2 }"
labelAlign="left">
<div
style=
"display:flex"
>
<a-date-picker
v-model:value=
"formState.expireendtime"
:locale=
"locale"
:format=
"dateFormat"
:disabledDate=
"disabledDate"
/>
<a-time-picker
style=
"margin-left:10px;"
v-model:value=
"endvalue"
format=
"HH:mm"
/>
...
...
@@ -74,6 +74,7 @@
<a-button
type=
"primary"
html-type=
"submit"
@
click=
"onSubmit"
>
确定
</a-button>
</a-form-item>
</a-form>
<img
src=
"../../../../assets/img/show.png"
alt=
""
style=
"width:375px;position: absolute;right: 300px;top: 80px; display: block;border: 1px solid #cccccc;"
/>
<a-modal
v-model:visible=
"visible"
title=
"请选择默认用户"
...
...
web-vue-admin/src/views/pay-list/index.vue
View file @
13b3fa8a
...
...
@@ -158,7 +158,6 @@ const columns = [
title
:
'支付项目名称'
,
dataIndex
:
'subject'
,
key
:
'subject'
,
width
:
130
,
},
{
title
:
'绑定商品编号'
,
...
...
@@ -169,6 +168,7 @@ const columns = [
title
:
'商品价格'
,
dataIndex
:
'payment'
,
key
:
'payment'
,
width
:
100
,
},
{
title
:
'状态'
,
...
...
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