fix 80628

This commit is contained in:
赵霄
2024-01-11 18:04:21 +08:00
parent 2059a11b7e
commit 550dbc0d79
@@ -44,7 +44,8 @@
<div class="process-part-title">{{ index }}</div>
<van-form input-align="right" label-width="7.2em">
<!--来源-->
<van-field v-model="formInline.source_dictText"
<van-field v-if="formPartList.indexOf(index) === 0"
v-model="formInline.source_dictText"
:label="$t('standardEntryOrChange.source')"
type="textarea"
autosize
@@ -52,7 +53,8 @@
rows="1"
:border="false" />
<!--操作类型-->
<van-field v-model="formInline.operateType_dictText"
<van-field v-if="formPartList.indexOf(index) === 0"
v-model="formInline.operateType_dictText"
:label="$t('standardEntryOrChange.operationType')"
type="textarea"
autosize
@@ -387,7 +389,7 @@ export default {
next({ path: '/noMobile' })
}
next()
},
}
}
</script>