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
73a519d8
Commit
73a519d8
authored
May 12, 2021
by
qzhxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
迭代
parent
3db4785f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
add.vue
src/page/content/learn/content/add.vue
+1
-1
index.vue
src/page/content/learn/content/index.vue
+3
-1
devops.vue
src/page/system/log/devops.vue
+1
-1
settoplog.vue
src/page/system/log/settoplog.vue
+1
-1
No files found.
src/page/content/learn/content/add.vue
View file @
73a519d8
...
...
@@ -23,7 +23,7 @@
</el-form-item>
<el-form-item
label=
"适用范围"
>
<span
v-show=
"userType === '1'"
>
全平台
</span>
<el-radio-group
v-show=
"userType
=== '2
'"
v-model=
"ruleForm.applicableScope"
>
<el-radio-group
v-show=
"userType
!== '1
'"
v-model=
"ruleForm.applicableScope"
>
<el-radio
label=
"THIS_ORGAN"
>
仅本单位
</el-radio>
<el-radio
label=
"THIS_ORGAN_SUB"
>
本单位及下属单位
</el-radio>
</el-radio-group>
...
...
src/page/content/learn/content/index.vue
View file @
73a519d8
...
...
@@ -139,7 +139,7 @@
</el-button>
</el-tooltip>
<el-tooltip
content=
"启用"
placement=
"top"
>
<el-button
circle
:disabled=
"(scope.row.auditStatus === 'TBC')||(scope.row.auditStatus === 'TBCA')"
v-show=
"!scope.row.published"
@
click=
"handlePublish(scope.row, 'True')"
>
<el-button
circle
:disabled=
"(scope.row.auditStatus === 'TBC')||(scope.row.auditStatus === 'TBCA')
||((scope.row.createType === '1')&&(userType !== '1'))
"
v-show=
"!scope.row.published"
@
click=
"handlePublish(scope.row, 'True')"
>
<i
class=
"icon-table icon-enable"
></i>
</el-button>
</el-tooltip>
...
...
@@ -178,6 +178,7 @@ export default {
}
};
return
{
userType
:
''
,
value1
:
""
,
page
:
{
currentPage
:
1
,
pageSize
:
10
,
total
:
0
},
tableData
:
[],
...
...
@@ -226,6 +227,7 @@ export default {
computed
:
{},
mounted
()
{
this
.
onSearch
();
this
.
userType
=
localStorage
.
getItem
(
"userType"
);
},
components
:
{},
methods
:
{
...
...
src/page/system/log/devops.vue
View file @
73a519d8
...
...
@@ -17,7 +17,7 @@
v-model=
"form.date"
type=
"daterange"
range-separator=
"至"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd
hh:mm:ss
"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
...
...
src/page/system/log/settoplog.vue
View file @
73a519d8
...
...
@@ -24,7 +24,7 @@
v-model=
"form.date"
type=
"daterange"
range-separator=
"至"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd
hh:mm:ss
"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
...
...
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