摘要: table代码: 1 <el-table 2 border 3 :data="tableData" 4 > 5 <el-table-column prop="name" label="Name" align="center"> 6 <template slot-scope="scope"> 7 <e 阅读全文
posted @ 2023-04-20 17:01 前端朝花夕拾 阅读(4852) 评论(0) 推荐(0)