Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
e6ba961f2f2a2dfbbab9f5e99600c5e804851170
Authored by
xp.Huang
2023-07-23 17:33:57 +0800
1 parent
6fb946ea
fix: TCP转换脚本在启用、禁用状态下都允许编辑
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/rule/script/TcpConversionScript/index.vue
src/views/rule/script/TcpConversionScript/index.vue
View file @
e6ba961
...
...
@@ -55,7 +55,6 @@
55
55
BusinessConvertScriptTextEnum.BUSINESS_EDIT_TEXT,
56
56
record
57
57
),
58
-
ifShow: record.status == 0,
59
58
},
60
59
{
61
60
label: BusinessConvertScriptTextEnum.BUSINESS_DELETE_TEXT.slice(-2),
...
...