Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit daeefa2

Browse files
committed
fix: beauty ui
1 parent 7541d02 commit daeefa2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/AlertRobotUpdate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const robotList = [
6666
{ name: 'Telegram Bot', value: 5, img: 'Telegram' },
6767
{ name: 'LINE Notify', value: 6, img: 'LineNotify' },
6868
{ name: 'Slack Bot', value: 7, img: 'SlackBot' },
69-
{ name: 'Webhook', value: 8, img: '' },
69+
{ name: '自定义机器人', value: 8, img: '' },
7070
];
7171
const sceneList = [
7272
{ name: 'robot.sceneList.testsuite', value: 'testsuite' },

src/components/ElementSelect.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ onMounted(() => {
118118
<div>
119119
<el-select
120120
v-model="step.elements[index]"
121-
filterable
122121
style="width: 100%"
123122
value-key="id"
124123
@visible-change="findByProjectIdAndEleType"

0 commit comments

Comments
 (0)