|
|
@@ -55,10 +55,10 @@ function A2tab1({ setLookIdFu }: Props, ref: any) {
|
|
|
columnsTemp={[
|
|
|
['txt2', '盘点名称', 'name', 150],
|
|
|
['txt2', '盘点说明', 'remark', 400],
|
|
|
- ['txt', '登记馆藏文物总数', '待完善'],
|
|
|
- ['txt', '账物相符总数', '待完善'],
|
|
|
- ['txt', '账物不符总数', '待完善'],
|
|
|
- ['txt', '账物待议总数', '待完善'],
|
|
|
+ ['txt', '登记馆藏文物总数', 'pcsRegister'],
|
|
|
+ ['txt', '账物相符总数', 'pcsConform'],
|
|
|
+ ['txt', '账物不符总数', 'pcsUnConform'],
|
|
|
+ ['txt', '账物待议总数', 'pcsHold'],
|
|
|
['txt', '经办人', 'handler'],
|
|
|
['txt', '负责人', 'owner'],
|
|
|
['txt', '创建时间', 'createTime'],
|