Quellcode durchsuchen

频道管理 定制频道

DESKTOP-O04BTUJ\muzen vor 3 Jahren
Ursprung
Commit
1892d5cfdb
1 geänderte Dateien mit 1 neuen und 5 gelöschten Zeilen
  1. 1 5
      src/views/channel/custom/index.vue

+ 1 - 5
src/views/channel/custom/index.vue

@@ -37,11 +37,7 @@
                 <el-image :src="scope.row.pic"></el-image>
                 <el-image :src="scope.row.pic"></el-image>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column label="频道简介" align="center" show-overflow-tooltip>
-              <template slot-scope="scope">
-                <span v-html="scope.row.description" />
-              </template>
-            </el-table-column>
+            <el-table-column label="频道简介" prop="description" align="center" show-overflow-tooltip />
             <el-table-column label="操作" align="center">
             <el-table-column label="操作" align="center">
               <template slot-scope="scope">
               <template slot-scope="scope">
                 <el-button type="text" @click="edit(scope.row)">编辑</el-button>
                 <el-button type="text" @click="edit(scope.row)">编辑</el-button>