feat: 🚀 新增仓位找货优先级

This commit is contained in:
2025-10-23 15:16:29 +08:00
parent f3bc8e6410
commit d0d6853806
10 changed files with 92 additions and 26 deletions

View File

@@ -37,6 +37,7 @@
:placeholder="item.placeholder"
:disabled="item.disabled"
type="textarea"
:maxlength="item.maxLength ? item.maxLength : 255"
>
</el-input>
</template>