Commit d86ca84e authored by liudong1993's avatar liudong1993

1

parent 30943628
...@@ -358,6 +358,7 @@ ...@@ -358,6 +358,7 @@
<!-- <img v-if="!scope.row.CreatePhoto" src="../../assets/img/litheader.png"> <!-- <img v-if="!scope.row.CreatePhoto" src="../../assets/img/litheader.png">
<img v-if="scope.row.CreatePhoto" :onerror="defaultImg" :src="scope.row.CreatePhoto"> --> <img v-if="scope.row.CreatePhoto" :onerror="defaultImg" :src="scope.row.CreatePhoto"> -->
<span class="createName">{{scope.row.CreateName}}</span> <span class="createName">{{scope.row.CreateName}}</span>
<span v-if="scope.row.CreateName!=scope.row.UpdateName" class="createName"><br/>提成:{{scope.row.UpdateName}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="广告图" prop=""> <el-table-column label="广告图" prop="">
......
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