| src/option/job/jobserver.js | ●●●●● 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, }, ], }; }