fix:修改底部版权

This commit is contained in:
lz-ui 2025-10-17 15:42:19 +08:00
parent 5a9ab352cd
commit bbd3e99414
4 changed files with 3 additions and 10 deletions

View File

@ -57,6 +57,6 @@ export default {
/**
* 底部版权文本内容
*/
footerContent: 'Copyright © 2025 北京数维无穹科技有限公司'
footerContent: '' //'Copyright © 2025 北京数维无穹科技有限公司'
}

View File

@ -59,7 +59,7 @@
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright ©2025 北京数维无穹科技有限公司</span>
<!-- <span>Copyright ©2025 北京数维无穹科技有限公司</span> -->
</div>
</div>
</template>

View File

@ -70,7 +70,7 @@
</el-form>
<!-- 底部 -->
<div class="el-register-footer">
<span>Copyright ©2025 北京数维无穹科技有限公司</span>
<!-- <span>Copyright ©2025 北京数维无穹科技有限公司</span> -->
</div>
</div>
</template>

View File

@ -93,15 +93,8 @@
<span>{{ parseTime(scope.row.matchDateTime) }}</span>
</template>
</el-table-column>
<!-- <el-table-column label="报告状态" prop="reportSatus">
<template #default="scope">
<el-tag v-if="scope.row.reportSatus === 1" type="success">已生成</el-tag>
<el-tag v-else>未生成</el-tag>
</template>
</el-table-column> -->
<el-table-column :label="item.name" align="center" class-name="small-padding fixed-width" v-for="item in ModelsTypes.soccer" :key="item.value">
<template #header>
<span>{{ item.name }}</span>
<el-popover placement="top" width="300" trigger="click">
<template #reference>