@@ -165,8 +165,13 @@
label="登记人/数据来源"
show-overflow-tooltip
width="150"
- v-if="columns[4].visible"
+
>
+ <template slot-scope="{row}">
+ <div>
+ {{ row.statusUpdatorName||'自动获取' }}
+ </div>
+ </template>
</el-table-column>
<el-table-column
align="center"