Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-06-27 16:32:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cfb0c0fe85f199cc4a224c233e214f1bd8dd0387
cfb0c0fe
1 parent
24ba7ca9
fix 节点属性提交按钮关闭,disable掉消息操作
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
doc/index.vue
doc/index.vue
View file @
cfb0c0f
...
...
@@ -291,12 +291,12 @@
</el-checkbox-group> -->
<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="font-size: 14px; margin-left: 5px;">站内信</div>
<div><el-switch v-model="state.more_attr_data.msg_send_mail" /></div>
<div><el-switch v-model="state.more_attr_data.msg_send_mail"
:disabled="!state.more_attr_data.show"
/></div>
</div>
<div v-if="state.more_attr_data.msg_send_mail" style="color: red; font-size: 13px; margin-left: 5px;">站内信内容说明</div>
<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="font-size: 14px; margin-left: 5px;">微信</div>
<div><el-switch v-model="state.more_attr_data.msg_send_weixin" /></div>
<div><el-switch v-model="state.more_attr_data.msg_send_weixin"
:disabled="!state.more_attr_data.show"
/></div>
</div>
<div v-if="state.more_attr_data.msg_send_weixin" style="color: red; font-size: 13px; margin-left: 5px;">微信内容说明</div>
</div>
...
...
Please
register
or
login
to post a comment