|
@@ -48,10 +48,9 @@ export const goodsSonTableC = (loc?: boolean) => {
|
|
|
['txt', '藏品登记号', 'num'],
|
|
['txt', '藏品登记号', 'num'],
|
|
|
['img', '封面', 'thumb'],
|
|
['img', '封面', 'thumb'],
|
|
|
['txtCTag', '藏品标签', 'tagDictId', '藏品'],
|
|
['txtCTag', '藏品标签', 'tagDictId', '藏品'],
|
|
|
- // ['txtCTag', '文创标签', 'artDictId', '文创'],
|
|
|
|
|
|
|
+ ['txtCTag', '文创标签', 'artDictId', '文创'],
|
|
|
['txt', '藏品名称', 'name'],
|
|
['txt', '藏品名称', 'name'],
|
|
|
['select', '级别', 'level', selectObj['藏品级别']],
|
|
['select', '级别', 'level', selectObj['藏品级别']],
|
|
|
- ['txtC', '类别', 'typeDictId'],
|
|
|
|
|
['txtC', '年代', 'ageDictId'],
|
|
['txtC', '年代', 'ageDictId'],
|
|
|
['txtC', '质地', 'textureDictId'],
|
|
['txtC', '质地', 'textureDictId'],
|
|
|
['select', '完残程度', 'tornLevel', selectObj['完残程度']],
|
|
['select', '完残程度', 'tornLevel', selectObj['完残程度']],
|
|
@@ -66,7 +65,7 @@ export const goodsSelectCuleC = [
|
|
|
['txt', '线索编号', 'num'],
|
|
['txt', '线索编号', 'num'],
|
|
|
['img', '封面', 'thumb'],
|
|
['img', '封面', 'thumb'],
|
|
|
['txt', '线索名称', 'name'],
|
|
['txt', '线索名称', 'name'],
|
|
|
- ['txtC', '初定类别', 'typeDictId'],
|
|
|
|
|
|
|
+ ['txtCTag', '初步藏品标签', 'tagDictId', '藏品'],
|
|
|
['txtC', '初定年代', 'ageDictId'],
|
|
['txtC', '初定年代', 'ageDictId'],
|
|
|
['select', '完残程度', 'tornLevel', selectObj['完残程度']]
|
|
['select', '完残程度', 'tornLevel', selectObj['完残程度']]
|
|
|
]
|
|
]
|