Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
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
22a9b66e
authored
Jun 09, 2021
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
x
parent
948d46c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
src/ajax/index.js
src/views/Index/index.vue
src/ajax/index.js
View file @
22a9b66e
...
...
@@ -15,7 +15,7 @@ export let NODE_ENVS = "/";
switch
(
envs
)
{
case
'development'
:
//开发环境
NODE_ENVS
=
'http://192.168.1.
224
:8080'
;
NODE_ENVS
=
'http://192.168.1.
30
:8080'
;
break
;
case
'test'
:
//测试环境
...
...
src/views/Index/index.vue
View file @
22a9b66e
...
...
@@ -195,7 +195,7 @@
</ul>
<el-form>
<el-form-item
label=
""
>
<el-date-picker
disabled=
"true
"
class=
"p-date"
v-model=
"date"
type=
"daterange"
range-separator=
"至"
<el-date-picker
:disabled=
"isDisabled
"
class=
"p-date"
v-model=
"date"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
></el-date-picker>
</el-form-item>
</el-form>
...
...
@@ -207,7 +207,7 @@
</div>
<div
class=
"box2"
>
<p
class=
"t1"
>
单个型号询报价总数分析
</p>
<input
type=
"text"
placeholder=
"请输入型号"
class=
"inp boxsiz"
disabled=
"true
"
/>
<input
type=
"text"
placeholder=
"请输入型号"
class=
"inp boxsiz"
:disabled=
"isDisabled
"
/>
<div
id=
"echarts_box2"
style=
"width: 100%;height:200px;"
></div>
</div>
</div>
...
...
@@ -234,6 +234,7 @@
name
:
"index"
,
data
()
{
return
{
isDisabled
:
true
,
date
:
''
,
data
:
{
"weekly_quote_selected_count"
:
100
,
...
...
@@ -254,7 +255,7 @@
},
mounted
()
{
this
.
getData
();
console
.
log
(
"测试发布环境
dev
"
)
console
.
log
(
"测试发布环境
1
"
)
},
methods
:
{
getData
()
{
...
...
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