|
@@ -157,7 +157,7 @@
|
|
|
</div>
|
|
|
<div class="hc-info-text-item">
|
|
|
<div class="title">立卷单位:</div>
|
|
|
- <div class="content">{{ fileInfo.filingUnit }}</div>
|
|
|
+ <div class="content">{{ fileInfo.unit }}</div>
|
|
|
</div>
|
|
|
</el-scrollbar>
|
|
|
</div>
|
|
@@ -541,7 +541,7 @@ const tableColumn = ref([
|
|
|
{key:'secretLevelValue', name: '密级', width: 120},
|
|
|
{key:'storageTimeValue', name: '保管期限', width: 120},
|
|
|
{key:'pageN', name: '页数', width: 120},
|
|
|
- {key:'filingUnit', name: '立卷单位', width: 260},
|
|
|
+ {key:'unit', name: '立卷单位', width: 260},
|
|
|
{key:'action', name: '操作', width: 120},
|
|
|
])
|
|
|
const tableData = ref([
|