From 1489f11a8575cf4315b5c11a26dc2bf82f737a80 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期二, 09 三月 2021 20:22:04 +0800
Subject: [PATCH] fix(bug修复): 智搜的关键词查询与导出
---
src/views/user/Informationinput.vue | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 4e75487..3cfebbe 100644
--- a/src/views/user/Informationinput.vue
+++ b/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">-->
+ <!-- <!– <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-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" />
--
Gitblit v1.8.0