Commit e752bc0a authored by qzhxx's avatar qzhxx

‘初审复审控制

parent 468c8d65
...@@ -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'
" "
......
...@@ -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'
" "
......
...@@ -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'
" "
......
...@@ -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'
" "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment