fix 80628
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user