| | |
| | | <el-container> |
| | | <el-row :span="12"> |
| | | <el-cow> |
| | | <el-form-item label="成员姓名" prop="myName" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-input v-model="formData.myName" placeholder="请输入成员姓名" clearable :style="{width: '100%'}" :disabled="dsb"> |
| | | <el-form-item label="家人姓名" prop="myName" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-input v-model="formData.myName" placeholder="请输入家人姓名" clearable :style="{width: '100%'}" :disabled="dsb"> |
| | | </el-input> |
| | | </el-form-item> |
| | | </el-cow> |
| | | <el-cow> |
| | | <el-form-item label="称呼" prop="nickName" label-width="50px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-input v-model="formData.nickName" placeholder="请输入称呼" clearable :style="{width: '100%'}" :disabled="dsb"> |
| | | <el-form-item label="通讯录中称呼" prop="nickName" label-width="110px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-input v-model="formData.nickName" placeholder="请输入通讯录中称呼" clearable :style="{width: '100%'}" :disabled="dsb"> |
| | | </el-input> |
| | | </el-form-item> |
| | | </el-cow> |
| | |
| | | </el-input> |
| | | </el-form-item> |
| | | </el-cow> |
| | | |
| | | <el-cow> |
| | | <el-form-item label="工作单位" prop="work" label-width="80px" style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-input v-model="formData.work" placeholder="请输入具体位置" clearable :style="{width: '100%'}" :disabled="dsb"> |
| | |
| | | |
| | | myName: [{ |
| | | required: true, |
| | | message: '请输入成员姓名', |
| | | message: '请输入家人姓名', |
| | | trigger: 'blur' |
| | | }], |
| | | nickName: [{ |
| | |
| | | this.$route.meta.title = "修改通讯录详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看通讯录详细信息"; |
| | | this.$route.meta.title = "查看通讯录详细信息";//列表的名称 |
| | | document.title = "通讯录详细信息"; |
| | | this.$route.meta.title = "通讯录详细信息";//列表的名称 |
| | | this.isShow=false |
| | | } |
| | | |