forked from qiushanhe/dm-manage-web
题库图片
This commit is contained in:
@@ -60,6 +60,11 @@
|
||||
{{ row.carTypeId == 1001 ? '小车' : '摩托车' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="图片" align="center" min-width="200">
|
||||
<template slot-scope="{ row }">
|
||||
<img :src="row.imageUrl" alt="" width="80px" srcset="">
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<template slot-scope="scope">
|
||||
<el-button size="mini" type="text" icon="el-icon-download" @click="handleEdit(scope.row)">编辑</el-button>
|
||||
|
||||
@@ -34,8 +34,8 @@ module.exports = {
|
||||
open: true,
|
||||
proxy: {
|
||||
[process.env.VUE_APP_BASE_API + '/xunjia']: {
|
||||
target: `http://localhost:8889/driver-api/`,
|
||||
// target: `https://xueche.ahduima.com/duima/xunjia/`,
|
||||
// target: `http://localhost:8889/driver-api/`,
|
||||
target: `https://xueche.ahduima.com/duima/xunjia/`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API + '/xunjia']: ''
|
||||
|
||||
Reference in New Issue
Block a user