File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
views/application-workflow/component Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 8080 :item =" item"
8181 />
8282 <div class =" pre-wrap" style =" width : 60% " >
83- <auto-tooltip :content = " item.name " style = " width : 80 % " class = " lighter " >
83+ <div class = " lighter ellipsis " :title = " item.name " >
8484 {{ item.name }}
85- </auto-tooltip >
85+ </div >
8686 <el-text type =" info" size =" small" style =" width : 80% " >{{ item.desc }}</el-text >
8787 </div >
8888 <div class =" status-tag" style =" margin-left : auto " >
Original file line number Diff line number Diff line change 3232 </div >
3333
3434 <div @mousemove.stop @mousedown.stop @keydown.stop @click.stop >
35- <el-button text @click =" showNode = !showNode" class = " mr-4 " >
35+ <el-button text @click =" showNode = !showNode" >
3636 <el-icon class =" arrow-icon color-secondary" :class =" showNode ? 'rotate-180' : ''"
3737 ><ArrowDownBold />
3838 </el-icon >
4343 trigger =" click"
4444 placement =" bottom-start"
4545 >
46- <el-button text >{{ condition }}</el-button >
46+ <el-button text >
47+ <img src =" @/assets/icon_or.svg" alt =" " v-if =" condition==='OR'" >
48+ <img src =" @/assets/icon_and.svg" alt =" " v-if =" condition==='AND'" >
49+ </el-button >
4750 <template #dropdown >
4851 <div style =" width : 280px " class =" p-12-16" >
4952 <h5 >执行条件</h5 >
You can’t perform that action at this time.
0 commit comments