wanggaokun 11 месяцев назад
Родитель
Сommit
937c00a55c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/als/aircraft/index.vue

+ 1 - 1
src/views/als/aircraft/index.vue

@@ -152,7 +152,7 @@ const columns = reactive<ColumnProps<any>[]>([
     prop: 'updateTime',
     label: '更新时间'
   },
-  { prop: 'operation', label: '操作' }
+  { prop: 'operation', label: '操作', width: 230 }
 ])
 // 表单配置项
 let itemsOptions = reactive<ProForm.ItemsOptions[]>([])