gaoshp
2024-11-03 3e091224ab26252d8624b42b461ba773ee8bee0f
src/views/home/widgets/components/Access.vue
@@ -1,3 +1,11 @@
<!--
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-09-06 14:09:39
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-10-23 13:40:48
 * @FilePath: /smart-web/src/views/home/widgets/components/Access.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
   <el-card shadow="hover" header="信息卡" class="item-background">
      <div class="informationCar">
@@ -14,7 +22,6 @@
         <li>中兵航联</li>
         <li>未绑定员工</li>
      </ul>
      <div class="ver">版本号: 93.1.14</div>
   </el-card>
</template>