This commit is contained in:
bb_pan 2025-12-02 17:03:27 +08:00
parent 03c9c8952e
commit a5ec821c12
3 changed files with 4 additions and 4 deletions

View File

@ -152,7 +152,7 @@
:style="j != item.detailsList.length - 1 ? 'border-bottom:1px solid #f0f0f0' : ''" :style="j != item.detailsList.length - 1 ? 'border-bottom:1px solid #f0f0f0' : ''"
style="min-height: 80px" style="min-height: 80px"
> >
<img :src="goods.url" style="width: 110px; height: 70px" alt="备图片"/> <img :src="goods.url" style="width: 110px; height: 70px" alt="备图片"/>
<div style="min-height: 80px; flex: 1; display: flex; justify-content: space-around; flex-direction: column; padding-left: 12px; font-size: 13px"> <div style="min-height: 80px; flex: 1; display: flex; justify-content: space-around; flex-direction: column; padding-left: 12px; font-size: 13px">
<el-row style="color: #169bd5; font-weight: bold"> <el-row style="color: #169bd5; font-weight: bold">
{{ goods.deviceName }} {{ goods.deviceName }}

View File

@ -89,7 +89,7 @@
<el-table-column label="操作" align="center"> <el-table-column label="操作" align="center">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button size="mini" type="text" icon="el-icon-zoom-in" @click="handleView(row)">查看</el-button> <el-button size="mini" type="text" icon="el-icon-zoom-in" @click="handleView(row)">查看</el-button>
<el-button v-if="row.status == '待审核' || row.status == '审核中'" size="mini" type="text" icon="el-icon-edit" @click="handleEdit(row)">审核</el-button> <el-button v-if="row.status == '0' || row.status == '4'" size="mini" type="text" icon="el-icon-edit" @click="handleEdit(row)">审核</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

View File

@ -38,9 +38,9 @@ module.exports = {
// target: `http://localhost:18080`, // target: `http://localhost:18080`,
// target: `http://192.168.0.96:28080`,//马 // target: `http://192.168.0.96:28080`,//马
// target: `http://192.168.0.110:18080`,//洪 // target: `http://192.168.0.110:18080`,//洪
target: `http://192.168.0.96:28080`,//阮 // target: `http://192.168.0.41:28080`,//蒋
// target: `http://36.33.26.201:17788/proxyApi`, //测试 // target: `http://36.33.26.201:17788/proxyApi`, //测试
// target: `http://192.168.0.14:19190/prod-api`, //测试 target: `http://36.33.26.201:21999/prod-api`, //测试
// target: `http://192.168.137.1:18080`,// // target: `http://192.168.137.1:18080`,//
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {