We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2157c3e commit 01f9712Copy full SHA for 01f9712
src/views/Auth/components/AuthzRulesTable.vue
@@ -53,7 +53,7 @@
53
<el-form-item v-if="isEdit" :prop="`rules.${$index}.topic`" :rules="topicRules">
54
<el-input v-model="row.topic" />
55
</el-form-item>
56
- <template v-else>{{ row.topic }}</template>
+ <template v-else>{{ replaceSpaceForHTML(row.topic) }}</template>
57
</template>
58
</el-table-column>
59
<el-table-column prop="qos" label="QoS" :min-width="isEdit ? 210 : 70">
0 commit comments