bug783
This commit is contained in:
parent
ce6163621d
commit
5673d88047
|
@ -7,13 +7,19 @@
|
|||
@keyup.enter.native="dataFormSubmitHandle()"
|
||||
:label-width="$i18n.locale === 'en-US' ? '120px' : 'auto'"
|
||||
>
|
||||
<el-tooltip placement="bottom" :content="dataForm.comment">
|
||||
<template #title>
|
||||
<span>{{ dataForm.comment }}</span>
|
||||
</template>
|
||||
<el-form-item label="评论内容">
|
||||
<el-input
|
||||
type="textarea"
|
||||
v-model="dataForm.comment"
|
||||
:disabled="fieldDisabled"
|
||||
placeholder="评论内容"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-tooltip>
|
||||
</el-form>
|
||||
</div>
|
||||
<!-- 流程综合组件 -->
|
||||
|
@ -106,10 +112,9 @@ export default {
|
|||
mounted () {}
|
||||
}
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.kuandukuandukuandu{
|
||||
max-width:1500px;
|
||||
}
|
||||
.wrapper {
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-textarea__inner {
|
||||
height: 100px;
|
||||
resize: none;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue