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 6133b7bf
authored
Oct 22, 2022
by
tianlonglong
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
tll
2 parents
527169c5
1d669e9f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
7 deletions
src/views/queueManagement/cameraPositionCalibration/bindDev.vue
src/views/queueManagement/cameraPositionCalibration/index.vue
src/views/queueManagement/channelManagement/addDesk.vue
src/views/queueManagement/public/css/common.css
src/views/queueManagement/cameraPositionCalibration/bindDev.vue
View file @
6133b7b
This diff is collapsed.
Click to expand it.
src/views/queueManagement/cameraPositionCalibration/index.vue
View file @
6133b7b
...
@@ -95,8 +95,7 @@
...
@@ -95,8 +95,7 @@
this
.
getTableData
();
this
.
getTableData
();
},
},
bindRow
(
row
){
bindRow
(
row
){
console
.
log
(
this
.
areaObj
)
this
.
$refs
.
bindDevModel
.
dialogInit
(
this
.
areaObj
.
pic
,
this
.
gateList
);
// this.$refs.bindDevModel.dialogInit(row);
},
},
searchFun
(){
searchFun
(){
this
.
currentPage
=
1
;
this
.
currentPage
=
1
;
...
@@ -198,7 +197,7 @@
...
@@ -198,7 +197,7 @@
.draw_desks
{
.draw_desks
{
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
height
:
700px
;
//
height
:
700px
;
}
}
.gateWrap
{
.gateWrap
{
position
:
relative
;
position
:
relative
;
...
...
src/views/queueManagement/channelManagement/addDesk.vue
View file @
6133b7b
...
@@ -12,6 +12,10 @@
...
@@ -12,6 +12,10 @@
<el-input
v-model=
"addForm.code"
:placeholder=
"$t('pholder.input')"
></el-input>
<el-input
v-model=
"addForm.code"
:placeholder=
"$t('pholder.input')"
></el-input>
<i
class=
"error-tip"
>
*
</i>
<i
class=
"error-tip"
>
*
</i>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('dialog.deviceNum')"
prop=
"deviceSerialNum"
>
<el-input
v-model=
"addForm.deviceSerialNum"
:placeholder=
"$t('pholder.input')"
></el-input>
<i
class=
"error-tip"
>
*
</i>
</el-form-item>
<el-form-item
:label=
"$t('table.counterType')"
prop=
"counterType"
>
<el-form-item
:label=
"$t('table.counterType')"
prop=
"counterType"
>
<el-select
v-model=
"addForm.counterType"
:placeholder=
"$t('pholder.select')"
>
<el-select
v-model=
"addForm.counterType"
:placeholder=
"$t('pholder.select')"
>
<el-option
v-for=
"item in counterTypeData"
:key=
"item.key"
:label=
"item.value"
:value=
"item.key"
/>
<el-option
v-for=
"item in counterTypeData"
:key=
"item.key"
:label=
"item.value"
:value=
"item.key"
/>
...
@@ -76,7 +80,12 @@ export default {
...
@@ -76,7 +80,12 @@ export default {
required
:
true
,
required
:
true
,
message
:
this
.
$t
(
'pholder.select'
),
message
:
this
.
$t
(
'pholder.select'
),
trigger
:
'blur'
trigger
:
'blur'
}]
}],
deviceSerialNum
:[{
required
:
true
,
message
:
this
.
$t
(
'pholder.input'
),
trigger
:
'blur'
}],
}
}
}
}
},
},
...
@@ -87,7 +96,8 @@ export default {
...
@@ -87,7 +96,8 @@ export default {
name
:
''
,
name
:
''
,
areaId
:
""
,
areaId
:
""
,
code
:
''
,
code
:
''
,
counterType
:
''
counterType
:
''
,
deviceSerialNum
:
''
};
};
this
.
isEdit
=
type
this
.
isEdit
=
type
if
(
data
){
if
(
data
){
...
@@ -187,7 +197,7 @@ export default {
...
@@ -187,7 +197,7 @@ export default {
<
style
scoped
lang=
"less"
>
<
style
scoped
lang=
"less"
>
.dialog_lj
{
.dialog_lj
{
/deep/.el-dialog__body{
/deep/.el-dialog__body{
height
:
27
0px
;
height
:
32
0px
;
}
}
/
deep
/
.el-form-item__label
{
/
deep
/
.el-form-item__label
{
line-height
:
30px
;
line-height
:
30px
;
...
...
src/views/queueManagement/public/css/common.css
View file @
6133b7b
...
@@ -10,8 +10,11 @@
...
@@ -10,8 +10,11 @@
.searchFormSocial
.el-form-item
{
.searchFormSocial
.el-form-item
{
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
.single-report-header
{
margin-bottom
:
0
!important
;
}
.socialHeader
{
.socialHeader
{
padding-top
:
1
0px
;
padding-top
:
0px
;
margin-right
:
10px
!important
;
margin-right
:
10px
!important
;
}
}
.contentSocial
{
.contentSocial
{
...
...
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