UPDATE: 优化;

This commit is contained in:
贾同学
2025-09-25 11:16:57 +08:00
parent 9ee71d29d4
commit f74fedc213
7 changed files with 28 additions and 30 deletions

View File

@@ -41,7 +41,7 @@
<el-button
type="primary"
v-auth.plan="'analysis'"
:icon="List"
icon="DataLine"
:disabled="!scope.isSelected"
@click="statisticalAnalysisMore(scope.selectedListIds, scope.selectedList)"
>
@@ -342,11 +342,11 @@ const columns = reactive<ColumnProps<Plan.ReqPlan>[]>([
fieldNames: { label: 'label', value: 'id' },
render: scope => {
return scope.row.testState === 0 ? (
<el-tag type="warning" effect="dark">
<el-tag type="primary" effect="dark">
未检
</el-tag>
) : scope.row.testState === 1 ? (
<el-tag type="danger" effect="dark">
<el-tag type="warning" effect="dark">
检测中
</el-tag>
) : (