diff --git a/src/views/train/synInfo/components/list.vue b/src/views/train/synInfo/components/list.vue
index 4e829f4..f351f8e 100644
--- a/src/views/train/synInfo/components/list.vue
+++ b/src/views/train/synInfo/components/list.vue
@@ -34,12 +34,12 @@
border
fit
highlight-current-row>
-
+
-
+
详情
@@ -50,7 +50,7 @@
@@ -118,13 +118,7 @@ export default {
},
methods: {
handleSelectWithDifferentStatus(row, rowIndex) {
- if (row.STATUS === 0) {
- // 不禁用
- return true
- } else {
- // 禁用
- return false
- }
+ return true
},
getQuery() {
if (this.$refs.multipleTable) {