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