07 2021 档案

摘要:App.vue <template> <div id="app"> <router-view /> </div> </template> <script> export default { name: "App", mounted() { //移动端适配 var html = document.ge 阅读全文
posted @ 2021-07-31 19:00 世界险恶你要内心强大 阅读(47) 评论(0) 推荐(0)
摘要:html部分 <template slot-scope="scope"><span :style="classObje(scope.row.id)" >{{scope.row.id}}</span></template> js部分 computed: { classObje() { return ( 阅读全文
posted @ 2021-07-03 17:21 世界险恶你要内心强大 阅读(2376) 评论(0) 推荐(0)