Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
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
qzhxx
national_museum_vod
Commits
192e18ac
Commit
192e18ac
authored
May 26, 2021
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改overview不显示气泡
parent
fc34dd31
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
4 deletions
+27
-4
index.js
config/index.js
+1
-1
index.vue
src/page/STB/base/index.vue
+3
-2
unitAdmin.vue
src/page/accounts/unitAdmin.vue
+1
-0
add.vue
src/page/accounts/unitAdminDialog/add.vue
+12
-0
edit.vue
src/page/accounts/unitAdminDialog/edit.vue
+7
-0
maps.vue
src/page/statistics/components/maps.vue
+3
-1
No files found.
config/index.js
View file @
192e18ac
...
...
@@ -32,7 +32,7 @@ module.exports = {
},
// Various Dev Server settings
//host: 'localhost', // can be overwritten by process.env.HOST
//
host: 'localhost', // can be overwritten by process.env.HOST
host
:
'0.0.0.0'
,
// can be overwritten by process.env.HOST
port
:
3000
,
// can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser
:
false
,
...
...
src/page/STB/base/index.vue
View file @
192e18ac
...
...
@@ -126,7 +126,8 @@ export default {
let
vm
=
this
;
let
dates
=
{};
if
(
this
.
form
.
date
)
{
dates
.
startDate
=
this
.
form
.
date
[
0
];
// dates.startDate = this.form.date[0];
dates
.
beginDate
=
this
.
form
.
date
[
0
];
dates
.
endDate
=
this
.
form
.
date
[
1
];
}
let
param
=
{
...
...
@@ -197,7 +198,7 @@ export default {
handleExport
()
{
let
dates
=
{};
if
(
this
.
form
.
date
)
{
dates
.
start
Date
=
this
.
requestForm
.
date
[
0
];
dates
.
begin
Date
=
this
.
requestForm
.
date
[
0
];
dates
.
endDate
=
this
.
requestForm
.
date
[
1
];
}
let
param
=
{
...
...
src/page/accounts/unitAdmin.vue
View file @
192e18ac
...
...
@@ -85,6 +85,7 @@ export default {
},
feildList
:
[
{
prop
:
"userName"
,
label
:
"管理员姓名"
},
// { prop:'typeName', label: '管理员类型' },
{
prop
:
"phone"
,
label
:
"手机号码"
},
{
prop
:
"telephone"
,
label
:
"固定电话"
},
{
prop
:
"weChat"
,
label
:
"微信号"
},
...
...
src/page/accounts/unitAdminDialog/add.vue
View file @
192e18ac
...
...
@@ -24,6 +24,12 @@
oninput=
"value = value.trim()"
></el-input>
</el-form-item>
<!--
<el-form-item
label=
"管理员类型"
prop=
"typeName"
>
<el-input
v-model=
"form.typeName"
placeholder=
"请填写管理员类型"
></el-input>
</el-form-item>
-->
<el-form-item
label=
"固定电话"
prop=
"telephone"
>
<el-input
v-model=
"form.telephone"
...
...
@@ -61,6 +67,12 @@
</el-form-item>
</div>
<div>
<!--
<el-form-item
label=
"管理员类型"
prop=
"typeName"
>
<el-input
v-model=
"form.typeName"
placeholder=
"请填写管理员类型"
></el-input>
</el-form-item>
-->
<el-form-item
label=
"手机号码"
prop=
"phone"
>
<el-input
v-model=
"form.phone"
...
...
src/page/accounts/unitAdminDialog/edit.vue
View file @
192e18ac
...
...
@@ -24,6 +24,12 @@
oninput=
"value = value.trim()"
></el-input>
</el-form-item>
<!--
<el-form-item
label=
"管理员类型"
prop=
"typeName"
>
<el-input
v-model=
"form.typeName"
placeholder=
"请填写管理员类型"
></el-input>
</el-form-item>
-->
<el-form-item
label=
"固定电话"
prop=
"telephone"
>
<el-input
v-model=
"form.telephone"
...
...
@@ -202,6 +208,7 @@ export default {
this
.
form
=
{
userName
:
""
,
orgId
:
""
,
phone
:
""
,
permanent
:
true
,
date
:
""
,
roleList
:
[],
...
...
src/page/statistics/components/maps.vue
View file @
192e18ac
...
...
@@ -3,6 +3,7 @@
<span
id=
"back"
v-if=
"parentInfo.length !== 1"
@
click=
"handleBack()"
>
返回
</span
>
<div
id=
"mapDiv"
></div>
</div>
</
template
>
...
...
@@ -86,7 +87,7 @@ export default {
init
(
mapData
)
{
let
option
=
{
tooltip
:
{
triggerOn
:
"click"
,
//
triggerOn: "click",
formatter
:
function
(
e
,
t
,
n
)
{
return
0.5
==
e
.
value
?
e
.
name
+
":播放量"
...
...
@@ -245,6 +246,7 @@ export default {
//geoJson必须这种格式
mapJson
.
features
=
Json
;
//去渲染echarts
console
.
log
(
mapData
)
this
.
initEcharts
(
mapData
,
mapJson
);
},
initEcharts
(
mapData
,
mapJson
)
{
...
...
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