@@ -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={() => {