Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-04-30 18:17:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc205d0a7a7d5da9edd38caa5e3296af16167bc4
cc205d0a
1 parent
ddd06ee3
feat: 优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/components/TablePopover/index.vue
src/views/reportingData/index.vue
src/components/TablePopover/index.vue
View file @
cc205d0
...
...
@@ -22,7 +22,7 @@
:pagination="false"
:border="true"
tooltip-effect="dark"
max-height="
4
00px"
max-height="
3
00px"
:empty-text="
loadingDatas &&
rowData &&
...
...
src/views/reportingData/index.vue
View file @
cc205d0
...
...
@@ -418,9 +418,9 @@
<el-table-column align="center" label="操作" width="150">
<template slot-scope="scope">
<el-button type="text" @click="update(scope.row)"> 修改 </el-button>
<el-button type="text" @click="showTotalLog(scope.row)"
>日志</el-button
>
<el-button type="text" @click="showTotalLog(scope.row)"
>
日志
</el-button
>
</template>
</el-table-column>
</template>
...
...
Please
register
or
login
to post a comment