Commit ef1329766ce659ca87fd82e0e88b837cd7340149
1 parent
de382ae8
首页修改
Showing
11 changed files
with
2 additions
and
2 deletions
package.json
public/static/images/index/icon1.png
0 → 100644
1.63 KB
public/static/images/index/icon2.png
0 → 100644
1.87 KB
public/static/images/index/icon3.png
0 → 100644
2.25 KB
public/static/images/index/icon4.png
0 → 100644
1.45 KB
public/static/images/index/icon5.png
0 → 100644
1.67 KB
public/static/images/index/icon6.png
0 → 100644
2.29 KB
public/static/images/index/icon7.png
0 → 100644
2.51 KB
public/static/images/index/icon8.png
0 → 100644
3.16 KB
public/static/images/index/icon9.png
0 → 100644
1.13 KB
src/views/user/userlist.vue
| ... | ... | @@ -128,8 +128,7 @@ |
| 128 | 128 | |
| 129 | 129 | <el-table-column prop="date" label="近期测试"> |
| 130 | 130 | <template slot-scope="{ row }"> |
| 131 | - <el-button v-if="row.TestPaperTitle || 1 == 1" type="text" icon="el-icon-star-off" | |
| 132 | - @click="handleTestHitory(row)"></el-button> | |
| 131 | + <span title="查看面试记录" v-if="row.TestPaperTitle || 1 == 1" @click="handleTestHitory(row)" class="el-icon-star-off" style="font-size:24px;color:#409EFF;cursor:pointer;"></span> | |
| 133 | 132 | <span>{{ row.TestPaperTitle || "无" }}</span> |
| 134 | 133 | </template> |
| 135 | 134 | </el-table-column> | ... | ... |