refactor: ♻️ 操作按钮由图标改为文字

This commit is contained in:
zhangyuanpeng
2024-11-25 18:41:44 +08:00
parent e1402a3b38
commit 49be295caa

View File

@@ -48,7 +48,7 @@
<wd-text :text="item.createTime" size="small" />
</view>
<view class="flex-right">
<wd-button type="icon" icon="more" @click="handleAction(item)" />
<wd-button size="small" plain @click="handleAction(item)">操作</wd-button>
</view>
</view>
</template>