Browse Source

修改表格

master
前端-胡立永 6 months ago
parent
commit
652e1b8b60
2 changed files with 6 additions and 8 deletions
  1. +6
    -7
      pages/repair/repair.vue
  2. +0
    -1
      pages/repairList/repairList.vue

+ 6
- 7
pages/repair/repair.vue View File

@ -1,7 +1,7 @@
<!-- 报修 -->
<template>
<view class="repair bx reserveSpace">
<uv-form :model="form" :rules="rules" :useBeforeRead="true" ref="form" labelPosition="left" labelWidth="100">
<uv-form :model="form" :rules="rules" :useBeforeRead="true" ref="form" labelPosition="left" labelWidth="140">
<uv-form-item label="楼栋" prop="form.building" borderBottom>
<uv-input @focus="floorPickerOpen" placeholder="请选择楼层" v-model="form.building" border="none"
@ -19,20 +19,20 @@
</template>
</uv-form-item>
<uv-form-item label="项目" prop="form.project" borderBottom>
<uv-input v-model="form.project" placeholder="请填写维修物品名称" :fontSize="30" border="none"></uv-input>
<uv-form-item label="维修物品" prop="form.project" borderBottom>
<uv-input v-model="form.project" placeholder="请填写维修物品名称" :fontSize="30" border="none"></uv-input>
</uv-form-item>
<uv-form-item label="姓名" prop="form.name" borderBottom>
<uv-form-item label="你的姓名" prop="form.name" borderBottom>
<uv-input v-model="form.name" placeholder="请填写姓名" :fontSize="30" border="none"></uv-input>
</uv-form-item>
<uv-form-item label="电话" prop="form.name" borderBottom>
<uv-form-item label="你的电话" prop="form.name" borderBottom>
<uv-input v-model="form.phone" placeholder="请填写电话号" border="none" :fontSize="30"></uv-input>
</uv-form-item>
<uv-form-item label="简介" prop="form.context" borderBottom>
<uv-form-item label="描述说明" prop="form.context" borderBottom>
<uv-textarea v-model="form.context" :height="140" :maxlength="200" textStyle="font-size : 30rpx" count
placeholder="请输入描述说明"></uv-textarea>
</uv-form-item>
@ -51,7 +51,6 @@
<uv-button type="primary" text="提交" shape="circle" customStyle="margin-top: 10px"
@click="submitRepair"></uv-button>
</uv-form>
<!-- 报修地址选择(楼栋) -->


+ 0
- 1
pages/repairList/repairList.vue View File

@ -159,7 +159,6 @@
}
.desc {
height: 120rpx;
overflow-y: scroll;
margin-bottom: 20rpx;
}


Loading…
Cancel
Save