Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhanglw
sensorConsult
Commits
9365911a
Commit
9365911a
authored
Jun 26, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
软件系统
parent
3ddf8850
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
12 deletions
+7
-12
inquiryView.vue
src/views/homepage/components/inquiryView.vue
+1
-1
index.vue
src/views/homepage/course/index.vue
+2
-3
index.vue
src/views/homepage/product/index.vue
+0
-1
index.vue
src/views/homepage/project/index.vue
+2
-3
index.vue
src/views/homepage/software/index.vue
+2
-3
index.vue
src/views/homepage/supplier/index.vue
+0
-1
No files found.
src/views/homepage/components/inquiryView.vue
View file @
9365911a
...
@@ -34,7 +34,7 @@ export default {
...
@@ -34,7 +34,7 @@ export default {
typeDict
:
{
typeDict
:
{
'
product
'
:
'
询 价
'
,
'
product
'
:
'
询 价
'
,
'
project
'
:
'
方案咨询
'
,
'
project
'
:
'
方案咨询
'
,
'
s
ystem
'
:
'
软件咨询
'
,
'
s
oftware
'
:
'
软件咨询
'
,
'
course
'
:
'
课程定制
'
'
course
'
:
'
课程定制
'
},
},
visible
:
false
,
visible
:
false
,
...
...
src/views/homepage/course/index.vue
View file @
9365911a
...
@@ -42,11 +42,10 @@ import languageSetting from '../components/languageSettingV2'
...
@@ -42,11 +42,10 @@ import languageSetting from '../components/languageSettingV2'
import
breadcrumb
from
'
../components/breadcrumb
'
import
breadcrumb
from
'
../components/breadcrumb
'
import
homeFooter
from
'
../components/homeFooter
'
import
homeFooter
from
'
../components/homeFooter
'
import
inquiryView
from
'
../components/inquiryView
'
import
inquiryView
from
'
../components/inquiryView
'
import
NProgress
from
'
nprogress
'
export
default
{
export
default
{
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
dicts
:
[
'
product_type
'
,
'
area_province
'
],
dicts
:
[],
data
()
{
data
()
{
return
{
return
{
defaultImgSystem
:
default_system
,
defaultImgSystem
:
default_system
,
...
@@ -103,7 +102,7 @@ export default {
...
@@ -103,7 +102,7 @@ export default {
},
},
methods
:
{
methods
:
{
onDictReady
(
dict
)
{
onDictReady
(
dict
)
{
this
.
areaOpts
=
[{
value
:
undefined
,
label
:
'
全部
'
},
...
dict
.
area_province
]
},
},
setQuertType
(
type
)
{
setQuertType
(
type
)
{
if
(
type
===
this
.
query
.
type
)
{
if
(
type
===
this
.
query
.
type
)
{
...
...
src/views/homepage/product/index.vue
View file @
9365911a
...
@@ -189,7 +189,6 @@ import languageSetting from '../components/languageSettingV2'
...
@@ -189,7 +189,6 @@ import languageSetting from '../components/languageSettingV2'
import
breadcrumb
from
'
../components/breadcrumb
'
import
breadcrumb
from
'
../components/breadcrumb
'
import
homeFooter
from
'
../components/homeFooter
'
import
homeFooter
from
'
../components/homeFooter
'
import
inquiryView
from
'
../components/inquiryView
'
import
inquiryView
from
'
../components/inquiryView
'
import
NProgress
from
'
nprogress
'
export
default
{
export
default
{
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
...
...
src/views/homepage/project/index.vue
View file @
9365911a
...
@@ -80,11 +80,10 @@ import languageSetting from '../components/languageSettingV2'
...
@@ -80,11 +80,10 @@ import languageSetting from '../components/languageSettingV2'
import
breadcrumb
from
'
../components/breadcrumb
'
import
breadcrumb
from
'
../components/breadcrumb
'
import
homeFooter
from
'
../components/homeFooter
'
import
homeFooter
from
'
../components/homeFooter
'
import
inquiryView
from
'
../components/inquiryView
'
import
inquiryView
from
'
../components/inquiryView
'
import
NProgress
from
'
nprogress
'
export
default
{
export
default
{
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
dicts
:
[
'
product_type
'
,
'
area_province
'
],
dicts
:
[],
data
()
{
data
()
{
return
{
return
{
defaultImgProduct
:
default_product
,
defaultImgProduct
:
default_product
,
...
@@ -140,7 +139,7 @@ export default {
...
@@ -140,7 +139,7 @@ export default {
},
},
methods
:
{
methods
:
{
onDictReady
(
dict
)
{
onDictReady
(
dict
)
{
this
.
areaOpts
=
[{
value
:
undefined
,
label
:
'
全部
'
},
...
dict
.
area_province
]
},
},
setQuertType
(
type
)
{
setQuertType
(
type
)
{
if
(
type
===
this
.
query
.
type
)
{
if
(
type
===
this
.
query
.
type
)
{
...
...
src/views/homepage/software/index.vue
View file @
9365911a
...
@@ -41,11 +41,10 @@ import languageSetting from '../components/languageSettingV2'
...
@@ -41,11 +41,10 @@ import languageSetting from '../components/languageSettingV2'
import
breadcrumb
from
'
../components/breadcrumb
'
import
breadcrumb
from
'
../components/breadcrumb
'
import
homeFooter
from
'
../components/homeFooter
'
import
homeFooter
from
'
../components/homeFooter
'
import
inquiryView
from
'
../components/inquiryView
'
import
inquiryView
from
'
../components/inquiryView
'
import
NProgress
from
'
nprogress
'
export
default
{
export
default
{
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
dicts
:
[
'
product_type
'
,
'
area_province
'
],
dicts
:
[],
data
()
{
data
()
{
return
{
return
{
defaultImgSystem
:
default_system
,
defaultImgSystem
:
default_system
,
...
@@ -106,7 +105,7 @@ export default {
...
@@ -106,7 +105,7 @@ export default {
},
},
methods
:
{
methods
:
{
onDictReady
(
dict
)
{
onDictReady
(
dict
)
{
this
.
areaOpts
=
[{
value
:
undefined
,
label
:
'
全部
'
},
...
dict
.
area_province
]
},
},
setQuertType
(
type
)
{
setQuertType
(
type
)
{
if
(
type
===
this
.
query
.
type
)
{
if
(
type
===
this
.
query
.
type
)
{
...
...
src/views/homepage/supplier/index.vue
View file @
9365911a
...
@@ -131,7 +131,6 @@ import languageSetting from '../components/languageSettingV2'
...
@@ -131,7 +131,6 @@ import languageSetting from '../components/languageSettingV2'
import
breadcrumb
from
'
../components/breadcrumb
'
import
breadcrumb
from
'
../components/breadcrumb
'
import
homeFooter
from
'
../components/homeFooter
'
import
homeFooter
from
'
../components/homeFooter
'
import
inquiryView
from
'
../components/inquiryView
'
import
inquiryView
from
'
../components/inquiryView
'
import
NProgress
from
'
nprogress
'
export
default
{
export
default
{
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
components
:
{
titleMenus
,
userLogin
,
languageSetting
,
breadcrumb
,
homeFooter
,
inquiryView
},
...
...
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