File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
view/systemTools/sysError Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function sendErrorTip(errorInfo) {
1717
1818 window . addEventListener ( 'unhandledrejection' , ( event ) => {
1919 sendErrorTip ( {
20- type : 'Frontend ' ,
20+ type : '前端 ' ,
2121 message : `错误信息: ${ event . reason } ` ,
2222 stack : `调用栈: ${ event . reason ?. stack || '没有调用栈信息' } ` ,
2323 } ) ;
Original file line number Diff line number Diff line change 182182 :before-close =" closeDetailShow"
183183 title =" 查看"
184184 >
185- <el-descriptions :column =" 1 " border >
185+ <el-descriptions :column =" 2 " border direction = " vertical " >
186186 <el-descriptions-item label =" 错误来源" >
187187 {{ detailForm.form }}
188188 </el-descriptions-item >
189189 <el-descriptions-item label =" 错误等级" >
190190 {{ detailForm.level }}
191191 </el-descriptions-item >
192- <el-descriptions-item label =" 错误内容" >
192+ <el-descriptions-item label =" 错误内容" :span = " 2 " >
193193 <pre class =" whitespace-pre-wrap break-words" >{{ detailForm.info }}</pre >
194194 </el-descriptions-item >
195- <el-descriptions-item label =" 解决方案" >
195+ <el-descriptions-item label =" 解决方案" :span = " 2 " >
196196 <pre class =" whitespace-pre-wrap break-words" >{{ detailForm.solution }}</pre >
197197 </el-descriptions-item >
198198 </el-descriptions >
You can’t perform that action at this time.
0 commit comments