2024年8月19日

摘要: 使用sortablejs拖拽el-table排序时,对于纯文本表格,正常使用即可,不会卡顿 initSort() { const tbody = document.querySelector('.el-table__body-wrapper tbody') const _this = this So 阅读全文
posted @ 2024-08-19 15:44 LeeToLee 阅读(97) 评论(0) 推荐(0) 编辑
 
摘要: 场景: 页面打开不操作,前端项目代码更新重新部署后(比如Jenkins发布部署)页面不刷新,操作页面(点击打开弹窗、切换菜单等),页面没有反应,控制台报错 Uncaught SyntaxError: Unexpected token <。这个问题偶现,只有在项目重新部署后会出现,页面刷新后就恢复正常 阅读全文
posted @ 2024-08-19 15:09 LeeToLee 阅读(449) 评论(0) 推荐(0) 编辑
 
摘要: <el-table-column prop="remark" label="备注" min-width="200"> <template slot-scope="scope"> <template> <span class="pre">{{ scope.row.remark }}</span> </ 阅读全文
posted @ 2024-08-19 10:04 LeeToLee 阅读(151) 评论(0) 推荐(0) 编辑