🦄 refactor: 封装统一表格组件,便于批量扩展表格能力
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
</ul>
|
||||
</el-col>
|
||||
<el-col :span="18">
|
||||
<el-table :data="messageList" style="width: 100%">
|
||||
<KLPTable :data="messageList" style="width: 100%">
|
||||
<el-table-column prop="time" label="时间" width="180" />
|
||||
<el-table-column prop="message" label="消息" width="180" />
|
||||
<el-table-column prop="device" label="设备" width="180" />
|
||||
<el-table-column prop="type" label="类型" width="180" />
|
||||
<el-table-column prop="recordType" label="记录类型" width="180" />
|
||||
</el-table>
|
||||
</KLPTable>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user