whychdw
2020-09-02 3124921832d5b9066fb18b0f3b13f2577a58dce5
更新版本V3.2.1.004
2个文件已修改
12 ■■■■■ 已修改文件
src/components/PageHeader.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/state.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/PageHeader.vue
@@ -1,7 +1,10 @@
<template>
    <div class="page-header">
        <div class="page-left">
            <span class="txt-bold">系统运行记录软件</span>
            <span class="txt-bold">系统运行记录软件
                <span class="txt-version">{{$store.state.version}}</span>
            </span>
        </div>
        <div class="page-right">
            <span>{{$store.state.login.username}} </span>|
@@ -41,6 +44,12 @@
    font-size: 0.15rem;
    cursor: pointer;
}
.txt-bold .txt-version {
    margin-left: 0.04rem;
    vertical-align: unset;
    font-size: 0.14rem;
    color: #81ef8e;
}
</style>
src/store/state.js
@@ -9,4 +9,5 @@
        match_type: 0,
        configs: []
    },
    version: 'V3.2.1.004'
}