f01c464b by zhen

feat:产品类型对应编码

1 parent 9cb5eab6
......@@ -123,11 +123,11 @@ export const productChannel = [
export const fileList = [
{
id: 1,
type: '产品条款'
type: '产品说明书'
},
{
id: 2,
type: '产品说明书'
type: '产品条款'
},
{
id: 3,
......@@ -135,6 +135,6 @@ export const fileList = [
},
{
id: 4,
type: '投保链接'
type: '产品链接'
}
]
......
......@@ -174,13 +174,13 @@ export default {
fileList: [
{
id: 1,
type: '产品条款',
type: '产品说明书',
file: null,
name: null
},
{
id: 2,
type: '产品说明书',
type: '产品条款',
file: null,
name: null
},
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!