Update 8092 bridge matching and construction plan view
This commit is contained in:
@@ -540,8 +540,8 @@
|
||||
<col style="width: 58px;">
|
||||
<col style="width: 58px;">
|
||||
<col style="width: 58px;">
|
||||
<col style="width: 64px;">
|
||||
<col style="width: 64px;">
|
||||
<col style="width: 84px;">
|
||||
<col style="width: 84px;">
|
||||
<col style="width: 64px;">
|
||||
<col style="width: 64px;">
|
||||
<col style="width: 58px;">
|
||||
@@ -662,6 +662,7 @@
|
||||
const text = String(value || '').trim();
|
||||
if (!text) return '-';
|
||||
return text
|
||||
.replace(/\+/g, '+\n')
|
||||
.replace(/~/g, '~\n')
|
||||
.replace(/=/g, '=\n')
|
||||
.replace(/\//g, '/\n')
|
||||
|
||||
Reference in New Issue
Block a user