feat: 更新 API 地址,添加新的类型定义,优化表单提交逻辑

This commit is contained in:
2025-12-17 23:57:13 +07:00
parent bec77d187d
commit 8bf6c06889
6 changed files with 10 additions and 7 deletions

View File

@@ -106,7 +106,6 @@ function handleSubmit(values: GenericObject) {
<template #default="{ field }">
<ui-input-label
v-bind="field"
type="number"
inputmode="numeric"
:label="t('asset.issue.apply.totalSupplyLimit')"
:placeholder="t('asset.issue.apply.enterTotalSupplyLimit')"