Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ba316c98
authored
2025-10-14 12:55:28 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复表格不显示查看按钮
1 parent
d83c37d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Table/index.vue
src/components/Table/index.vue
View file @
ba316c9
...
...
@@ -297,7 +297,7 @@ onMounted(() => {
<el-tag
:type=
"tagType(scope.row, item.field)"
>
{{
tagMethod
(
scope
.
row
,
item
.
field
)
}}
</el-tag>
<span
v-if=
"item.btn
?.visible?.(scope) !== false && item.btn
.visible !== false"
class=
"text_btn"
style=
"position: absolute;right: 0;"
<span
v-if=
"item.btn
&& item.btn?.visible?.(scope) !== false && item.btn?
.visible !== false"
class=
"text_btn"
style=
"position: absolute;right: 0;"
@
click=
"(item.btn.click && !item.btn.disabled && !scope.row.disabled) ? item.btn.click(scope, item.btn) : handleClick(scope, item.btn)"
v-preReClick
>
{{
item
.
btn
.
label
}}
</span>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment