style:代办
Showing
3 changed files
with
5 additions
and
5 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-25 10:58:15 | 4 | * @LastEditTime: 2024-01-26 16:16:51 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -60,7 +60,7 @@ class data extends filter { | ... | @@ -60,7 +60,7 @@ class data extends filter { |
60 | { | 60 | { |
61 | label: '业务号', | 61 | label: '业务号', |
62 | align: 'center', | 62 | align: 'center', |
63 | minWidth: '100', | 63 | width: '110', |
64 | render: (h, scope) => { | 64 | render: (h, scope) => { |
65 | return ( | 65 | return ( |
66 | <el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link> | 66 | <el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link> | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-11 10:52:08 | 4 | * @LastEditTime: 2024-01-26 16:16:24 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | let vm = null | 7 | let vm = null |
... | @@ -54,7 +54,7 @@ class data extends filter { | ... | @@ -54,7 +54,7 @@ class data extends filter { |
54 | }, | 54 | }, |
55 | { | 55 | { |
56 | label: "业务号", | 56 | label: "业务号", |
57 | width: '100', | 57 | width: '110', |
58 | render: (h, scope) => { | 58 | render: (h, scope) => { |
59 | return <el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link> | 59 | return <el-link type="primary" onClick={() => { vm.ywhClick(scope.row) }}>{this.joinItem(scope.row.ywh)}</el-link> |
60 | } | 60 | } | ... | ... |
-
Please register or sign in to post a comment