使用oracle数据库做的数据上传系统前端
kongdeqiang
2026-03-23 2adf0b60f951746518feb88a11501b10455d83d6
src/views/Dashboard.vue
@@ -31,7 +31,7 @@
        <el-card class="box-card">
          <template #header>
            <div class="card-header">
              <span>模板总数</span>
              <span>数据总数</span>
            </div>
          </template>
          <div class="card-content">
@@ -56,7 +56,7 @@
    </el-row>
    <el-card class="welcome-card">
      <h2>欢迎使用数据管理系统</h2>
      <h2>欢迎使用数据录入系统</h2>
      <p>当前登录用户:{{ userStore.userInfo.realName || userStore.userInfo.username }}</p>
      <p>所属部门:{{ userStore.userInfo.deptName || '未分配' }}</p>
    </el-card>