|
@@ -398,7 +398,8 @@ export default {
|
|
:options="dict.type[h.dictId]"
|
|
:options="dict.type[h.dictId]"
|
|
></el-dict-tag>
|
|
></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>
|
|
</template>
|
|
</ux-table-column>
|
|
</ux-table-column>
|
|
</ux-grid>
|
|
</ux-grid>
|