|
@@ -15,6 +15,14 @@
|
|
<!-- :disabled="dataListSelections.length <= 0">批量删除</el-button>-->
|
|
<!-- :disabled="dataListSelections.length <= 0">批量删除</el-button>-->
|
|
<!-- </template>-->
|
|
<!-- </template>-->
|
|
|
|
|
|
|
|
+ <template slot-scope="scope"
|
|
|
|
+ slot="pic">
|
|
|
|
+ <span class="avue-crud__img" v-if="scope.row.pic">
|
|
|
|
+ <i :src="scope.row.pic" class="el-icon-document"></i>
|
|
|
|
+ </span>
|
|
|
|
+ <span v-else>-</span>
|
|
|
|
+ </template>
|
|
|
|
+
|
|
<template slot-scope="scope"
|
|
<template slot-scope="scope"
|
|
slot="status">
|
|
slot="status">
|
|
<el-tag v-if="scope.row.status === 0"
|
|
<el-tag v-if="scope.row.status === 0"
|