This commit is contained in:
linfso 2024-05-13 12:51:49 +08:00
parent 293437f030
commit 3e01adc266

View File

@ -105,7 +105,7 @@
<el-table-column label="logo" align="left" prop="logo" min-width="130" > <el-table-column label="logo" align="left" prop="logo" min-width="130" >
<template slot-scope="scope"> <template slot-scope="scope">
<div style="height:30px"> <div style="height:30px">
<img style="height: 100%;max-width:100%;cursor: pointer;" :src="scope.row.logo?scope.row.logo.replace('http:',''):''" onerror="onerror=null;src='@../../../assets/images/plus.jpg'"> <img style="height: 100%;max-width:100%;cursor: pointer;" :src="scope.row.logo" onerror="onerror=null;src='@../../../assets/images/plus.jpg'">
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
@ -201,12 +201,10 @@
<script> <script>
import { listEmisBrand, getEmisBrand, delEmisBrand, addEmisBrand, updateEmisBrand,changeBrandStatus } from "@/api/emis/emisBrand"; import { listEmisBrand, getEmisBrand, delEmisBrand, addEmisBrand, updateEmisBrand,changeBrandStatus } from "@/api/emis/emisBrand";
import elDateSimplePicker from '@/components/DatePickerAdv/elDateSimplePicker';
import emisBrandForm from '@/views/emis/emisBrand/emisBrandForm';
export default { export default {
name: "emisBrand", name: "emisBrand",
components: { elDateSimplePicker,emisBrandForm }, components: { },
dicts: ['sys_normal_disable'], dicts: ['sys_normal_disable'],
data() { data() {
return { return {