采购模块

This commit is contained in:
砂糖
2025-08-30 17:04:25 +08:00
parent 880b29881d
commit c50adfd648
9 changed files with 1360 additions and 1 deletions

View File

@@ -368,7 +368,7 @@ const daterange${AttrName} = ref([]);
#end
#end
function formatterTime = (time) => {
const formatterTime = (time) => {
return proxy.parseTime(time, '{y}-{m}-{d}')
}