This commit is contained in:
2025-09-02 09:52:36 +08:00
parent 8a3f338e27
commit 253e395ace
9 changed files with 127 additions and 80 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" />