This commit is contained in:
ljx
2025-09-02 19:03:49 +08:00
9 changed files with 128 additions and 83 deletions

View File

@ -36,7 +36,6 @@
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
</template>
<el-table v-loading="loading" :data="monthPlanList">
<el-table-column type="index" label="序号" width="55" align="center" />
<el-table-column label="计划月份" align="center" prop="planMonth" />