|
@@ -599,12 +599,6 @@ defineExpose({
|
|
|
getLoadingData,
|
|
getLoadingData,
|
|
|
pageInfo
|
|
pageInfo
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
-const testA = () => {
|
|
|
|
|
- router.push({
|
|
|
|
|
- name: 'Tracking Download Attachment'
|
|
|
|
|
- })
|
|
|
|
|
-}
|
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
@@ -619,9 +613,6 @@ const testA = () => {
|
|
|
<div class="table-tools">
|
|
<div class="table-tools">
|
|
|
<div class="left-total-records">{{ selectedNumber }} Selected</div>
|
|
<div class="left-total-records">{{ selectedNumber }} Selected</div>
|
|
|
<div class="right-tools-btn">
|
|
<div class="right-tools-btn">
|
|
|
- <el-button class="el-button--main el-button--pain-theme" @click="testA"
|
|
|
|
|
- >Tracking Download Attachment</el-button
|
|
|
|
|
- >
|
|
|
|
|
<el-popover
|
|
<el-popover
|
|
|
trigger="click"
|
|
trigger="click"
|
|
|
top="15vh"
|
|
top="15vh"
|