Pārlūkot izejas kodu

feat: 删除多余按钮

Jack Zhou 2 mēneši atpakaļ
vecāks
revīzija
db1ac1359f

+ 1 - 1
src/views/Tracking/src/components/DownloadAttachment/src/DownloadAttachment.vue

@@ -449,7 +449,7 @@ const activeNames = ref(['1'])
       align-items: center;
       justify-content: center;
       height: 16px;
-      padding-top: 1px;
+      // padding-top: 1px;
       padding-left: 5px;
       padding-right: 4px;
       min-width: 16px;

+ 0 - 9
src/views/Tracking/src/components/TrackingTable/src/TrackingTable.vue

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