Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
f351748b
Commit
f351748b
authored
Apr 11, 2019
by
Junling Bu
Browse files
chore[litemall-admin]: 小调整
parent
4f907c00
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/config/order.vue
View file @
f351748b
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
ref=
"dataForm"
:rules=
"rules"
:model=
"dataForm"
status-icon
label-width=
"300px"
>
<el-form
ref=
"dataForm"
:rules=
"rules"
:model=
"dataForm"
status-icon
label-width=
"300px"
>
<el-form-item
label=
"下单后超
期自动取消
"
prop=
"litemall_order_unpaid"
>
<el-form-item
label=
"
用户
下单后超
时
"
prop=
"litemall_order_unpaid"
>
<el-input
v-model=
"dataForm.litemall_order_unpaid"
>
<el-input
v-model=
"dataForm.litemall_order_unpaid"
class=
"input-width"
>
<template
slot=
"append"
>
分钟
</
template
>
<template
slot=
"append"
>
分钟
</
template
>
</el-input>
</el-input>
<span
class=
"info"
>
用户未付款,则订单自动取消
</span>
</el-form-item>
</el-form-item>
<el-form-item
label=
"发货后超期
自动确认收货
"
prop=
"litemall_order_unconfirm"
>
<el-form-item
label=
"
订单
发货后超期"
prop=
"litemall_order_unconfirm"
>
<el-input
v-model=
"dataForm.litemall_order_unconfirm"
>
<el-input
v-model=
"dataForm.litemall_order_unconfirm"
class=
"input-width"
>
<
template
slot=
"append"
>
天
</
template
>
<
template
slot=
"append"
>
天
</
template
>
</el-input>
</el-input>
<span
class=
"info"
>
未确认收货,则订单自动确认收货
</span>
</el-form-item>
</el-form-item>
<el-form-item
label=
"确认收货后超期
取消评论资格
"
prop=
"litemall_order_comment"
>
<el-form-item
label=
"确认收货后超期"
prop=
"litemall_order_comment"
>
<el-input
v-model=
"dataForm.litemall_order_comment"
>
<el-input
v-model=
"dataForm.litemall_order_comment"
class=
"input-width"
>
<
template
slot=
"append"
>
天
</
template
>
<
template
slot=
"append"
>
天
</
template
>
</el-input>
</el-input>
<span
class=
"info"
>
未评价商品,则取消评价资格
</span>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
@
click=
"cancel"
>
取消
</el-button>
<el-button
@
click=
"cancel"
>
取消
</el-button>
...
@@ -64,3 +67,11 @@ export default {
...
@@ -64,3 +67,11 @@ export default {
}
}
}
}
</
script
>
</
script
>
<
style
scoped
>
.input-width
{
width
:
50%
;
}
.info
{
margin-left
:
15px
;
}
</
style
>
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