NEZ-2244 fix : 列表删除按钮样式 和 批量删除 confirm 样式统一

This commit is contained in:
likexuan
2022-10-14 15:43:11 +08:00
parent 350c0cae11
commit f2000f1a12
63 changed files with 760 additions and 140 deletions

View File

@@ -45,6 +45,11 @@ export default {
searchCheckBox: {}
}
},
provide () {
return {
getTableData: this.getTableData
}
},
methods: {
sortableShow: tableSet.sortableShow,
propTitle: tableSet.propTitle,