luoyb
2021-03-09 1489f11a8575cf4315b5c11a26dc2bf82f737a80
src/views/user/Informationinput.vue
@@ -80,25 +80,25 @@
                编辑
              </span>
            </template>
          </el-table-column>
          <el-table-column label="照片" width="60">
            <template slot-scope="scope">
              <!--              <img :src="scope.row.imagePath">-->
              <el-image
                v-if="scope.row.imagePath && scope.row.imagePath != ''"
                style="width: 30px; height: 30px"
                :src="scope.row.imagePath"
                fit="cover"
              />
          </el-table-column>-->
          <!--          <el-table-column label="照片" width="60">-->
          <!--            <template slot-scope="scope">-->
          <!--              &lt;!&ndash;              <img :src="scope.row.imagePath">&ndash;&gt;-->
          <!--              <el-image-->
          <!--                v-if="scope.row.imagePath && scope.row.imagePath != ''"-->
          <!--                style="width: 30px; height: 30px"-->
          <!--                :src="scope.row.imagePath"-->
          <!--                fit="cover"-->
          <!--              />-->
              <el-image
                v-else
                style="width: 30px; height: 30px"
                :src="defaultImg"
                fit="cover"
              />
            </template>
          </el-table-column>
          <!--              <el-image-->
          <!--                v-else-->
          <!--                style="width: 30px; height: 30px"-->
          <!--                :src="defaultImg"-->
          <!--                fit="cover"-->
          <!--              />-->
          <!--            </template>-->
          <!--          </el-table-column>-->
          <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="50" />
          <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="50" />
          <el-table-column show-overflow-tooltip prop="deptName" label="护卫点" width="80" />