fix 80628
This commit is contained in:
@@ -44,7 +44,8 @@
|
|||||||
<div class="process-part-title">{{ index }}</div>
|
<div class="process-part-title">{{ index }}</div>
|
||||||
<van-form input-align="right" label-width="7.2em">
|
<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')"
|
:label="$t('standardEntryOrChange.source')"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
autosize
|
autosize
|
||||||
@@ -52,7 +53,8 @@
|
|||||||
rows="1"
|
rows="1"
|
||||||
:border="false" />
|
: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')"
|
:label="$t('standardEntryOrChange.operationType')"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
autosize
|
autosize
|
||||||
@@ -387,7 +389,7 @@ export default {
|
|||||||
next({ path: '/noMobile' })
|
next({ path: '/noMobile' })
|
||||||
}
|
}
|
||||||
next()
|
next()
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user