epans hace 11 meses
padre
commit
ff3dbf25df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -27,7 +27,7 @@
                   <div style=" ">{{ item.name }}</div>
                   <div style="  width: 200px;  white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; ">{{ item.content }}</div>
                 </div>
-                <div style="width:30%;display:inline-block; ">{{ item.created_at }}</div>
+                <div style="width:30%;display:inline-block; ">{{ item.show_time }}</div>
               </div>
             </el-dropdown-item>
           </div>