src/option/job/jobserver.js
@@ -1,6 +1,14 @@ /* * @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, @@ -12,6 +20,9 @@ labelWidth: 100, menuWidth: 350, dialogClickModal: false, height: 'auto', calcHeight: 20, column: [ { label: '服务名称', @@ -75,4 +86,4 @@ span: 24, }, ], }; }