Tcsm
2023-06-06 8be34111083683b772ad9d4c38fb10b4c47855f0
ruoyi-ui/src/views/contacts/contactsInfo.vue
@@ -16,8 +16,8 @@
       <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>
@@ -239,7 +239,7 @@
        myName: [{
          required: true,
          message: '请输入成员姓名',
          message: '请输入家人姓名',
          trigger: 'blur'
        }],
        nickName: [{
@@ -282,8 +282,8 @@
      this.$route.meta.title = "修改通讯录详细信息";//列表的名称
    }
    else{
      document.title = "查看通讯录详细信息";
      this.$route.meta.title = "查看通讯录详细信息";//列表的名称
      document.title = "通讯录详细信息";
      this.$route.meta.title = "通讯录详细信息";//列表的名称
      this.isShow=false
    }