File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 252
252
<AppAvatar v-else class =" mr-8 avatar-blue" shape =" square" :size =" 32" >
253
253
<img src =" @/assets/icon_document.svg" style =" width : 58% " alt =" " />
254
254
</AppAvatar >
255
- <div class =" ellipsis" >
255
+ <auto-tooltip
256
+ :content =" relatedObject(datasetList, item, 'id')?.name"
257
+ style =" width : 65% "
258
+ >
256
259
{{ relatedObject(datasetList, item, 'id')?.name }}
257
- </div >
260
+ </auto-tooltip >
261
+ <!-- <div class="ellipsis"></div> -->
258
262
</div >
259
263
<el-button text @click =" removeDataset(item)" >
260
264
<el-icon >
Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ function openCreateDialog() {
176
176
MsgConfirm (` 提示 ` , ' 社区版最多支持 5 个应用,如需拥有更多应用,请升级为专业版。' , {
177
177
cancelButtonText: ' 确定' ,
178
178
confirmButtonText: ' 购买专业版' ,
179
- confirmButtonClass: ' primary'
180
179
})
181
180
.then (() => {
182
181
window .open (' https://maxkb.cn/pricing.html' , ' _blank' )
Original file line number Diff line number Diff line change @@ -142,8 +142,7 @@ function openCreateDialog() {
142
142
} else {
143
143
MsgConfirm (` 提示 ` , ' 社区版最多支持 50 个知识库,如需拥有更多知识库,请升级为专业版。' , {
144
144
cancelButtonText: ' 确定' ,
145
- confirmButtonText: ' 购买专业版' ,
146
- confirmButtonClass: ' primary'
145
+ confirmButtonText: ' 购买专业版'
147
146
})
148
147
.then (() => {
149
148
window .open (' https://maxkb.cn/pricing.html' , ' _blank' )
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ function createUser() {
143
143
MsgConfirm (` 提示 ` , ' 社区版最多支持 2 个用户,如需拥有更多用户,请升级为专业版。' , {
144
144
cancelButtonText: ' 确定' ,
145
145
confirmButtonText: ' 购买专业版' ,
146
- confirmButtonClass: ' primary'
147
146
})
148
147
.then (() => {
149
148
window .open (' https://maxkb.cn/pricing.html' , ' _blank' )
You can’t perform that action at this time.
0 commit comments