|
|
|
@ -35,7 +35,7 @@ import SchemeDialog from "@/views/base/scheme/components/SchemeDialog.vue";
|
|
|
|
|
import { getStageList, getSubjectList, getSchemeList, deleteScheme } from "@/api/modules/base";
|
|
|
|
|
import { CirclePlus, Delete, EditPen } from "@element-plus/icons-vue";
|
|
|
|
|
|
|
|
|
|
const _toolButton = ["refresh"];
|
|
|
|
|
const _toolButton = ["refresh"] as any;
|
|
|
|
|
const subjectEnum = ref<any>([]);
|
|
|
|
|
|
|
|
|
|
// ProTable 实例
|
|
|
|
|