fix:修改 表达式模板的按钮顺序 修改mib表格无法编辑的问题 修改 alert rule methods的显示问题
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
:table-data="tableData"
|
||||
@del="del"
|
||||
@edit="edit"
|
||||
@copy="(row) => {copyRow(row, 'exprTmpl')}"
|
||||
@copy="(row) => {copy(row)}"
|
||||
@orderBy="tableDataSort"
|
||||
@reload="getTableData"
|
||||
@selectionChange="selectionChange"
|
||||
|
||||
Reference in New Issue
Block a user