buli
2023-05-22 71b93327e8f3fb3bffffc7c033c1f782e7b6ab32
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
 * @Description: 
 * @version: 
 * @Author: chen jing wu
 * @Date: 2023-04-27 11:12:28
 * @LastEditors: chen jing wu
 * @LastEditTime: 2023-04-27 11:12:45
-->
<template>
    <template if:true={isText}>
        <lightning-input type={type} variant="label-hidden" label={field} name={field} value={value} onchange={handleInputChange}></lightning-input>
    </template>
</template>