无人机管理后台前端(已迁走)
shuishen
2025-06-26 b6825c574c21f5693583151cd42cf92fb9154173
feat:任务管理-任务应用样式调整
1 files modified
15 ■■■■■ changed files
src/option/job/jobserver.js 15 ●●●●● patch | view | raw | blame | history
src/option/job/jobserver.js
@@ -1,3 +1,13 @@
/*
 * @Author       : yuan
 * @Date         : 2025-06-14 15:19:16
 * @LastEditors  : yuan
 * @LastEditTime : 2025-06-26 11:23:15
 * @FilePath     : \src\option\job\jobserver.js
 * @Description  :
 * Copyright 2025 OBKoro1, All Rights Reserved.
 * 2025-06-14 15:19:16
 */
export default {
  tip: false,
  searchShow: true,
@@ -10,6 +20,9 @@
  labelWidth: 100,
  menuWidth: 350,
  dialogClickModal: false,
  height: 'auto',
  calcHeight: 0,
  column: [
    {
      label: '服务名称',
@@ -73,4 +86,4 @@
      span: 24,
    },
  ],
};
}