调整错误
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
<div class="form-info">
|
||||
<div class="form-info__wrapper">
|
||||
<textarea class="title" :auto-height="true" disabled placeholder="请输入标题 (必填)" v-model="form.title"></textarea>
|
||||
<u-input class="content" disabled :clearable="false" type="textarea" v-model="form.tableExplain" placeholder="请输入表单描述 (选填)" :height="80" :auto-height="true" :maxlength="255"></u-input>
|
||||
<u-input class="content" disabled :clearable="false" type="textarea" v-model="form.tableExplain"
|
||||
placeholder="请输入表单描述 (选填)" :height="80" :auto-height="true" :maxlength="255"></u-input>
|
||||
</div>
|
||||
</div>
|
||||
<div class="components-list">
|
||||
@@ -60,15 +61,16 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<AiBack custom @back="$emit('back')"></AiBack>
|
||||
<AiBack custom @back="$emit('back')"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AiBack from "@/components/AiBack";
|
||||
export default {
|
||||
props: ['formData', 'targetListData'],
|
||||
import AiBack from "../../../components/AiBack";
|
||||
|
||||
export default {
|
||||
components: {AiBack},
|
||||
props: ['formData', 'targetListData'],
|
||||
data() {
|
||||
return {
|
||||
form: {
|
||||
@@ -104,10 +106,6 @@
|
||||
this.targetList = this.targetListData
|
||||
},
|
||||
|
||||
components: {
|
||||
AiBack
|
||||
},
|
||||
|
||||
methods: {
|
||||
getInfo(id) {
|
||||
uni.showLoading()
|
||||
@@ -193,6 +191,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
flex: 1;
|
||||
color: #666;
|
||||
|
||||
Reference in New Issue
Block a user