UPDATE: 1、重新修改激活逻辑;2、优化
This commit is contained in:
@@ -338,9 +338,7 @@ const columns = reactive<ColumnProps<Plan.ReqPlan>[]>([
|
||||
fieldNames: { label: 'label', value: 'id' },
|
||||
render: scope => {
|
||||
return scope.row.testState === 0 ? (
|
||||
<el-tag type="primary" effect="dark">
|
||||
未检
|
||||
</el-tag>
|
||||
<el-tag type="info">未检</el-tag>
|
||||
) : scope.row.testState === 1 ? (
|
||||
<el-tag type="warning" effect="dark">
|
||||
检测中
|
||||
|
||||
Reference in New Issue
Block a user