Commit ef1329766ce659ca87fd82e0e88b837cd7340149

Authored by yangzhi
1 parent de382ae8

首页修改

package.json
... ... @@ -15,6 +15,7 @@
15 15 },
16 16 "dependencies": {
17 17 "axios": "0.18.1",
  18 + "echarts": "^5.4.0",
18 19 "element-plus": "^1.2.0-beta.5",
19 20 "element-ui": "^2.15.7",
20 21 "js-cookie": "2.2.0",
... ...
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>
... ...