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
09d0606a
Commit
09d0606a
authored
Feb 26, 2021
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: card的页面挪至card目录下
parent
de56ed60
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
19 additions
and
19 deletions
+19
-19
card-package.js
src/router/card-package.js
+5
-5
gic-card.js
src/router/gic-card.js
+10
-10
form.vue
src/views/card/card-package/form.vue
+0
-0
list.vue
src/views/card/card-package/list.vue
+0
-0
sync-stock-package.vue
src/views/card/card-package/module/sync-stock-package.vue
+0
-0
sync-stock.vue
src/views/card/card-package/module/sync-stock.vue
+0
-0
send-list.vue
src/views/card/card-package/send-list.vue
+0
-0
stock-list.vue
src/views/card/card-package/stock-list.vue
+0
-0
app-config.vue
src/views/card/gic-card/app-config.vue
+0
-0
card-form.js
src/views/card/gic-card/card-form.js
+0
-0
card-form.vue
src/views/card/gic-card/card-form.vue
+0
-0
card-info.js
src/views/card/gic-card/card-info.js
+0
-0
card-info.vue
src/views/card/gic-card/card-info.vue
+0
-0
card-list.vue
src/views/card/gic-card/card-list.vue
+0
-0
destory-list.vue
src/views/card/gic-card/destory-list.vue
+0
-0
member-get.vue
src/views/card/gic-card/member-get.vue
+0
-0
card-item.vue
src/views/card/gic-card/module/card-item.vue
+2
-2
card-order.vue
src/views/card/gic-card/module/card-order.vue
+0
-0
destory-dialog.vue
src/views/card/gic-card/module/destory-dialog.vue
+0
-0
import-code.vue
src/views/card/gic-card/module/import-code.vue
+0
-0
result-dialog.vue
src/views/card/gic-card/module/result-dialog.vue
+0
-0
send-preview.vue
src/views/card/gic-card/module/send-preview.vue
+2
-2
sync-stock.vue
src/views/card/gic-card/module/sync-stock.vue
+0
-0
send-list.vue
src/views/card/gic-card/send-list.vue
+0
-0
stock-list.vue
src/views/card/gic-card/stock-list.vue
+0
-0
No files found.
src/router/card-package.js
View file @
09d0606a
...
...
@@ -9,12 +9,12 @@ export default [
// 卡券包列表
{
path
:
'list'
,
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card-package/list.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card
/card
-package/list.vue'
),
},
// 新增卡券包
{
path
:
'add'
,
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card-package/form.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card
/card
-package/form.vue'
),
meta
:
{
type
:
'add'
,
path
:
'/card-package/list'
...
...
@@ -23,7 +23,7 @@ export default [
// 编辑卡券包
{
path
:
'edit'
,
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card-package/form.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card
/card
-package/form.vue'
),
meta
:
{
type
:
'edit'
,
path
:
'/card-package/list'
...
...
@@ -32,12 +32,12 @@ export default [
// 卡券包领取记录
{
path
:
'send-list'
,
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card-package/send-list.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card
/card
-package/send-list.vue'
),
},
// 卡券包库存记录
{
path
:
'stock-list'
,
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card-package/stock-list.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "card-package" */
'@/views/card
/card
-package/stock-list.vue'
),
meta
:
{
path
:
'/card-package/list'
}
...
...
src/router/gic-card.js
View file @
09d0606a
...
...
@@ -8,7 +8,7 @@ export default [
children
:
[
{
path
:
'list'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/card-list.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/card-list.vue'
),
// meta: {
// keepAlive: true,
// }
...
...
@@ -16,7 +16,7 @@ export default [
// 领取记录
{
path
:
'member-get'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/member-get.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/member-get.vue'
),
meta
:
{
path
:
'/gic-card/list'
}
...
...
@@ -24,7 +24,7 @@ export default [
// 库存记录
{
path
:
'stock-list'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/stock-list.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/stock-list.vue'
),
meta
:
{
path
:
'/gic-card/list'
}
...
...
@@ -32,12 +32,12 @@ export default [
// 转赠列表
{
path
:
'send-list'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/send-list.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/send-list.vue'
),
},
// 步骤页新增卡券
{
path
:
'add'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/card-form.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/card-form.vue'
),
meta
:
{
type
:
'add'
,
path
:
'/gic-card/list'
...
...
@@ -46,7 +46,7 @@ export default [
// 步骤页编辑卡券
{
path
:
'edit'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/card-form.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/card-form.vue'
),
meta
:
{
type
:
'edit'
,
path
:
'/gic-card/list'
...
...
@@ -55,7 +55,7 @@ export default [
// 步骤页复制卡券
{
path
:
'copy'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/card-form.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/card-form.vue'
),
meta
:
{
type
:
'copy'
,
path
:
'/gic-card/list'
...
...
@@ -64,7 +64,7 @@ export default [
// 长页详情
{
path
:
'info'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/card-info.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/card-info.vue'
),
meta
:
{
type
:
'info'
,
path
:
'/gic-card/list'
...
...
@@ -73,7 +73,7 @@ export default [
// 长页编辑
{
path
:
'info-edit'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/card-info.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/card-info.vue'
),
meta
:
{
type
:
'edit'
,
path
:
'/gic-card/list'
...
...
@@ -82,7 +82,7 @@ export default [
// 卡券销毁
{
path
:
'destory-list'
,
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/gic-card/destory-list.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "gic-card" */
'@/views/
card/
gic-card/destory-list.vue'
),
},
],
},
...
...
src/views/card-package/form.vue
→
src/views/card
/card
-package/form.vue
View file @
09d0606a
File moved
src/views/card-package/list.vue
→
src/views/card
/card
-package/list.vue
View file @
09d0606a
File moved
src/views/card-package/module/sync-stock-package.vue
→
src/views/card
/card
-package/module/sync-stock-package.vue
View file @
09d0606a
File moved
src/views/card-package/module/sync-stock.vue
→
src/views/card
/card
-package/module/sync-stock.vue
View file @
09d0606a
File moved
src/views/card-package/send-list.vue
→
src/views/card
/card
-package/send-list.vue
View file @
09d0606a
File moved
src/views/card-package/stock-list.vue
→
src/views/card
/card
-package/stock-list.vue
View file @
09d0606a
File moved
src/views/gic-card/app-config.vue
→
src/views/
card/
gic-card/app-config.vue
View file @
09d0606a
File moved
src/views/gic-card/card-form.js
→
src/views/
card/
gic-card/card-form.js
View file @
09d0606a
File moved
src/views/gic-card/card-form.vue
→
src/views/
card/
gic-card/card-form.vue
View file @
09d0606a
File moved
src/views/gic-card/card-info.js
→
src/views/
card/
gic-card/card-info.js
View file @
09d0606a
File moved
src/views/gic-card/card-info.vue
→
src/views/
card/
gic-card/card-info.vue
View file @
09d0606a
File moved
src/views/gic-card/card-list.vue
→
src/views/
card/
gic-card/card-list.vue
View file @
09d0606a
File moved
src/views/gic-card/destory-list.vue
→
src/views/
card/
gic-card/destory-list.vue
View file @
09d0606a
File moved
src/views/gic-card/member-get.vue
→
src/views/
card/
gic-card/member-get.vue
View file @
09d0606a
File moved
src/views/gic-card/module/card-item.vue
→
src/views/
card/
gic-card/module/card-item.vue
View file @
09d0606a
...
...
@@ -180,7 +180,7 @@ export default {
content
:
''
;
position
:
absolute
;
display
:
block
;
background
:
url('../../../assets/images/circle-icon.png')
no-repeat
;
background
:
url('../../../
../
assets/images/circle-icon.png')
no-repeat
;
width
:
30px
;
height
:
15px
;
top
:
0
;
...
...
@@ -194,7 +194,7 @@ export default {
position
:
absolute
;
left
:
0
;
bottom
:
0
;
background
:
url('../../../assets/images/dot-icon.png')
repeat-x
4px
0
;
background
:
url('../../../
../
assets/images/dot-icon.png')
repeat-x
4px
0
;
}
}
.card-body
{
...
...
src/views/gic-card/module/card-order.vue
→
src/views/
card/
gic-card/module/card-order.vue
View file @
09d0606a
File moved
src/views/gic-card/module/destory-dialog.vue
→
src/views/
card/
gic-card/module/destory-dialog.vue
View file @
09d0606a
File moved
src/views/gic-card/module/import-code.vue
→
src/views/
card/
gic-card/module/import-code.vue
View file @
09d0606a
File moved
src/views/gic-card/module/result-dialog.vue
→
src/views/
card/
gic-card/module/result-dialog.vue
View file @
09d0606a
File moved
src/views/gic-card/module/send-preview.vue
→
src/views/
card/
gic-card/module/send-preview.vue
View file @
09d0606a
...
...
@@ -58,7 +58,7 @@
<li
:class=
"
{ active: active === 'page' }" @click="active = 'page'">转赠页面
</li>
</ul>
</div>
<img
src=
"../../../assets/images/iphone-bg.png"
draggable=
"false"
/>
<img
src=
"../../../
../
assets/images/iphone-bg.png"
draggable=
"false"
/>
</div>
</div>
<div
class=
"bg"
@
click=
"close"
></div>
...
...
@@ -305,7 +305,7 @@ export default {
content
:
''
;
width
:
6px
;
height
:
100%
;
background
:
url('../../../assets/images/semi-circle-icon.png')
repeat-y
;
background
:
url('../../../
../
assets/images/semi-circle-icon.png')
repeat-y
;
position
:
absolute
;
left
:
-3px
;
top
:
0
;
...
...
src/views/gic-card/module/sync-stock.vue
→
src/views/
card/
gic-card/module/sync-stock.vue
View file @
09d0606a
File moved
src/views/gic-card/send-list.vue
→
src/views/
card/
gic-card/send-list.vue
View file @
09d0606a
File moved
src/views/gic-card/stock-list.vue
→
src/views/
card/
gic-card/stock-list.vue
View file @
09d0606a
File moved
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