fix:收银台充值修改

This commit is contained in:
kele
2023-03-16 17:56:35 +08:00
parent 7fae80c457
commit 5813f98ab1
3 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
<button
class="history-btn ss-reset-button"
@tap="onSearch(item)"
v-for="(item, index) in state.historyTag"
v-for="(item, index) in state.historyList"
:key="index"
>
{{ item }}
@@ -34,7 +34,7 @@
import sheep from '@/sheep';
import { onLoad } from '@dcloudio/uni-app';
const state = reactive({
historyTag: [],
historyList: [],
});
// 搜索