Skip to content

Commit 41b8dac

Browse files
authored
错别字修改
组件路径
1 parent 83c9ff8 commit 41b8dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/views/admin/sys-menu/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</span>
9595
</template>
9696
</el-table-column>
97-
<el-table-column prop="path" label="组建路径" :show-overflow-tooltip="true">
97+
<el-table-column prop="path" label="组件路径" :show-overflow-tooltip="true">
9898
<template slot-scope="scope">
9999
<span v-if="scope.row.menuType=='A'">{{ scope.row.path }}</span>
100100
<span v-else>{{ scope.row.component }}</span>

0 commit comments

Comments
 (0)