|
|
|
|
@ -9,9 +9,19 @@
|
|
|
|
|
<textarea class data-type="desp" v-model="aitext" placeholder="粘贴工友信息, 用AI识别 " placeholder-style="color:#999" :maxlength="-1" :style="{ width: '100%', 'min-height': true ? '104px' : '104px' }"></textarea>
|
|
|
|
|
<div class>
|
|
|
|
|
<view class="g_flex_row_end flex_center">
|
|
|
|
|
<view class="iconfont icon-jia1 g_c_9 g_mr_8 g_fs_20 g_position_rela biggerSize" @click="chooseImgShow = true"></view>
|
|
|
|
|
<view class="g_mr_8 g_w_72 g_fw_600">
|
|
|
|
|
<rh-button size="small_auto" type="default" height="24" :fontSize="12" @clickBtn="getClipboard" :btnText="(aitext ? '清空' : '粘贴') + '内容'"></rh-button>
|
|
|
|
|
<view class="g_c_9 g_mr_8 g_fs_12 g_position_rela biggerSize" @click="chooseImgShow = true"
|
|
|
|
|
style="font-size: 12px;width: 72px;
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
color: #999;
|
|
|
|
|
border-radius: 60px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 24px;"
|
|
|
|
|
>
|
|
|
|
|
上传图片
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_mr_8 g_w_72 g_fw_600" style="width: 90px;">
|
|
|
|
|
<rh-button size="small_auto" type="default" height="24" :fontSize="12" @clickBtn="getClipboard" :btnText="aitext ? '清空内容' : '粘贴并识别'"></rh-button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_w_72 g_fw_600">
|
|
|
|
|
<rh-button size="small_auto" gradual="linear-gradient(-130deg, #5c6cf7, #9963f9)" icon="icon-aitubiao" type="gradual" height="24" :fontSize="12" btnText="AI识别" @clickBtn="getCoze"></rh-button>
|
|
|
|
|
|