|
|
@@ -117,7 +117,7 @@ export const I8tableC = [
|
|
|
export const storyTableC = [
|
|
|
['txt', '故事标题', 'name'],
|
|
|
['txt', '关联藏品', 'goodName'],
|
|
|
- ['txt', '藏品类别', 'tagName', '藏品'],
|
|
|
+ ['txtCTag', '藏品类别', 'tagDictId', '藏品'],
|
|
|
['txt', '录入人', 'creatorName'],
|
|
|
['txt', '录入日期', 'createTime']
|
|
|
]
|
|
|
@@ -125,7 +125,7 @@ export const storyTableC = [
|
|
|
export const storyAndGoodsTableC = [
|
|
|
['txt', '藏品登记号', 'num'],
|
|
|
['img', '封面', 'thumb'],
|
|
|
- ['txt', '藏品类别', 'tagName', '藏品'],
|
|
|
+ ['txtCTag', '藏品类别', 'tagDictId', '藏品'],
|
|
|
['txt', '藏品名称', 'name']
|
|
|
]
|
|
|
|
|
|
@@ -293,7 +293,7 @@ export const staffTableC = [
|
|
|
export const showGoodTableC = [
|
|
|
['txt', '藏品登记号', 'goodNum'],
|
|
|
['img', '封面', 'goodThumb'],
|
|
|
- ['txtCTag', '藏品类别', 'goodTag', '藏品'],
|
|
|
+ ['txtCTag', '藏品类别', 'tagDictId', '藏品'],
|
|
|
['txt', '藏品名称', 'goodName'],
|
|
|
['txt', '展区', 'region'],
|
|
|
['txt', '具体位置', 'address'],
|