feat:产品类型对应编码
Showing
2 changed files
with
5 additions
and
5 deletions
... | @@ -123,11 +123,11 @@ export const productChannel = [ | ... | @@ -123,11 +123,11 @@ export const productChannel = [ |
123 | export const fileList = [ | 123 | export const fileList = [ |
124 | { | 124 | { |
125 | id: 1, | 125 | id: 1, |
126 | type: '产品条款' | 126 | type: '产品说明书' |
127 | }, | 127 | }, |
128 | { | 128 | { |
129 | id: 2, | 129 | id: 2, |
130 | type: '产品说明书' | 130 | type: '产品条款' |
131 | }, | 131 | }, |
132 | { | 132 | { |
133 | id: 3, | 133 | id: 3, |
... | @@ -135,6 +135,6 @@ export const fileList = [ | ... | @@ -135,6 +135,6 @@ export const fileList = [ |
135 | }, | 135 | }, |
136 | { | 136 | { |
137 | id: 4, | 137 | id: 4, |
138 | type: '投保链接' | 138 | type: '产品链接' |
139 | } | 139 | } |
140 | ] | 140 | ] | ... | ... |
... | @@ -174,13 +174,13 @@ export default { | ... | @@ -174,13 +174,13 @@ export default { |
174 | fileList: [ | 174 | fileList: [ |
175 | { | 175 | { |
176 | id: 1, | 176 | id: 1, |
177 | type: '产品条款', | 177 | type: '产品说明书', |
178 | file: null, | 178 | file: null, |
179 | name: null | 179 | name: null |
180 | }, | 180 | }, |
181 | { | 181 | { |
182 | id: 2, | 182 | id: 2, |
183 | type: '产品说明书', | 183 | type: '产品条款', |
184 | file: null, | 184 | file: null, |
185 | name: null | 185 | name: null |
186 | }, | 186 | }, | ... | ... |
-
Please register or sign in to post a comment