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
e752bc0a
Commit
e752bc0a
authored
Apr 27, 2021
by
qzhxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘初审复审控制
parent
468c8d65
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
checkTable.vue
src/page/accounts/components/checkTable.vue
+2
-0
index.vue
src/page/check/display/index.vue
+2
-0
index.vue
src/page/check/learn/index.vue
+2
-0
index.vue
src/page/check/video/index.vue
+3
-1
No files found.
src/page/accounts/components/checkTable.vue
View file @
e752bc0a
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
round
round
class=
"passed"
class=
"passed"
:disabled=
"
:disabled=
"
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
scope.row.status === 'APPROVED_FINAL'
"
"
...
@@ -36,6 +37,7 @@
...
@@ -36,6 +37,7 @@
round
round
class=
"rejected"
class=
"rejected"
:disabled=
"
:disabled=
"
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
scope.row.status === 'APPROVED_FINAL'
"
"
...
...
src/page/check/display/index.vue
View file @
e752bc0a
...
@@ -99,6 +99,7 @@
...
@@ -99,6 +99,7 @@
round
round
class=
"passed"
class=
"passed"
:disabled=
"
:disabled=
"
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
scope.row.status === 'APPROVED_FINAL'
"
"
...
@@ -108,6 +109,7 @@
...
@@ -108,6 +109,7 @@
round
round
class=
"rejected"
class=
"rejected"
:disabled=
"
:disabled=
"
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
scope.row.status === 'APPROVED_FINAL'
"
"
...
...
src/page/check/learn/index.vue
View file @
e752bc0a
...
@@ -88,6 +88,7 @@
...
@@ -88,6 +88,7 @@
round
round
class=
"passed"
class=
"passed"
:disabled=
"
:disabled=
"
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
scope.row.status === 'APPROVED_FINAL'
"
"
...
@@ -97,6 +98,7 @@
...
@@ -97,6 +98,7 @@
round
round
class=
"rejected"
class=
"rejected"
:disabled=
"
:disabled=
"
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
scope.row.status === 'APPROVED_FINAL'
"
"
...
...
src/page/check/video/index.vue
View file @
e752bc0a
...
@@ -85,7 +85,8 @@
...
@@ -85,7 +85,8 @@
<el-button
<el-button
round
round
class=
"passed"
class=
"passed"
:disabled=
"
:disabled=
"
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
scope.row.status === 'APPROVED_FINAL'
"
"
...
@@ -95,6 +96,7 @@
...
@@ -95,6 +96,7 @@
round
round
class=
"rejected"
class=
"rejected"
:disabled=
"
:disabled=
"
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
scope.row.status === 'APPROVED_FINAL'
"
"
...
...
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