瀏覽代碼

change time disable

tags/v1.0.0^2
zhangtao 2 年之前
父節點
當前提交
a08b7bb11e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/views/task-manage/all-task/components/TaskModal.vue

+ 1
- 1
src/views/task-manage/all-task/components/TaskModal.vue 查看文件

@@ -58,7 +58,7 @@ export default defineComponent({
const formItem = ref([])
if (props?.data?.id) {
getLineOptions(props.data.droneId)
if ([1, 2].includes(props.data.status)) {
if (![1, 2].includes(props.data.status)) {
formItem.value = [
{ type: 'input', key: 'droneName', label: '无人机' },
{ type: 'input', key: 'flyTime', label: '飞行时间' }

Loading…
取消
儲存