Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
welfare
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
达摩4.0重构
welfare
Commits
c82732f0
Commit
c82732f0
authored
Mar 05, 2021
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: gift
parent
9aa6922b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
real-gift.js
src/router/real-gift.js
+3
-0
virtual-gift.js
src/router/virtual-gift.js
+3
-0
virtual-gift-detail.vue
src/views/gift-manage/virtual-gift-detail.vue
+1
-1
No files found.
src/router/real-gift.js
View file @
c82732f0
...
@@ -13,6 +13,9 @@ export default [
...
@@ -13,6 +13,9 @@ export default [
{
{
path
:
'real-gift-detail'
,
path
:
'real-gift-detail'
,
component
:
()
=>
import
(
'@/views/gift-manage/real-gift-detail.vue'
),
component
:
()
=>
import
(
'@/views/gift-manage/real-gift-detail.vue'
),
meta
:
{
path
:
'/gift-manage/real-gift'
}
},
},
// 库存记录
// 库存记录
{
{
...
...
src/router/virtual-gift.js
View file @
c82732f0
...
@@ -13,6 +13,9 @@ export default [
...
@@ -13,6 +13,9 @@ export default [
{
{
path
:
'virtual-gift-detail'
,
path
:
'virtual-gift-detail'
,
component
:
()
=>
import
(
'@/views/gift-manage/virtual-gift-detail.vue'
),
component
:
()
=>
import
(
'@/views/gift-manage/virtual-gift-detail.vue'
),
meta
:
{
path
:
'/gift-manage/virtual-gift'
}
},
},
// 库存记录
// 库存记录
{
{
...
...
src/views/gift-manage/virtual-gift-detail.vue
View file @
c82732f0
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
<el-form-item
label=
"发货内容"
required
prop=
"template"
>
<el-form-item
label=
"发货内容"
required
prop=
"template"
>
<template>
<template>
<div
style=
"display:flex;"
>
<div
style=
"display:flex;"
>
<dm-editor
width=
"500"
height=
"300"
:value=
"goodsForm.template"
:placeholder=
"template"
@
change=
"handleChange2"
:readonly=
"readonly"
></dm-editor>
<dm-editor
width=
"500"
height=
"300"
:value=
"goodsForm.template"
is-sync
:placeholder=
"template"
@
change=
"handleChange2"
:readonly=
"readonly"
></dm-editor>
<div
class=
"ml20"
>
<div
class=
"ml20"
>
<p>
用户申请履约后,发货内容将自动发送。
</p>
<p>
用户申请履约后,发货内容将自动发送。
</p>
<div
style=
"height: 250px;"
class=
"step-style"
>
<div
style=
"height: 250px;"
class=
"step-style"
>
...
...
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