Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
c2ad7ca8
Commit
c2ad7ca8
authored
Dec 19, 2024
by
chenjiahao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复已知问题
parent
1a3fcda7
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
301 additions
and
264 deletions
+301
-264
index.vue
src/views/AAAFont/dataRegistration/index.vue
+18
-14
index.vue
src/views/AAAFont/demandHall/index.vue
+11
-10
index.vue
src/views/AAAFont/index.vue
+9
-3
index.vue
src/views/AAAFont/nationalPolicy/index.vue
+11
-10
index.vue
src/views/AAAFont/tradingMarket/index.vue
+252
-227
No files found.
src/views/AAAFont/dataRegistration/index.vue
View file @
c2ad7ca8
...
...
@@ -288,7 +288,20 @@
import
Icon
from
'@/components/Icon/Icon.vue'
;
import
{
getToken
}
from
'@/utils/auth'
;
import
{
Col
,
Row
}
from
'ant-design-vue'
;
import
cardLogo
from
'@/assets/images/mallHome/biaoqian.png'
;
import
industryImg
from
'@/assets/images/mallHome/行业动态.png'
;
import
dynamicImg
from
'@/assets/images/mallHome/hangyedongtai.png'
;
const
items
=
[
{
id
:
'1'
,
url
:
new
URL
(
'@/assets/images/mallHome/banner1.png'
,
import
.
meta
.
url
).
href
,
},
{
id
:
'2'
,
url
:
new
URL
(
'@/assets/images/mallHome/banner.png'
,
import
.
meta
.
url
).
href
,
},
];
export
default
{
name
:
'Front'
,
components
:
{
Row
,
Col
,
Icon
},
...
...
@@ -337,19 +350,10 @@
activeName2
:
'first'
,
enrollNotice
:
'1'
,
isDetail
:
false
,
cardLogo
:
'src/assets/images/mallHome/biaoqian.png'
,
industryImg
:
'src/assets/images/mallHome/行业动态.png'
,
dynamicImg
:
'src/assets/images/mallHome/hangyedongtai.png'
,
items
:
[
{
id
:
'1'
,
url
:
'src/assets/images/mallHome/banner1.png'
,
},
{
id
:
'2'
,
url
:
'src/assets/images/mallHome/banner.png'
,
},
],
cardLogo
,
industryImg
,
dynamicImg
,
items
,
formSchema1
:
[
{
label
:
'申请人'
,
...
...
src/views/AAAFont/demandHall/index.vue
View file @
c2ad7ca8
...
...
@@ -101,21 +101,22 @@
import
Icon
from
'@/components/Icon/Icon.vue'
;
import
{
getToken
}
from
'@/utils/auth'
;
const
items
=
[
{
id
:
'1'
,
url
:
new
URL
(
'@/assets/images/mallHome/banner1.png'
,
import
.
meta
.
url
).
href
,
},
{
id
:
'2'
,
url
:
new
URL
(
'@/assets/images/mallHome/banner.png'
,
import
.
meta
.
url
).
href
,
},
];
export
default
{
name
:
'DemandHall'
,
components
:
{
Icon
},
data
()
{
return
{
items
:
[
{
id
:
'1'
,
url
:
'src/assets/images/mallHome/banner1.png'
,
},
{
id
:
'2'
,
url
:
'src/assets/images/mallHome/banner.png'
,
},
],
items
,
tabSelect
:
0
,
tabList
:
[
{
...
...
src/views/AAAFont/index.vue
View file @
c2ad7ca8
...
...
@@ -47,9 +47,15 @@
>
注册
</el-button
>
</div>
<div
v-else
>
<a-button
class=
"long_btn"
type=
"link"
>
</a-button>
<a-button
class=
"long_btn"
type=
"link"
@
click=
"toBackstage"
>
个人中心
</a-button>
<div
v-else
style=
"display: flex;align-items: center"
>
<a-button
class=
"long_btn"
type=
"link"
/>
<a-button
style=
"color: #486fe1; background-color: #dce5f9"
type=
"link"
@
click=
"toBackstage"
>
<span
style=
"text-align: center"
>
个人中心
</span>
</a-button>
</div>
</div>
<!--
</div>
-->
...
...
src/views/AAAFont/nationalPolicy/index.vue
View file @
c2ad7ca8
...
...
@@ -670,6 +670,17 @@
import
{
BasicTable
,
useTable
,
TableAction
}
from
'@/components/Table'
;
import
{
columns
}
from
'./tableSchema'
;
const
items
=
[
{
id
:
'1'
,
url
:
new
URL
(
'@/assets/images/mallHome/banner1.png'
,
import
.
meta
.
url
).
href
,
},
{
id
:
'2'
,
url
:
new
URL
(
'@/assets/images/mallHome/banner.png'
,
import
.
meta
.
url
).
href
,
},
];
const
fileType
=
ref
(
''
);
// 文件下载后缀
const
choseFile
=
ref
({});
// 选择文件对象
const
downloadType
=
ref
(
''
);
// 1是本地文件下载,2是oss文件下载
...
...
@@ -721,16 +732,6 @@
console
.
log
(
'clickpush'
);
router
.
push
(
'/aaaFont/nationalPolicy/details'
);
}
const
items
=
[
{
id
:
'1'
,
url
:
'src/assets/images/mallHome/banner1.png'
,
},
{
id
:
'2'
,
url
:
'src/assets/images/mallHome/banner.png'
,
},
];
</
script
>
<
style
scoped
lang=
"scss"
>
/* 报名参赛按钮 */
...
...
src/views/AAAFont/tradingMarket/index.vue
View file @
c2ad7ca8
This diff is collapsed.
Click to expand it.
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