Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
12871e8d
Commit
12871e8d
authored
Oct 26, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务测试,修改上传,数据采集
parent
6cb66255
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
200 additions
and
128 deletions
+200
-128
src/assets/imgs/home_tool_ic_sscj.png
src/assets/imgs/home_tool_ic_sscj.png
+0
-0
src/components/general/upload_file.vue
src/components/general/upload_file.vue
+13
-7
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+179
-121
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+8
-0
No files found.
src/assets/imgs/home_tool_ic_sscj.png
0 → 100644
View file @
12871e8d
1.28 KB
src/components/general/upload_file.vue
View file @
12871e8d
...
...
@@ -114,6 +114,19 @@ export default {
},
watch
:
{
list
(
value
)
{
this
.
getFileArray
(
value
);
},
},
created
()
{
if
(
!
this
.
unique
)
{
this
.
anotherData
.
uniqueCode
=
this
.
unique
;
}
},
mounted
()
{
this
.
getFileArray
(
this
.
list
);
},
methods
:
{
getFileArray
(
value
)
{
var
getListImg
=
[];
if
(
value
&&
value
.
length
!=
0
)
{
for
(
var
i
=
0
;
i
<
value
.
length
;
i
++
)
{
...
...
@@ -126,13 +139,6 @@ export default {
this
.
fileArray
=
[...
getListImg
];
this
.
hideUpload
=
this
.
fileArray
.
length
>=
this
.
max
;
},
},
created
()
{
if
(
!
this
.
unique
)
{
this
.
anotherData
.
uniqueCode
=
this
.
unique
;
}
},
methods
:
{
beforeAvatarUpload
(
file
)
{
if
(
this
.
type
==
"
mp3
"
)
{
const
isMP3
=
file
.
type
===
"
audio/mp3
"
;
...
...
src/pages/workbench/fwzc_fwcs.vue
View file @
12871e8d
This diff is collapsed.
Click to expand it.
src/pages/workbench/workPlace.vue
View file @
12871e8d
...
...
@@ -1004,6 +1004,14 @@ export default {
color
:
"
#58617a
"
,
url
:
'
/search_engine
'
,
},
{
text
:
"
数据采集
"
,
pic
:
require
(
"
@/assets/imgs/home_tool_ic_sscj.png
"
),
bg
:
"
#fff2e2
"
,
color
:
"
#ea7d19
"
,
url
:
'
https://apaas3.wodcloud.com/sjcj/ui/
'
,
target
:
1
,
},
],
service_arr
:
[
[
"
服务列表
"
,
"
申请服务
"
,
"
云资源
"
],
...
...
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