Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling 3a6c3d451c Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2025-01-14 10:42:20 +08:00
caiyiling f396901731 CDISC导表配置更改 2025-01-14 10:41:38 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
<el-input <el-input
v-model="scope.row.CDISCCode" v-model="scope.row.CDISCCode"
size="mini" size="mini"
:disabled="scope.row.HasChildren || scope.row.IsTableQuestion"
> >
</el-input> </el-input>
</template> </template>