|
@@ -26,7 +26,7 @@
|
|
|
<template #action>
|
|
<template #action>
|
|
|
<div class="go-flex-items-center list-footer" justify="space-between">
|
|
<div class="go-flex-items-center list-footer" justify="space-between">
|
|
|
<n-text class="go-ellipsis-1">
|
|
<n-text class="go-ellipsis-1">
|
|
|
- {{ cardData.title || '' }}
|
|
|
|
|
|
|
+ {{ cardData.title || cardData.id || '未命名' }}
|
|
|
</n-text>
|
|
</n-text>
|
|
|
<!-- 工具 -->
|
|
<!-- 工具 -->
|
|
|
<div class="go-flex-items-center list-footer-ri">
|
|
<div class="go-flex-items-center list-footer-ri">
|