|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
* @Author: your name
|
|
* @Author: your name
|
|
|
* @Date: 2024-05-27 09:23:37
|
|
* @Date: 2024-05-27 09:23:37
|
|
|
- * @LastEditTime: 2024-06-17 16:40:01
|
|
|
|
|
|
|
+ * @LastEditTime: 2024-06-18 16:08:24
|
|
|
* @LastEditors: bogon
|
|
* @LastEditors: bogon
|
|
|
* @Description: In User Settings Edit
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /performance-test/src/views/performance/batchMag.vue
|
|
* @FilePath: /performance-test/src/views/performance/batchMag.vue
|
|
@@ -120,6 +120,7 @@
|
|
|
@click="deleted(scope.row)"
|
|
@click="deleted(scope.row)"
|
|
|
type="text"
|
|
type="text"
|
|
|
size="small"
|
|
size="small"
|
|
|
|
|
+ :disabled="scope.row.batchState == 1"
|
|
|
>删除</el-button
|
|
>删除</el-button
|
|
|
>
|
|
>
|
|
|
</template>
|
|
</template>
|