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
7e1e31b4281034f7efe87208238fe550f30acc06
Authored by
fengtao
2022-03-29 11:19:14 +0800
1 parent
998ee0b8
fix:[DEFECT-317],修复转换脚本已经启用不能批量删除问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/rule/script/index.vue
src/views/rule/script/index.vue
View file @
7e1e31b
...
...
@@ -5,6 +5,7 @@
5
5
:rowSelection="{ type: 'checkbox' }"
6
6
@register="registerTable"
7
7
v-show="isStatus === 0"
8
+
:clickToRowSelect="false"
8
9
>
9
10
<template #toolbar>
10
11
<a-button type="primary" @click="handleCreate"> 新增转换脚本 </a-button>
...
...