批量推送代码
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user