UPDATE: 优化;

This commit is contained in:
贾同学
2025-09-30 08:42:45 +08:00
parent 7c0ec5844a
commit b0c88b9df2
2 changed files with 12 additions and 4 deletions

View File

@@ -103,7 +103,7 @@
type="primary"
v-auth.plan="'analysis'"
link
:icon="List"
icon="DataLine"
v-if="scope.row.testState == '2'"
@click="statisticalAnalysis(scope.row)"
>
@@ -149,7 +149,7 @@
<script setup lang="tsx" name="useProTable">
import ProTable from '@/components/ProTable/index.vue'
import type { ColumnProps, ProTableInstance } from '@/components/ProTable/interface'
import { CirclePlus, Delete, Download, List, Upload } from '@element-plus/icons-vue'
import { CirclePlus, Delete, Download, Upload } from '@element-plus/icons-vue'
import {
deletePlan,
downloadTemplate,