NEZ-598 alert message 页面修改

This commit is contained in:
songjingcheng
2021-05-08 09:40:53 +08:00
parent d8f727e542
commit a8ced7e52b
86 changed files with 2099 additions and 1450 deletions

View File

@@ -64,6 +64,7 @@ export default {
this.$emit('showBottomBox', targetTab, JSON.parse(JSON.stringify(row)))
},
tableDataSort (item) {
console.log(item)
let orderBy = ''
if (item.order === 'ascending') {
orderBy = item.prop
@@ -71,6 +72,7 @@ export default {
if (item.order === 'descending') {
orderBy = '-' + item.prop
}
console.log(orderBy)
this.$emit('orderBy', orderBy)
}
}