提交 8feb30b8 编写于 作者: zhujiamin's avatar zhujiamin

更新 2

上级 136a59fe
......@@ -104,6 +104,6 @@ export const AppComponents = {
v.component('app-mob-select-changeTheme',() => import('@/components/app-mob-select-changeTheme/app-mob-select-changeTheme.vue'));
v.component('app-list-index',() => import('@/components/app-list-index/app-list-index.vue'));
// 下拉列表组件
v.component('app-info-list',() => import('@/components/app-info-list/app-history-list.vue'));
v.component('app-history-list',() => import('@/components/app-info-list/app-history-list.vue'));
},
};
\ No newline at end of file
......@@ -18,13 +18,13 @@ import { Vue, Component, Prop } from 'vue-property-decorator';
@Component({
components: {}
})
export default class AppInfoList extends Vue {
export default class APPHistoryList extends Vue {
/**
* 传入数据
*
* @type {Array}
* @memberof AppInfoList
* @memberof APPHistoryList
*/
@Prop({default:()=>{ return [
{time:'2020-08-20',method:'手动变更',info:'胡维将状态由"实现中"修改为"已实现";将完成时间由"空"修改为"2020-08-20 14:00:31"'},
......@@ -37,7 +37,7 @@ export default class AppInfoList extends Vue {
* 按钮文本
*
* @type {String}
* @memberof AppInfoList
* @memberof APPHistoryList
*/
public text = '查看更多记录';
......@@ -45,7 +45,7 @@ export default class AppInfoList extends Vue {
* 文本切换
*
* @type {Boolean}
* @memberof AppInfoList
* @memberof APPHistoryList
*/
public isShow = false;
......@@ -54,7 +54,7 @@ export default class AppInfoList extends Vue {
* 初始个数
*
* @type {Number}
* @memberof AppInfoList
* @memberof APPHistoryList
*/
public num = 3;
......@@ -63,7 +63,7 @@ export default class AppInfoList extends Vue {
* 点击展开
*
* @returns {void}
* @memberof AppInfoList
* @memberof APPHistoryList
*/
public loadMore(): void {
this.isShow = !this.isShow;
......@@ -85,5 +85,5 @@ export default class AppInfoList extends Vue {
</script>
<style lang="less">
@import "./app-info-list.less";
@import "./app-history-list.less";
</style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册