Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
Details
Activity
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
qzhxx
national_museum_vod
Commits
0d19a8a2
Commit
0d19a8a2
authored
Apr 09, 2021
by
乐宝呗666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
80b542ba
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
stbAdmin.vue
src/page/accounts/stbAdmin.vue
+2
-2
details.vue
src/page/content/display/content/details.vue
+3
-0
index.vue
src/page/content/display/content/index.vue
+2
-2
No files found.
src/page/accounts/stbAdmin.vue
View file @
0d19a8a2
...
@@ -73,9 +73,9 @@ export default {
...
@@ -73,9 +73,9 @@ export default {
statusOption
:
statusOption
,
statusOption
:
statusOption
,
feildList
:
[
feildList
:
[
{
prop
:
"userName"
,
label
:
"运维人员姓名"
},
{
prop
:
"userName"
,
label
:
"运维人员姓名"
},
{
prop
:
"
org
Name"
,
label
:
"运维区域"
},
{
prop
:
"
area
Name"
,
label
:
"运维区域"
},
{
prop
:
"exiredDate"
,
label
:
"到期时间"
},
{
prop
:
"exiredDate"
,
label
:
"到期时间"
},
{
prop
:
"type"
,
label
:
"账号类型"
},
//
{ prop: "type", label: "账号类型" },
{
prop
:
"statusName"
,
label
:
"账号状态"
},
{
prop
:
"statusName"
,
label
:
"账号状态"
},
{
prop
:
""
,
label
:
"操作"
,
isEdit
:
true
,
width
:
280
},
{
prop
:
""
,
label
:
"操作"
,
isEdit
:
true
,
width
:
280
},
],
],
...
...
src/page/content/display/content/details.vue
View file @
0d19a8a2
...
@@ -287,6 +287,9 @@ export default {
...
@@ -287,6 +287,9 @@ export default {
height: 180px;
height: 180px;
margin: 0 10px;
margin: 0 10px;
}
}
.info-container {
height: calc(100% - 250px);
}
/deep/.el-collapse-item__wrap {
/deep/.el-collapse-item__wrap {
padding: 16px;
padding: 16px;
}
}
...
...
src/page/content/display/content/index.vue
View file @
0d19a8a2
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"展板分类"
>
<el-form-item
label=
"展板分类"
>
<el-select
v-model=
"form.
b
oardCatId"
placeholder=
"请选择展板分类"
>
<el-select
v-model=
"form.
exhibitionB
oardCatId"
placeholder=
"请选择展板分类"
>
<el-option
<el-option
v-for=
"item in classifyList"
v-for=
"item in classifyList"
:key=
"item.id"
:key=
"item.id"
...
@@ -205,7 +205,7 @@ export default {
...
@@ -205,7 +205,7 @@ export default {
_size
:
this
.
page
.
_size
,
_size
:
this
.
page
.
_size
,
nameOrCode
:
this
.
form
.
nameOrCode
,
nameOrCode
:
this
.
form
.
nameOrCode
,
boardCopyrightOwnerId
:
this
.
form
.
boardCopyrightOwnerId
,
boardCopyrightOwnerId
:
this
.
form
.
boardCopyrightOwnerId
,
boardCatId
:
this
.
form
.
b
oardCatId
,
exhibitionBoardCatId
:
this
.
form
.
exhibitionB
oardCatId
,
startDate
:
this
.
form
.
dateRange
.
length
?
this
.
form
.
dateRange
[
0
]
:
""
,
startDate
:
this
.
form
.
dateRange
.
length
?
this
.
form
.
dateRange
[
0
]
:
""
,
endDate
:
this
.
form
.
dateRange
.
length
?
this
.
form
.
dateRange
[
1
]
:
""
,
endDate
:
this
.
form
.
dateRange
.
length
?
this
.
form
.
dateRange
[
1
]
:
""
,
};
};
...
...
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