Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shareConfig
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
gic-web
shareConfig
Commits
8d914b02
Commit
8d914b02
authored
Mar 16, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/3月迭代-菜单' into dev
parents
b313936e
197721e5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
17 deletions
+0
-17
createCompletion.vue
src/view/activeConfig/createCompletion.vue
+0
-3
index.vue
src/view/activeConfig/index.vue
+0
-3
index.vue
src/view/dataDetails/index.vue
+0
-3
invitedLog.vue
src/view/dataDetails/invitedLog.vue
+0
-5
inviterLog.vue
src/view/dataDetails/inviterLog.vue
+0
-3
No files found.
src/view/activeConfig/createCompletion.vue
View file @
8d914b02
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<
template
>
<
template
>
<div
class=
"create-completion common-wrap"
>
<div
class=
"create-completion common-wrap"
>
<nav-crumb
:navpath=
"navpath"
></nav-crumb>
<div
class=
"right-content border-box"
>
<div
class=
"right-content border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"create-completion-icon text-center"
>
<div
class=
"create-completion-icon text-center"
>
...
@@ -35,13 +34,11 @@
...
@@ -35,13 +34,11 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
navCrumb
from
'@/components/nav/nav.vue'
;
import
Clipboard
from
'clipboard'
;
import
Clipboard
from
'clipboard'
;
import
showMsg
from
'@/common/js/showmsg'
;
import
showMsg
from
'@/common/js/showmsg'
;
export
default
{
export
default
{
name
:
'createCompletion'
,
name
:
'createCompletion'
,
components
:
{
components
:
{
navCrumb
,
},
},
data
()
{
data
()
{
return
{
return
{
...
...
src/view/activeConfig/index.vue
View file @
8d914b02
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<
template
>
<
template
>
<div
class=
"create-completion common-wrap"
>
<div
class=
"create-completion common-wrap"
>
<nav-crumb
:navpath=
"navpath"
></nav-crumb>
<div
class=
"right-content border-box"
>
<div
class=
"right-content border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"step-top"
>
<div
class=
"step-top"
>
...
@@ -50,7 +49,6 @@
...
@@ -50,7 +49,6 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
navCrumb
from
'@/components/nav/nav.vue'
;
import
activeStep
from
'@/components/active-config/active-step.vue'
;
import
activeStep
from
'@/components/active-config/active-step.vue'
;
import
baseConfig
from
'@/components/active-config/base-config.vue'
;
import
baseConfig
from
'@/components/active-config/base-config.vue'
;
import
centerConfig
from
'@/components/active-config/center-config.vue'
;
import
centerConfig
from
'@/components/active-config/center-config.vue'
;
...
@@ -60,7 +58,6 @@ import rewardConfig from '@/components/active-config/reward-config.vue';
...
@@ -60,7 +58,6 @@ import rewardConfig from '@/components/active-config/reward-config.vue';
export
default
{
export
default
{
name
:
'createCompletion'
,
name
:
'createCompletion'
,
components
:
{
components
:
{
navCrumb
,
activeStep
,
activeStep
,
baseConfig
,
baseConfig
,
centerConfig
,
centerConfig
,
...
...
src/view/dataDetails/index.vue
View file @
8d914b02
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<
template
>
<
template
>
<div
class=
"data-detail common-wrap"
>
<div
class=
"data-detail common-wrap"
>
<nav-crumb
:navpath=
"navpath"
></nav-crumb>
<div
class=
"right-content border-box"
>
<div
class=
"right-content border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"data-detail-tab flex flex-space-between"
>
<div
class=
"data-detail-tab flex flex-space-between"
>
...
@@ -58,7 +57,6 @@
...
@@ -58,7 +57,6 @@
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
navCrumb
from
'@/components/nav/nav.vue'
;
import
inviteTable
from
'@/components/data-details/invite-table.vue'
;
import
inviteTable
from
'@/components/data-details/invite-table.vue'
;
import
invitedTable
from
'@/components/data-details/invited-table.vue'
;
import
invitedTable
from
'@/components/data-details/invited-table.vue'
;
// import exportExcel from '@/components/export-excel'
// import exportExcel from '@/components/export-excel'
...
@@ -68,7 +66,6 @@ import invitedTable from '@/components/data-details/invited-table.vue';
...
@@ -68,7 +66,6 @@ import invitedTable from '@/components/data-details/invited-table.vue';
export
default
{
export
default
{
name
:
'dataDetail'
,
name
:
'dataDetail'
,
components
:
{
components
:
{
navCrumb
,
inviteTable
,
inviteTable
,
invitedTable
,
invitedTable
,
// exportExcel
// exportExcel
...
...
src/view/dataDetails/invitedLog.vue
View file @
8d914b02
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
-->
-->
<
template
>
<
template
>
<div
class=
"invited-log common-wrap"
>
<div
class=
"invited-log common-wrap"
>
<nav-crumb
:navpath=
"navpath"
></nav-crumb>
<div
class=
"right-content border-box"
>
<div
class=
"right-content border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"invited-data"
>
<div
class=
"invited-data"
>
...
@@ -76,14 +75,10 @@
...
@@ -76,14 +75,10 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
navCrumb
from
'@/components/nav/nav.vue'
;
import
{
getRequest
}
from
'@/api/api'
;
import
{
getRequest
}
from
'@/api/api'
;
import
errMsg
from
'@/common/js/error'
;
import
errMsg
from
'@/common/js/error'
;
export
default
{
export
default
{
name
:
'invited-log'
,
name
:
'invited-log'
,
components
:
{
navCrumb
,
},
data
()
{
data
()
{
return
{
return
{
// 面包屑参数
// 面包屑参数
...
...
src/view/dataDetails/inviterLog.vue
View file @
8d914b02
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
-->
-->
<
template
>
<
template
>
<div
class=
"inviter-log common-wrap"
>
<div
class=
"inviter-log common-wrap"
>
<nav-crumb
:navpath=
"navpath"
></nav-crumb>
<div
class=
"right-content border-box"
>
<div
class=
"right-content border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"right-box border-box"
>
<div
class=
"inviter-data"
>
<div
class=
"inviter-data"
>
...
@@ -85,7 +84,6 @@
...
@@ -85,7 +84,6 @@
import
pointLog
from
'@/components/data-details/point-log.vue'
;
import
pointLog
from
'@/components/data-details/point-log.vue'
;
import
cardLog
from
'@/components/data-details/card-log.vue'
;
import
cardLog
from
'@/components/data-details/card-log.vue'
;
import
inviteLog
from
'@/components/data-details/invite-log.vue'
;
import
inviteLog
from
'@/components/data-details/invite-log.vue'
;
import
navCrumb
from
'@/components/nav/nav.vue'
;
// import exportExcel from '@/components/export-excel'
// import exportExcel from '@/components/export-excel'
import
{
getRequest
}
from
'@/api/api'
;
import
{
getRequest
}
from
'@/api/api'
;
import
errMsg
from
'@/common/js/error'
;
import
errMsg
from
'@/common/js/error'
;
...
@@ -126,7 +124,6 @@ export default {
...
@@ -126,7 +124,6 @@ export default {
};
};
},
},
components
:
{
components
:
{
navCrumb
,
inviteLog
,
inviteLog
,
pointLog
,
pointLog
,
cardLog
,
cardLog
,
...
...
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