Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李君
/
carrefour
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cc86fffd
authored
Oct 23, 2022
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化
1 parent
0e66488b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
src/views/queueManagement/dataPlaybackTime/index.vue
src/views/queueManagement/dataPlaybackTime/index.vue
View file @
cc86fff
...
...
@@ -34,7 +34,7 @@
<div
class=
"manage-content"
>
<div
class=
"asis-table-content"
v-loading=
"loading"
>
<div
class=
"xy-container"
>
<canvas
id=
"
editXyc
anvas"
class=
"xycanvas"
></canvas>
<canvas
id=
"
cameraC
anvas"
class=
"xycanvas"
></canvas>
</div>
<canvas
id=
'container'
class=
"boxShadow"
></canvas>
</div>
...
...
@@ -48,8 +48,6 @@
data
()
{
return
{
editChannelImg
:
''
,
startTime
:
''
,
endTime
:
''
,
mallListForTerm
:
[],
areaListData
:
[],
areaOneObj
:{},
...
...
@@ -63,11 +61,8 @@
},
canvas
:
null
,
//canvas实例
ctx
:
null
,
//ctx画笔
widthX
:
0
,
//缩放比例X
heightX
:
0
,
//缩放比例Y
dataList
:
[],
//点位坐标
pic
:
null
,
channelNum
:
0
,
deviceList
:[],
deviceObj
:{},
canvasDevice
:
null
,
//canvas实例
...
...
@@ -81,7 +76,7 @@
this
.
ctx
=
this
.
canvas
.
getContext
(
"2d"
);
this
.
canvas
.
width
=
document
.
body
.
clientWidth
-
248
;
this
.
canvas
.
height
=
380
;
this
.
canvasDevice
=
document
.
getElementById
(
"
editXyc
anvas"
);
this
.
canvasDevice
=
document
.
getElementById
(
"
cameraC
anvas"
);
this
.
ctxDevice
=
this
.
canvasDevice
.
getContext
(
"2d"
);
this
.
canvasDevice
.
width
=
640
;
this
.
canvasDevice
.
height
=
360
;
...
...
@@ -119,7 +114,6 @@
mallChange
(
val
)
{
this
.
setSessionLocal
(
"mallId"
,
val
);
this
.
searchForm
.
cashierAreaId
=
''
this
.
channelNum
=
0
this
.
getAreaList
(
val
)
// this.getOpenTime()
},
...
...
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