refactor(manager/plans): 删表格项目ID 列 (不在页面上展示)

planId 仍保留在 auditForm (后端 WHERE 用), 只是表格不渲染
This commit is contained in:
郭庆泰
2026-08-18 01:11:09 +08:00
parent 8bee167704
commit 55f3147463
-1
View File
@@ -40,7 +40,6 @@
<!-- ========== 表格 ( People.vue 风格一致, page-card 包裹) ========== -->
<el-table :data="rows" v-loading="loading" stripe border @selection-change="onSel">
<el-table-column type="selection" width="44" />
<el-table-column prop="planId" label="项目ID" width="80" align="center" />
<el-table-column prop="planName" label="策划方案名称" min-width="200" fixed show-overflow-tooltip />
<el-table-column prop="planDirectionTitle" label="项目方向" min-width="220" show-overflow-tooltip />
<el-table-column prop="planCategory" label="项目类别" width="100" align="center" />