{isShowBtn('system:role:edit') && (
diff --git a/src/views/manage/role/modules/role-operate-drawer.vue b/src/views/manage/role/modules/role-operate-drawer.vue
index fcca31d..fa5dc1b 100644
--- a/src/views/manage/role/modules/role-operate-drawer.vue
+++ b/src/views/manage/role/modules/role-operate-drawer.vue
@@ -14,7 +14,7 @@ interface Props {
/** the type of operation */
operateType: AntDesign.TableOperateType;
/** the edit row data */
- rowData?: Api.SystemManage.Role | null;
+ rowData?: any;
}
const props = defineProps
();
diff --git a/src/views/manage/task/index.vue b/src/views/manage/task/index.vue
new file mode 100644
index 0000000..f15eac6
--- /dev/null
+++ b/src/views/manage/task/index.vue
@@ -0,0 +1,630 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t(option.label) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common.reset') }}
+
+
+
+
+
+ {{ $t('common.search') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common.add') }}
+
+
+
+
+
+
+ {{ $t('common.batchDelete') }}
+
+
+
+
+
+
+
+ {{ $t('common.refresh') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'View' }}
+
+
+
+
+
+
+
+ {{ 'Edit' }}
+
+
+
+
+
+
+
+
+ {{ 'Delete' }}
+
+
+
+
+
+
+
+
+ {{ 'run' }}
+
+
+
+
+
+
+
+
+ {{ 'Job Log' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ modalState.from.jobName }}
+
+
+
+
+ {{
+ [{
+ label: t('common.normal'),
+ value: '0',
+ }, {
+ label: t('common.abnormal'),
+ value: '1',
+ }].find(s => s.value === modalState.from.status)
+ ?.label
+ }}
+
+
+
+
+
+
+
+ {{ modalState.from.invokeTarget }}
+
+
+
+
+
+ {{ modalState.from.jobGroup }}
+
+
+
+
+
+
+
+
+ {{ modalState.from.cronExpression }}
+
+
+
+
+
+
+ {{ modalState.from.createTime }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('common.close') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/manage/task/modules/task-operate-drawer.vue b/src/views/manage/task/modules/task-operate-drawer.vue
new file mode 100644
index 0000000..435e2d9
--- /dev/null
+++ b/src/views/manage/task/modules/task-operate-drawer.vue
@@ -0,0 +1,222 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t(item.label) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ $t('common.cancel') }}
+
{{ $t('common.confirm') }}
+
+
+
+
+
+
diff --git a/src/views/manage/task/modules/task-search.vue b/src/views/manage/task/modules/task-search.vue
new file mode 100644
index 0000000..8dbff97
--- /dev/null
+++ b/src/views/manage/task/modules/task-search.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t(option.label) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common.reset') }}
+
+
+
+
+
+ {{ $t('common.search') }}
+
+
+
+
+
+
+
+
+
+
+
+