Commit 71dbcc1d authored by chenqikuai's avatar chenqikuai

fix

parent dfc4b8ee
...@@ -206,6 +206,18 @@ ...@@ -206,6 +206,18 @@
</CustomizeFormItem> </CustomizeFormItem>
<CustomizeFormItem <CustomizeFormItem
:width="95" :width="95"
label="传真"
prop="fax"
class="flex w-full"
>
<syDialogInput
v-model:value="modelOfContact.fax"
placeholder="请输入传真"
style="width: 100%"
></syDialogInput>
</CustomizeFormItem>
<CustomizeFormItem
:width="95"
label="联系地址" label="联系地址"
prop="addr" prop="addr"
class="flex w-full" class="flex w-full"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment