Compare commits

..

No commits in common. "f06f7827cf3f28ce089b0ca1e719c8cc6e33a74c" and "72634c785d6f8e6e03d79f7a01848b35df949b81" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -595,7 +595,7 @@ export default {
picturePath: picturePath,
markTool: measureData ? measureData.type : ''
}
const res = await submitTaskRowInfo(params, 13)
const res = await submitTaskRowInfo(params, 11)
if (res.IsSuccess) {
//
this.$message.success(this.$t('common:message:savedSuccessfully'))

View File

@ -61,9 +61,7 @@
<!-- 输入框 -->
<div>
<template
v-if="!((task.IsBaseLine && scope.row.LimitEdit === 1) || (!task.IsBaseLine && scope.row.LimitEdit === 2) || scope.row.LimitEdit === 0)">
{{ `${questionForm[scope.row.QuestionId] instanceof Array ? questionForm[scope.row.QuestionId][scope.row.xfIndex][scope.row.TableQuestionId] : questionForm[scope.row.QuestionId]}` }}
</template>
v-if="!((task.IsBaseLine && scope.row.LimitEdit === 1) || (!task.IsBaseLine && scope.row.LimitEdit === 2) || scope.row.LimitEdit === 0)" />
<el-input
v-else-if="questionForm[scope.row.QuestionId] instanceof Array && (scope.row.Type === 'input' || scope.row.Type === 'textarea') && !scope.row.IsShowInDicom && ((task.IsBaseLine && scope.row.LimitEdit === 1) || (!task.IsBaseLine && scope.row.LimitEdit === 2) || scope.row.LimitEdit === 0)"
v-model="questionForm[scope.row.QuestionId][scope.row.xfIndex][scope.row.TableQuestionId]"