Skip to content

Commit

Permalink
fix: beauty ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Jun 9, 2023
1 parent 7541d02 commit daeefa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AlertRobotUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const robotList = [
{ name: 'Telegram Bot', value: 5, img: 'Telegram' },
{ name: 'LINE Notify', value: 6, img: 'LineNotify' },
{ name: 'Slack Bot', value: 7, img: 'SlackBot' },
{ name: 'Webhook', value: 8, img: '' },
{ name: '自定义机器人', value: 8, img: '' },
];
const sceneList = [
{ name: 'robot.sceneList.testsuite', value: 'testsuite' },
Expand Down
1 change: 0 additions & 1 deletion src/components/ElementSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ onMounted(() => {
<div>
<el-select
v-model="step.elements[index]"
filterable
style="width: 100%"
value-key="id"
@visible-change="findByProjectIdAndEleType"
Expand Down

0 comments on commit daeefa2

Please sign in to comment.