无人机管理后台前端(已迁走)
张含笑
2025-10-28 0f16db42e4e331bfaf084c27ca602c275e87668d
src/option/job/jobserver.js
@@ -1,9 +1,19 @@
/*
 * @Author       : yuan
 * @Date         : 2025-06-14 15:19:16
 * @LastEditors  : yuan
 * @LastEditTime : 2025-06-26 17:24:02
 * @FilePath     : \src\option\job\jobserver.js
 * @Description  :
 * Copyright 2025 OBKoro1, All Rights Reserved.
 * 2025-06-14 15:19:16
 */
export default {
  height: 'auto',
  calcHeight: 30,
  tip: false,
  searchShow: true,
  searchMenuSpan: 6,
  searchGutter: 30,
  searchMenuPosition: 'left',
  searchMenuSpan: 4,
  border: true,
  index: true,
  viewBtn: true,
@@ -12,12 +22,16 @@
  labelWidth: 100,
  menuWidth: 350,
  dialogClickModal: false,
  height: 'auto',
  calcHeight: 20,
  column: [
    {
      label: '服务名称',
      prop: 'jobServerName',
      type: 'input',
      span: 24,
      searchSpan: 4,
      search: true,
      rules: [
        {
@@ -45,6 +59,7 @@
      prop: 'jobAppName',
      type: 'input',
      span: 24,
      searchSpan: 4,
      search: true,
      rules: [
        {
@@ -75,4 +90,4 @@
      span: 24,
    },
  ],
};
}