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
be4112b854cdd3039ea787ae76e01dcb2844d947
Authored by
loveumiko
2023-11-27 15:38:36 +0800
1 parent
bc6819ae
fix: 规则链文字修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/rule/designer/src/components/JavaScriptFilterModal/JavascriptEditorWithTestModal.vue
src/views/rule/designer/src/components/JavaScriptFilterModal/JavascriptEditorWithTestModal.vue
View file @
be4112b
...
...
@@ -14,7 +14,7 @@
14
14
scriptType?: string;
15
15
}>(),
16
16
{
17
-
buttonName: '
Test Filter Function
',
17
+
buttonName: '
测试过滤函数
',
18
18
javaScriptEditorProps: () => ({
19
19
functionName: 'Filter',
20
20
scriptType: 'filter',
...
...