feat:增加数字键盘组件

This commit is contained in:
2026-06-03 07:50:55 +08:00
parent 3201a1c32b
commit b9f4936dcc
4 changed files with 261 additions and 136 deletions

View File

@@ -14,15 +14,6 @@
<el-option v-for="(item, index) in dateTypeOptions" :key="index"
:label="item.label" :value="item.value"/>
</el-select>
<el-switch
v-model="billStore.billType"
inline-prompt
active-value="income" inactive-value="expensive"
active-text="收入" inactive-text="支出"
@change="billStore.refreshInfo(isStats)"
style="--el-switch-on-color: #6FBB69; --el-switch-off-color: #CA6C65;"
/>
</div>
</template>