linwenling
2023-05-16 b2f9340443b60b9f3912bdab6a1daa8f61471c02
ruoyi-ui/src/views/contacts/index.vue
@@ -196,7 +196,7 @@
               alt=""
               style="width: 35px; height: 35px;"
               fit="cover"
                v-if="scope.row.url !== null"
                v-if="scope.row.url !== ','"
             >
      <img
               class="el-upload-list__item-thumbnail"
@@ -204,7 +204,7 @@
               alt=""
               style="width: 35px; height: 35px;"
               fit="cover"
                v-if="scope.row.url === null"
                v-if="scope.row.url === ','"
             >
           </template>
        </el-table-column>
@@ -228,7 +228,7 @@
            @click="handleDelete(scope.row)"
            v-hasPermi="['system:role:remove']"
          >删除</el-button>
           <el-button
             size="mini"
             type="text"
@@ -236,7 +236,7 @@
             @click="handleCheck(scope.row)">
查看详情</el-button>
@@ -254,7 +254,7 @@
      @pagination="getList"
    />
    <!-- 添加通讯录配置对话框
    <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
      <el-form ref="elForm" :model="formDat" :rules="rules" size="medium" label-width="100px">
@@ -359,12 +359,11 @@
      <h4 class="form-header"> </h4>
      <div slot="footer" class="dialog-footer">
        <el-button type="primary" @click="submitDataScope">确 定</el-button>
        <el-button type="primary" @click="submitDataScope">保 存</el-button>
        <el-button @click="cancelData">取 消</el-button>
      </div>
    </el-dialog>
    <!-- 分配角色数据权限对话框
    <el-dialog :title="title" :visible.sync="openDataScope" width="500px" append-to-body>
    </el-dialog>