Explorar o código

location 幻灯

theo %!s(int64=3) %!d(string=hai) anos
pai
achega
e7c87f928e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backendEle/src/views/ad/location.vue

+ 1 - 1
backendEle/src/views/ad/location.vue

@@ -11,7 +11,7 @@
         <el-table-column label="Type"> <!-- 类型 -->
           <template slot-scope="scope">
             <template v-if="scope.row.TYPE === '1'">
-              <el-tag type="success">幻灯</el-tag> <!-- 幻灯 -->
+              <el-tag type="success">Slideshow</el-tag> <!-- 幻灯 -->
             </template>
             <template v-else-if="scope.row.TYPE === '2'">
               <el-tag>Image</el-tag> <!-- 图片 -->