Commit add568f7 authored by 王纵's avatar 王纵

DUrl组件字段显示

parent ebdb24cc
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zong.wang01@hand-china.com * @Author: zong.wang01@hand-china.com
* @Date: 2024-08-01 09:55:12 * @Date: 2024-08-01 09:55:12
* @LastEditors: zong.wang01@hand-china.com * @LastEditors: zong.wang01@hand-china.com
* @LastEditTime: 2024-08-21 15:44:45 * @LastEditTime: 2024-08-21 16:05:36
* @Version: 1.0.0 * @Version: 1.0.0
* @Description: 动态渲染-超链接组件 * @Description: 动态渲染-超链接组件
* @Copyright: Copyright (c) 2021, Hand-RongJing * @Copyright: Copyright (c) 2021, Hand-RongJing
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<template> <template>
<div :class="`${fieldConfig.dataClass}_form d-form-item`"> <div :class="`${fieldConfig.dataClass}_form d-form-item`">
<van-cell center class="d-url" :required="required"> <van-cell center class="d-url" :required="required">
<template #label> <template #title>
<d-label :label="label" :help="help" /> <d-label :label="label" :help="help" />
</template> </template>
<d-custom-render <d-custom-render
......
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