批量推送代码

This commit is contained in:
郭庆泰
2026-08-26 23:14:46 +08:00
parent 18f7e93d5b
commit 36528b6e0c
36 changed files with 933 additions and 779 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
:main-cols="['projectNo', 'projectName']"
>
<el-table-column type="selection" width="48" />
<el-table-column prop="projectNo" label="项目编号" min-width="140" fixed>
<el-table-column prop="projectNo" label="项目编号" min-width="170" fixed>
<template #default="{ row }">
<el-link type="primary" :underline="false" @click="openDetail(row)">{{ row.projectNo }}</el-link></template></el-table-column>
<el-table-column prop="projectName" label="项目名称" min-width="200" show-overflow-tooltip />