refactor: add prefix id
This commit is contained in:
parent
732c81ed57
commit
c6190bbedc
8 changed files with 19 additions and 6 deletions
|
|
@ -1733,6 +1733,7 @@ watch(currentHq, () => {
|
|||
? `${formData.code}`
|
||||
: `${formData.code?.slice(0, -5)}${(formLastSubBranch + 1).toString().padStart(5, '0')}`
|
||||
"
|
||||
:prefix="formData.name"
|
||||
v-model:toggle-status="formData.status"
|
||||
v-model:cover-url="imageUrl"
|
||||
:hide-fade="imageUrl === '' || imageUrl === null"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue