Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
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
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
709a4fab
Commit
709a4fab
authored
Jan 14, 2021
by
rencs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.14 bug
parent
394bbdf3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
index.vue
src/views/archiveDataManagement/dataList/index.vue
+0
-1
index.vue
...eManagement/industryApplication/applicationCate/index.vue
+2
-1
list.vue
src/views/webSiteManagement/satelliteIntroduction/list.vue
+1
-0
No files found.
src/views/archiveDataManagement/dataList/index.vue
View file @
709a4fab
...
@@ -144,7 +144,6 @@ export default {
...
@@ -144,7 +144,6 @@ export default {
this
.
list
=
res
.
data
.
data
;
this
.
list
=
res
.
data
.
data
;
this
.
list
.
map
((
item
)
=>
{
this
.
list
.
map
((
item
)
=>
{
console
.
log
(
item
);
item
.
imageResolutionStr
=
item
.
imageResolution
.
join
(
"m,"
)
+
"m"
;
item
.
imageResolutionStr
=
item
.
imageResolution
.
join
(
"m,"
)
+
"m"
;
item
.
imageTakeTimeStr
=
timestamp2DateAuto
(
item
.
imageTakeTimeStr
=
timestamp2DateAuto
(
item
.
imageTakeTime
,
item
.
imageTakeTime
,
...
...
src/views/webSiteManagement/industryApplication/applicationCate/index.vue
View file @
709a4fab
...
@@ -163,10 +163,11 @@
...
@@ -163,10 +163,11 @@
}}
</span>
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<!-- <el-table-column label="父级" align="center">
<!-- <el-table-column label="父级" align="center">
<template slot-scope="scope">
<template slot-scope="scope">
<span class="typelevel">{{
<span class="typelevel">{{
getFatherTypeName(scope.row.pid)
getFatherTypeName(scope.row.pid)
}}</span>
}}</span>
</template>
</template>
</el-table-column> -->
</el-table-column> -->
...
...
src/views/webSiteManagement/satelliteIntroduction/list.vue
View file @
709a4fab
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
<el-form-item
label=
"所有状态"
>
<el-form-item
label=
"所有状态"
>
<el-select
v-model=
"searchForm.status"
clearable
>
<el-select
v-model=
"searchForm.status"
clearable
>
<el-option
label=
"全部"
:value=
"null"
></el-option>
<el-option
label=
"全部"
:value=
"null"
></el-option>
<el-option
<el-option
v-for=
"(item, index) in bannerStatus"
v-for=
"(item, index) in bannerStatus"
:key=
"index"
:key=
"index"
...
...
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