md
This commit is contained in:
parent
293437f030
commit
3e01adc266
@ -105,7 +105,7 @@
|
||||
<el-table-column label="logo" align="left" prop="logo" min-width="130" >
|
||||
<template slot-scope="scope">
|
||||
<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>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@ -201,12 +201,10 @@
|
||||
|
||||
<script>
|
||||
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 {
|
||||
name: "emisBrand",
|
||||
components: { elDateSimplePicker,emisBrandForm },
|
||||
components: { },
|
||||
dicts: ['sys_normal_disable'],
|
||||
data() {
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user