Browse Source

no message

linwenxin 3 tuần trước cách đây
mục cha
commit
2f9b862cc2

+ 5 - 1
src/views/setting/networkSigning/networkContractSigning/index.vue

@@ -433,7 +433,11 @@ export default {
                                 下载合同
                               </el-button>
                             ) : null}
-                            {row.contractStatus == 'WAIT_SIGN' ? (
+                            {row.contractStatus == 'WAIT_SIGN' &&
+                            !(
+                              this.formData.items.filter(v => v.contractStatus == 'WAIT_SIGN').length ===
+                              this.formData.items.length
+                            ) ? (
                               <el-button
                                 type="text"
                                 onClick={() => {