@@ -351,7 +351,8 @@ export default {
查看合同
</el-button>
) : null}
- {row.contractStatus == 'OK' && this.adminWebsitIds.includes(this.formData?.parentId) ? (
+ {row.contractStatus == 'OK' &&
+ (this.adminWebsitIds.includes(this.formData?.parentId) || this.userData.type == 1) ? (
<el-button
type="text"
onClick={() => {