一些issue修改

This commit is contained in:
付民康
2025-03-21 09:49:58 +08:00
parent adf790ea15
commit a9c4bc192c
7 changed files with 39 additions and 30 deletions

View File

@@ -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>