Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 34f13e1e
authored
Apr 12, 2024
by
peiqiQQQ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改选框发布状态
1 parent
2337bcfb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/archi-ele-list/index.vue
src/views/archi-ele-list/index.vue
View file @
34f13e1
...
...
@@ -1253,7 +1253,8 @@ export default {
},
selectable
(
row
)
{
//表格勾选框禁用
if
(
row
.
state
==
1
||
row
.
state
==
0
)
{
// if (row.state == 1 || row.state == 0) {
if
(
row
.
state
==
1
)
{
return
false
// 禁用
}
else
{
return
true
//不禁用
...
...
Write
Preview
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