一些issue修改
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<Card simple class="jyh-card mt-3">
|
||||
<div class="clear-padding">
|
||||
<d-table class="jyh-table" v-if="tableData.length>0" :indent="32" @check-change="treeCheckChange" :data="tableData" row-key="id">
|
||||
<d-column field="libraryName" header="组织名称" show-overflow-tooltip>
|
||||
<d-column field="libraryName" header="组件名称" show-overflow-tooltip>
|
||||
<template #default="scope">
|
||||
<a class="devui-link" @click="setSelectRow(scope.row)">{{ scope.row.libraryName }}</a>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user