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