批量推送代码

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
@@ -51,7 +51,7 @@
>
<!-- SUB 子账号无需勾选 (不参与分配) -->
<el-table-column v-if="!isSub" type="selection" width="40" />
<el-table-column label="项目编号" width="160">
<el-table-column label="项目编号" width="170">
<template #default="{ row }">
<a class="link">{{ row.projectNo }}</a>
</template>