feat:去掉表格recordId列
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -58,13 +58,13 @@ | ... | @@ -58,13 +58,13 @@ |
58 | width="50" | 58 | width="50" |
59 | > | 59 | > |
60 | </el-table-column> | 60 | </el-table-column> |
61 | <el-table-column | 61 | <!-- <el-table-column |
62 | align="center" | 62 | align="center" |
63 | prop="recordId" | 63 | prop="recordId" |
64 | label="recordId" | 64 | label="recordId" |
65 | width="80" | 65 | width="80" |
66 | > | 66 | > |
67 | </el-table-column> | 67 | </el-table-column> --> |
68 | <el-table-column | 68 | <el-table-column |
69 | align="center" | 69 | align="center" |
70 | prop="custName" | 70 | prop="custName" | ... | ... |
-
Please register or sign in to post a comment