UPDATE: 优化;
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user