style:登记薄
Showing
1 changed file
with
4 additions
and
5 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-01-18 11:21:59 | 4 | * @LastEditTime: 2024-01-18 11:23:08 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="tableBox"> | 7 | <div class="tableBox"> |
| ... | @@ -160,12 +160,11 @@ | ... | @@ -160,12 +160,11 @@ |
| 160 | }; | 160 | }; |
| 161 | const strategy = strategies[prop] || strategies.default; | 161 | const strategy = strategies[prop] || strategies.default; |
| 162 | if (prop == 'bdbzzqse') { | 162 | if (prop == 'bdbzzqse') { |
| 163 | console.log(row); | 163 | let title = strategy(label) |
| 164 | let title = '' | ||
| 165 | if (row.jedw == 2) { | 164 | if (row.jedw == 2) { |
| 166 | title = strategy(label) + '万元' | 165 | title = title + '万元' |
| 167 | } else if (row.jedw == 1) { | 166 | } else if (row.jedw == 1) { |
| 168 | title = strategy(label) + '元' | 167 | title = title + '元' |
| 169 | } | 168 | } |
| 170 | return title | 169 | return title |
| 171 | } else { | 170 | } else { | ... | ... |
-
Please register or sign in to post a comment