| | |
| | | </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"> |
| | |
| | | this.$route.meta.title = "修改通讯录详细信息";//列表的名称 |
| | | } |
| | | else{ |
| | | document.title = "查看通讯录详细信息"; |
| | | this.$route.meta.title = "查看通讯录详细信息";//列表的名称 |
| | | document.title = "通讯录详细信息"; |
| | | this.$route.meta.title = "通讯录详细信息";//列表的名称 |
| | | this.isShow=false |
| | | } |
| | | |