Commit 66b6af61 authored by zhengke's avatar zhengke

修改

parent 988a7606
......@@ -10,8 +10,8 @@
<el-table :data="tableData" v-loading="loading" border style="width: 100%">
<el-table-column label="类型">
<template slot-scope="scope">
<img v-if="scope.row.StoreType==1" style="width:60px;" src="../../assets/img/tcent.jpg" alt=""/>
<img v-if="scope.row.StoreType==2" style="width:115px;" src="../../assets/img/aliyun.png" alt="">
<img v-if="scope.row.StoreType==1" style="width:60px;margin-left:20px;" src="../../assets/img/tcent.jpg" alt=""/>
<img v-if="scope.row.StoreType==2" style="width:115px;margin-left:20px;" src="../../assets/img/aliyun.png" alt="">
<div style="position:relative">
<img v-if="scope.row.IsDefault==1" :class="{'uploadTencent':scope.row.StoreType==1,'uploadAli':scope.row.StoreType==2}"
src="../../assets/img/userman/select.png"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment