bb06e160 by zhen

feat:去掉表格recordId列

1 parent 3d9a0544
...@@ -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"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!