Browse Source

修改只读状态

qukaidi 4 năm trước cách đây
mục cha
commit
a9224968a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/fleet/scheduling/AddOrUpdate.vue

+ 1 - 1
src/views/fleet/scheduling/AddOrUpdate.vue

@@ -724,7 +724,7 @@
                       @click.native.prevent="
                         delplansRow(scope.$index, schedulingList, scope.row)
                       "
-                      :disabled="scope.row.disabled"
+                      :disabled="scope.row.disabled==5||scope.row.disabled==6"
                       >删除</el-button
                     >
                     <el-button