Commit e752bc0a authored by qzhxx's avatar qzhxx

‘初审复审控制

parent 468c8d65
......@@ -25,6 +25,7 @@
round
class="passed"
:disabled="
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
"
......@@ -36,6 +37,7 @@
round
class="rejected"
:disabled="
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
"
......
......@@ -99,6 +99,7 @@
round
class="passed"
:disabled="
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
"
......@@ -108,6 +109,7 @@
round
class="rejected"
:disabled="
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
"
......
......@@ -88,6 +88,7 @@
round
class="passed"
:disabled="
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
"
......@@ -97,6 +98,7 @@
round
class="rejected"
:disabled="
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
"
......
......@@ -85,7 +85,8 @@
<el-button
round
class="passed"
:disabled="
:disabled="
!scope.row.two||
scope.row.status === 'REFUSED' ||
scope.row.status === 'APPROVED_FINAL'
"
......@@ -95,6 +96,7 @@
round
class="rejected"
:disabled="
!scope.row.two||
scope.row.status === 'REFUSED' ||
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