File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
litemall-admin/src/views/config Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
3
<el-form ref =" dataForm" :rules =" rules" :model =" dataForm" status-icon label-width =" 300px" >
4
- <el-form-item label =" 下单后超期自动取消 " prop =" litemall_order_unpaid" >
5
- <el-input v-model =" dataForm.litemall_order_unpaid" >
4
+ <el-form-item label =" 用户下单后超时 " prop =" litemall_order_unpaid" >
5
+ <el-input v-model =" dataForm.litemall_order_unpaid" class = " input-width " >
6
6
<template slot="append">分钟</template >
7
7
</el-input >
8
+ <span class =" info" >用户未付款,则订单自动取消</span >
8
9
</el-form-item >
9
- <el-form-item label =" 发货后超期自动确认收货 " prop =" litemall_order_unconfirm" >
10
- <el-input v-model =" dataForm.litemall_order_unconfirm" >
11
- <template slot="append">天</template >
10
+ <el-form-item label =" 订单发货后超期 " prop =" litemall_order_unconfirm" >
11
+ <el-input v-model =" dataForm.litemall_order_unconfirm" class = " input-width " >
12
+ <template slot="append"> 天</template >
12
13
</el-input >
14
+ <span class =" info" >未确认收货,则订单自动确认收货</span >
13
15
</el-form-item >
14
- <el-form-item label =" 确认收货后超期取消评论资格 " prop =" litemall_order_comment" >
15
- <el-input v-model =" dataForm.litemall_order_comment" >
16
+ <el-form-item label =" 确认收货后超期 " prop =" litemall_order_comment" >
17
+ <el-input v-model =" dataForm.litemall_order_comment" class = " input-width " >
16
18
<template slot="append">天</template >
17
19
</el-input >
20
+ <span class =" info" >未评价商品,则取消评价资格</span >
18
21
</el-form-item >
19
22
<el-form-item >
20
23
<el-button @click =" cancel" >取消</el-button >
@@ -64,3 +67,11 @@ export default {
64
67
}
65
68
}
66
69
</script >
70
+ <style scoped>
71
+ .input-width {
72
+ width : 50% ;
73
+ }
74
+ .info {
75
+ margin-left : 15px ;
76
+ }
77
+ </style >
You can’t perform that action at this time.
0 commit comments