1.通讯录模块“称呼”改为“通讯录中称呼”,“成员姓名”改成“家人姓名”
2.家根网详情成功展示数据
3个文件已修改
3 ■■■■ 已修改文件
ruoyi-ui/src/views/contacts/contactsInfo.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/contacts/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/homeRoot/personInfo.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/contacts/contactsInfo.vue
@@ -33,6 +33,7 @@
              </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">
ruoyi-ui/src/views/contacts/index.vue
@@ -255,6 +255,7 @@
          <el-input v-model="formDat.name" placeholder="请输入姓名" clearable :style="{width: '100%'}" >
          </el-input>
        </el-form-item>
        <el-form-item label="工作单位" prop="work">
          <el-input v-model="formDat.work" placeholder="请输入工作单位" clearable :style="{width: '100%'}" >
          </el-input>
ruoyi-ui/src/views/homeRoot/personInfo.vue
@@ -2,7 +2,6 @@
  <div class="app-container" >
    <div class="wrapper" style="overflow: auto;">
      <div id="building" >
          <el-form ref="elForm" :model="personInfos" :rules="rules" size="medium" label-position="center" label-width="100px">
            <el-container>
              <div style="padding-left:30px;padding-top: 50px">