@@ -398,7 +398,8 @@ export default {
:options="dict.type[h.dictId]"
></el-dict-tag>
- <span v-else>{{ scope.row[h.prop] || "--" }}</span>
+ <!-- <span v-else>{{ scope.row[h.prop] || "--" }}</span> -->
+ <span v-else>{{ scope.row[h.prop] }}</span>
</template>
</ux-table-column>
</ux-grid>