Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
jml0128
/
xrk-bi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 47b84364
authored
Dec 22, 2021
by
shangriqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
适配后端数据结构
1 parent
bc1e4dfa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
package.json
src/App.vue
src/packages/task-recored/src/main.vue
package.json
View file @
47b8436
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@vue/cli-plugin-eslint"
:
"~4.5.0"
,
"@vue/cli-plugin-eslint"
:
"~4.5.0"
,
"@vue/composition-api"
:
"^1.0.0-rc.11"
,
"@vue/composition-api"
:
"^1.0.0-rc.11"
,
"@vue/eslint-config-prettier"
:
"^6.0.0"
,
"@vue/eslint-config-prettier"
:
"^6.0.0"
,
"babel-core"
:
"^6.26.0"
,
"babel-core"
:
"^6.26.0"
,
...
...
src/App.vue
View file @
47b8436
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
<
script
>
<
script
>
import
{
getQueryVariable
}
from
'./packages/bi/src/chart-type/common'
;
import
{
getQueryVariable
}
from
'./packages/bi/src/chart-type/common'
;
export
default
{
export
default
{
name
:
'App'
,
name
:
'App'
,
data
()
{
data
()
{
...
...
src/packages/task-recored/src/main.vue
View file @
47b8436
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
>
>
<p
class=
"panel-cell-label"
style=
""
>
信息转发记录:
</p>
<p
class=
"panel-cell-label"
style=
""
>
信息转发记录:
</p>
<div
style=
"color: #2d2d2d;padding:20px 20px 0 0"
>
<div
style=
"color: #2d2d2d;padding:20px 20px 0 0"
>
<img
style=
"width: 100%;"
:src=
"forward"
alt=
""
/>
<img
style=
"width: 100%;"
:src=
"forward
Url
"
alt=
""
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -114,7 +114,7 @@ export default {
...
@@ -114,7 +114,7 @@ export default {
visitPlanInformation
:
''
,
// 拜访信息
visitPlanInformation
:
''
,
// 拜访信息
cdInfo
:
[],
// 传递信息
cdInfo
:
[],
// 传递信息
feedBackUrl
:
''
,
//反馈记录
feedBackUrl
:
''
,
//反馈记录
forward
:
''
,
//转发记录
forward
Url
:
''
,
//转发记录
visitTatgetType
:
''
visitTatgetType
:
''
};
};
},
},
...
@@ -127,15 +127,15 @@ export default {
...
@@ -127,15 +127,15 @@ export default {
await
this
.
getCtxInfo
().
then
(({
data
:
{
data
}
})
=>
{
await
this
.
getCtxInfo
().
then
(({
data
:
{
data
}
})
=>
{
this
.
cdInfo
=
data
.
cdInfo
;
this
.
cdInfo
=
data
.
cdInfo
;
this
.
feedBackUrl
=
data
.
feedBackUrl
;
this
.
feedBackUrl
=
data
.
feedBackUrl
;
this
.
forward
=
data
.
forward
;
this
.
forward
Url
=
data
.
forwardUrl
;
this
.
cdInfo
=
data
.
cdInfo
;
this
.
cdInfo
=
data
.
cdInfo
;
this
.
visitPlanInformation
=
data
.
visitPlanInformation
;
this
.
visitPlanInformation
=
data
.
visitPlanInformation
;
this
.
visitTatgetType
=
data
.
visitTatgetType
;
this
.
visitTatgetType
=
data
.
visitTatgetType
;
this
.
ctxInfo
=
createCells
(
this
.
visitTatgetType
,
data
);
this
.
ctxInfo
=
createCells
(
this
.
visitTatgetType
,
data
);
});
});
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
getBaseInfo
().
then
(
res
=>
{
this
.
getBaseInfo
().
then
(
({
data
:
{
data
}
})
=>
{
this
.
baseInfo
=
createCells
(
this
.
visitTatgetType
,
res
.
data
.
data
[
0
]
);
this
.
baseInfo
=
createCells
(
this
.
visitTatgetType
,
data
);
});
});
});
});
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment