导表配置更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2025-01-14 15:06:43 +08:00
parent a0d5e58311
commit 455f808f49
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<el-input <el-input
v-model="scope.row.CDISCCode" v-model="scope.row.CDISCCode"
size="mini" size="mini"
:disabled="scope.row.HasChildren" :disabled="scope.row.HasChildren || scope.row.IsTableQuestion"
> >
</el-input> </el-input>
</template> </template>
@ -140,7 +140,7 @@ export default {
} else if ((this.exportInfo.CriterionGroup === 0 || this.exportInfo.CriterionType === 0 ) && item.Code === 1 && (row.HasChildren || row.IsTableQuestion)) { } else if ((this.exportInfo.CriterionGroup === 0 || this.exportInfo.CriterionType === 0 ) && item.Code === 1 && (row.HasChildren || row.IsTableQuestion)) {
// (1) // (1)
return true return true
} else if (item.Code === 8 && row.HasChildren) { } else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) {
// CDISC // CDISC
return true return true
} else if (item.Code === 2 && row.HasChildren) { } else if (item.Code === 2 && row.HasChildren) {