工器具台账增加工程名称

This commit is contained in:
bb_pan 2025-07-05 15:59:43 +08:00
parent 037c42d772
commit 685e229511
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<span v-else>{{ (queryParams.pageNum - 1) * 10 + scope.$index }}</span>
</template>
</el-table-column>
<!-- <el-table-column label="仓库信息" align="center" prop="whHouseName" :show-overflow-tooltip="true" /> -->
<el-table-column label="工程名称" align="center" prop="proName" :show-overflow-tooltip="true" />
<el-table-column label="施工类型" align="center" prop="constructionType" :show-overflow-tooltip="true" />
<el-table-column label="物资类型" align="center" prop="materialType" :show-overflow-tooltip="true" />
<el-table-column label="物资名称" align="center" prop="typeName" :show-overflow-tooltip="true" />