shaogen1995 2 年 前
コミット
c68bf0e2d1
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/pages/ObjectSon/Object2/index.tsx

+ 3 - 0
src/pages/ObjectSon/Object2/index.tsx

@@ -219,6 +219,7 @@ export default function Object2() {
         ? obj3InStorage(v.storageAncestor)
         : "-";
       v.outLocation = v.outLocation ? v.outLocation : "-";
+      v.display = v.display ? "是" : "否";
     });
     const option = {
       fileName: name,
@@ -251,6 +252,7 @@ export default function Object2() {
             "description",
             "storageAncestorName",
             "outLocation",
+            "display",
           ],
           sheetHeader: [
             "藏品名称",
@@ -277,6 +279,7 @@ export default function Object2() {
             "来源说明",
             "入库位置",
             "出库位置",
+            "展示状态",
           ],
           columnWidths: [
             10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10,