Commit 50ae39a55ad0ce89bd2cedfcbf5bd4c6bd2850c0
1 parent
863590b3
add bug修复
Showing
5 changed files
with
12 additions
and
12 deletions
src/views/information/index.vue
| @@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
| 28 | <!-- <div slot="header" class="clearfix" style="line-height: 32px;"> | 28 | <!-- <div slot="header" class="clearfix" style="line-height: 32px;"> |
| 29 | <span>个人资料</span> | 29 | <span>个人资料</span> |
| 30 | </div>--> | 30 | </div>--> |
| 31 | - <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="80px"> | 31 | + <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="80px" style="width:450px;margin:0 auto;" :label-position="right"> |
| 32 | <el-form-item label="手机号" class="margin-bottom30" > | 32 | <el-form-item label="手机号" class="margin-bottom30" > |
| 33 | <el-input style="width: 300px" v-model="userPhone" :disabled="true" ></el-input> | 33 | <el-input style="width: 300px" v-model="userPhone" :disabled="true" ></el-input> |
| 34 | </el-form-item> | 34 | </el-form-item> |
src/views/mycar/index.vue
| @@ -4,12 +4,12 @@ | @@ -4,12 +4,12 @@ | ||
| 4 | <div class="search-wrap"> | 4 | <div class="search-wrap"> |
| 5 | <el-row :gutter="20"> | 5 | <el-row :gutter="20"> |
| 6 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> | 6 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> |
| 7 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | 7 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> |
| 8 | <el-form-item label="账户ID"> | 8 | <el-form-item label="账户ID"> |
| 9 | <el-input v-model="form.custId" maxlength="20" :disabled="true"/> | 9 | <el-input v-model="form.custId" maxlength="20" :disabled="true"/> |
| 10 | </el-form-item> | 10 | </el-form-item> |
| 11 | </el-col> | 11 | </el-col> |
| 12 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1" :offset="8"> | 12 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> |
| 13 | <el-form-item label="手机号"> | 13 | <el-form-item label="手机号"> |
| 14 | <el-input v-model="form.phone" maxlength="20" :disabled="true"/> | 14 | <el-input v-model="form.phone" maxlength="20" :disabled="true"/> |
| 15 | </el-form-item> | 15 | </el-form-item> |
src/views/myevaluate/index.vue
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | <div class="serch-wrap"> | 3 | <div class="serch-wrap"> |
| 4 | <el-row :gutter="20"> | 4 | <el-row :gutter="20"> |
| 5 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> | 5 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> |
| 6 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | 6 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> |
| 7 | <el-form-item label="问题类型"> | 7 | <el-form-item label="问题类型"> |
| 8 | <el-select v-model="form.feedbackId" placeholder="请选择问题类型"> | 8 | <el-select v-model="form.feedbackId" placeholder="请选择问题类型"> |
| 9 | <el-option v-for="item in problemTpyeSelectData" :label="item.name" :value="item.code"/> | 9 | <el-option v-for="item in problemTpyeSelectData" :label="item.name" :value="item.code"/> |
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | </el-select> | 11 | </el-select> |
| 12 | </el-form-item> | 12 | </el-form-item> |
| 13 | </el-col> | 13 | </el-col> |
| 14 | - <el-col :xs="16" :sm="6" :md="3" :lg="3" :xl="1" :offset="12"> | 14 | + <el-col :xs="16" :sm="6" :md="3" :lg="3" :xl="3"> |
| 15 | <el-button type="primary" @click="queryBtn">查询</el-button> | 15 | <el-button type="primary" @click="queryBtn">查询</el-button> |
| 16 | </el-col> | 16 | </el-col> |
| 17 | </el-form> | 17 | </el-form> |
src/views/order/index.vue
| @@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
| 13 | <!--</el-form-item>--> | 13 | <!--</el-form-item>--> |
| 14 | 14 | ||
| 15 | <!--</el-col>--> | 15 | <!--</el-col>--> |
| 16 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | 16 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> |
| 17 | <el-form-item label="车牌"> | 17 | <el-form-item label="车牌"> |
| 18 | <el-input v-model="form.carNum" maxlength="10" /> | 18 | <el-input v-model="form.carNum" maxlength="10" /> |
| 19 | </el-form-item> | 19 | </el-form-item> |
| @@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
| 26 | <!--</el-select>--> | 26 | <!--</el-select>--> |
| 27 | <!--</el-form-item>--> | 27 | <!--</el-form-item>--> |
| 28 | <!--</el-col>--> | 28 | <!--</el-col>--> |
| 29 | - <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="1" > | 29 | + <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="3" > |
| 30 | <el-button type="primary" @click="onSubmit">查询</el-button> | 30 | <el-button type="primary" @click="onSubmit">查询</el-button> |
| 31 | </el-col> | 31 | </el-col> |
| 32 | </el-form> | 32 | </el-form> |
src/views/payback/index.vue
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | <div class="serch-wrap"> | 3 | <div class="serch-wrap"> |
| 4 | <el-row :gutter="20"> | 4 | <el-row :gutter="20"> |
| 5 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> | 5 | <el-form ref="form" :model="form" label-width="60px" label-position="left"> |
| 6 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | 6 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> |
| 7 | 7 | ||
| 8 | <el-form-item label="公司"> | 8 | <el-form-item label="公司"> |
| 9 | <el-select v-model="form.orgId" placeholder="请选择公司"> | 9 | <el-select v-model="form.orgId" placeholder="请选择公司"> |
| @@ -13,12 +13,12 @@ | @@ -13,12 +13,12 @@ | ||
| 13 | </el-form-item> | 13 | </el-form-item> |
| 14 | 14 | ||
| 15 | </el-col> | 15 | </el-col> |
| 16 | - <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> | 16 | + <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="7"> |
| 17 | <el-form-item label="车牌"> | 17 | <el-form-item label="车牌"> |
| 18 | <el-input v-model="form.carNum" maxlength="10" /> | 18 | <el-input v-model="form.carNum" maxlength="10" /> |
| 19 | </el-form-item> | 19 | </el-form-item> |
| 20 | </el-col> | 20 | </el-col> |
| 21 | - <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="1"> | 21 | + <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="3"> |
| 22 | <el-button type="primary" @click="onSubmit">查询</el-button> | 22 | <el-button type="primary" @click="onSubmit">查询</el-button> |
| 23 | </el-col> | 23 | </el-col> |
| 24 | </el-form> | 24 | </el-form> |
| @@ -27,10 +27,10 @@ | @@ -27,10 +27,10 @@ | ||
| 27 | 27 | ||
| 28 | <div class="table-wrap"> | 28 | <div class="table-wrap"> |
| 29 | <el-row :gutter="20"> | 29 | <el-row :gutter="20"> |
| 30 | - <el-col :xs="8" :sm="6" :md="3" :lg="22" :xl="1"> | 30 | + <el-col :xs="8" :sm="6" :md="3" :lg="22" :xl="22"> |
| 31 | <p class="table-title">订单详情</p> | 31 | <p class="table-title">订单详情</p> |
| 32 | </el-col> | 32 | </el-col> |
| 33 | - <el-col :xs="8" :sm="3" :md="3" :lg="2" :xl="1"> | 33 | + <el-col :xs="8" :sm="3" :md="3" :lg="2" :xl="2"> |
| 34 | <el-button style="margin-top: 8px" size="small" type="primary" @click="toBackSubmit">补缴</el-button> | 34 | <el-button style="margin-top: 8px" size="small" type="primary" @click="toBackSubmit">补缴</el-button> |
| 35 | </el-col> | 35 | </el-col> |
| 36 | </el-row> | 36 | </el-row> |