胶料信息

This commit is contained in:
2026-05-20 15:30:42 +08:00
parent 84286a6769
commit 34b6ed4478
7 changed files with 157 additions and 59 deletions

View File

@@ -30,7 +30,7 @@ const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data
setProps({ disabled: !data?.showFooter });
});
const title = computed(() => (!unref(isUpdate) ? '新增料' : '编辑料'));
const title = computed(() => (!unref(isUpdate) ? '新增料' : '编辑料'));
async function handleSubmit() {
try {