File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
components/dynamics-form/items Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111 />
1212 <div class =" function-CodemirrorEditor__format" >
1313 <el-button text type =" info" @click =" format" class =" magnify" >
14- <el-icon ><DocumentChecked /></el-icon
15- > </el-button >
14+ <el-icon ><DocumentChecked /></el-icon >
15+ </el-button >
1616 </div >
1717 <div class =" function-CodemirrorEditor__footer" >
1818 <el-button text type =" info" @click =" openCodemirrorDialog" class =" magnify" >
Original file line number Diff line number Diff line change 140140 <AppIcon iconName =" app-copy" ></AppIcon >
141141 复制</el-dropdown-item
142142 >
143- <el-dropdown-item icon =" Delete" @click.stop =" exportApplication(item)" >
143+ <el-dropdown-item @click.stop =" exportApplication(item)" >
144+ <AppIcon iconName =" app-export" ></AppIcon >
144145 导出
145146 </el-dropdown-item >
146147 <el-dropdown-item icon =" Delete" @click.stop =" deleteApplication(item)" >{{
You can’t perform that action at this time.
0 commit comments