Selaa lähdekoodia

fix: 根进有按钮

zh 2 vuotta sitten
vanhempi
commit
601e743d2b

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

@@ -227,7 +227,7 @@ export default {
               更新
               </el-button> : null
             }
-            {!this.isTradeExaminer && ((row.orderStatus === 'OK' || row.orderStatus === 'FAIL') && !row.isApplyUpdate) ? (
+            {!this.isTradeExaminer && ((row.orderStatus === 'OK' || row.orderStatus === 'FAIL')  && row.status === 'ING' && !row.isApplyUpdate) ? (
               <el-button
                 size='mini'
                 type='text'

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

@@ -229,7 +229,7 @@ export default {
               更新
               </el-button> : null
             }
-            {!this.isTradeExaminer && ((row.orderStatus === 'OK' || row.orderStatus === 'FAIL') && !row.isApplyUpdate) ? (
+            {!this.isTradeExaminer && ((row.orderStatus === 'OK' || row.orderStatus === 'FAIL') && row.status === 'ING' && !row.isApplyUpdate) ? (
               <el-button
                 size='mini'
                 type='text'

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

@@ -234,7 +234,7 @@ export default {
               更新
               </el-button> : null
             }
-            {!this.isTradeExaminer && ((row.orderStatus === 'OK' || row.orderStatus === 'FAIL') && !row.isApplyUpdate) ? (
+            {!this.isTradeExaminer && ((row.orderStatus === 'OK' || row.orderStatus === 'FAIL') && row.status === 'ING' && !row.isApplyUpdate) ? (
               <el-button
                 size='mini'
                 type='text'