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
a1e494452c08d632d90fd5207054c1fe70f09868
Authored by
fengwotao
2023-07-21 09:18:38 +0800
1 parent
b9dc346d
fix: DEFECT-1405 修复测试数据,输出参数没有显示完全
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/rule/script/TcpConversionScript/components/ConverScriptForm.vue
src/views/rule/script/TcpConversionScript/components/ConverScriptForm.vue
View file @
a1e4944
...
...
@@ -100,6 +100,7 @@
100
100
v-if="isNotTest"
101
101
v-model:value="scriptForm.description"
102
102
placeholder="请输入备注"
103
+
:maxlength="255"
103
104
/>
104
105
<a-textarea
105
106
:rows="5"
...
...