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
2023-11-27 13:32:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b35334ccbd072539115a299e196ceaf08fba7c49
b35334cc
1 parent
95c69cc9
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
doc/App.vue
doc/App.vue
View file @
b35334c
...
...
@@ -327,10 +327,10 @@
</el-dropdown-menu>
</template>
</el-dropdown>
<el-tooltip content="编辑版本" placement="bottom">
<el-tooltip content="编辑版本
信息
" placement="bottom">
<i class="el-icon-chat-line-square" @click="editFlowVersion" style="font-size: 18px; margin-left: 8px;"></i>
</el-tooltip>
<el-dialog v-model="state.dialogVersionFormVisible" title="版本
描述
">
<el-dialog v-model="state.dialogVersionFormVisible" title="版本
信息
">
<el-form :model="state.versionForm" label-width="80px">
<el-form-item label="版本号">
流程版本(V{{ state.versionForm.code }})
...
...
Please
register
or
login
to post a comment