fix:修改底部版权
This commit is contained in:
parent
5a9ab352cd
commit
bbd3e99414
@ -57,6 +57,6 @@ export default {
|
||||
/**
|
||||
* 底部版权文本内容
|
||||
*/
|
||||
footerContent: 'Copyright © 2025 北京数维无穹科技有限公司'
|
||||
footerContent: '' //'Copyright © 2025 北京数维无穹科技有限公司'
|
||||
}
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
</el-form>
|
||||
<!-- 底部 -->
|
||||
<div class="el-login-footer">
|
||||
<span>Copyright ©2025 北京数维无穹科技有限公司</span>
|
||||
<!-- <span>Copyright ©2025 北京数维无穹科技有限公司</span> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -70,7 +70,7 @@
|
||||
</el-form>
|
||||
<!-- 底部 -->
|
||||
<div class="el-register-footer">
|
||||
<span>Copyright ©2025 北京数维无穹科技有限公司</span>
|
||||
<!-- <span>Copyright ©2025 北京数维无穹科技有限公司</span> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user