Commit 807a53ca authored by caimeng's avatar caimeng

个人信息

parent f57cc3de
......@@ -3,11 +3,9 @@
:visible.sync="DialogVisible" :before-close="handleCancel">
<div>
<div class="box-agreement">
<el-form label-suffix=":" :rules="rules" label-width="200px" :model="form" ref="form">
<el-form label-suffix=":" :rules="rules" label-width="120px" label-position="left" :model="form" ref="form">
<el-row>
<el-col :span="16">
<el-col :span="24">
<el-form-item prop="name" label="姓名">
<el-input clearable v-model.trim="form.name" placeholder="请输入"></el-input>
</el-form-item>
......
......@@ -3,8 +3,8 @@
<block-header title="搜索" />
<div class="page-search">
<el-form size="small" label-suffix=":" :inline="true" ref="refForm" :model="form" class="demo-form-inline">
<el-form-item prop="clientCell" label="姓名">
<el-input clearable v-model.trim="form.name" @keyup.enter.native="onSubmit" placeholder="请输入手机号码"></el-input>
<el-form-item prop="clientName" label="姓名">
<el-input clearable v-model.trim="form.clientName" @keyup.enter.native="onSubmit" placeholder="请输入姓名"></el-input>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="onSubmit">查询</el-button>
......@@ -57,6 +57,7 @@ export default {
total: 1,
form: {
clientName:'',
current: 1,
size: 50
},
......@@ -115,7 +116,7 @@ export default {
// 查询
onSubmit() {
this.init();
}
}
}
......
......@@ -9,8 +9,6 @@ let bucket = "customer-vue-test"; // 对应oss文件,默认为预发环境
let accessKeyId = "LTAI5tAhrEnqLFtnWPwZbDue",
accessKeySecret = "z3S6J1yrc4JoGtkMJkb75oTUsCxdOD";
console.log(process.env.COMPILE_ENV,'++++++++++')
if (COMPILE_ENV === "prod") {
bucket = "customer-vue";
} else if (COMPILE_ENV === "dr") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment