改名
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
width="70%"
|
||||
top="5vh"
|
||||
>
|
||||
<plan-content-editor
|
||||
<plan-detail
|
||||
v-if="detailsVisible"
|
||||
:plan-id="selectedPlanIdForDetails"
|
||||
/>
|
||||
@@ -113,14 +113,14 @@
|
||||
import { Refresh } from '@element-plus/icons-vue';
|
||||
import apiClient from '../api/index.js';
|
||||
import PlanForm from './PlanForm.vue';
|
||||
import PlanContentEditor from './PlanContentEditor.vue'; // 导入新组件
|
||||
import PlanDetail from './PlanDetail.vue'; // 导入新组件
|
||||
import cronParser from 'cron-parser';
|
||||
|
||||
export default {
|
||||
name: 'PlanList',
|
||||
components: {
|
||||
PlanForm,
|
||||
PlanContentEditor, // 注册新组件
|
||||
PlanDetail, // 注册新组件
|
||||
Refresh
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user