Merge branch 'cherry-pick-dd4f5e1f' into 'dev-23.10'
fix: eventType取消国际化转换 See merge request cyber-narrator/cn-ui!52
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<el-option
|
||||
v-for="item in eventTypeList"
|
||||
:key="item.value"
|
||||
:label="$t(item.label)"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
/>
|
||||
</el-select>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user