Explorar o código

fix; 审核员可以多次对项目进项审核,审核键无论项目什么状态都应该显示出来

Howie hai 1 ano
pai
achega
c58a44231f

+ 1 - 1
src/views/commercialEngineering/crossDistrict/crossDistrictkList.vue

@@ -217,7 +217,7 @@ export default {
                 申请修改
               </el-button>
             ) : null}
-            {this.isTradeExaminer && (row.orderStatus === 'WAIT' || row.orderStatus === 'OK' || row.orderStatus === 'FAIL') ? (
+            {this.isTradeExaminer  ? (
               <el-button
                 size='mini'
                 type='text'

+ 1 - 1
src/views/commercialEngineering/frock/frockList.vue

@@ -216,7 +216,7 @@ export default {
                 申请修改
               </el-button>
             ) : null}
-            {this.isTradeExaminer && (row.orderStatus === 'WAIT' || row.orderStatus === 'OK' || row.orderStatus === 'FAIL') ? (
+            {this.isTradeExaminer  ? (
               <el-button
                 size='mini'
                 type='text'

+ 1 - 1
src/views/commercialEngineering/homeDecoration/homeDecorationList.vue

@@ -223,7 +223,7 @@ export default {
                 申请修改
               </el-button>
             ) : null}
-            {this.isTradeExaminer && (row.orderStatus === 'WAIT' || row.orderStatus === 'OK' || row.orderStatus === 'FAIL') ? (
+            {this.isTradeExaminer ? (
               <el-button
                 size='mini'
                 type='text'