review:【bpm 工作流】流程打印

pull/821/MERGE
YunaiV 2025-09-07 17:21:52 +08:00
parent 0c22a04a3c
commit bcf8f6c821
1 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ const parseFormFields = () => {
// TODO
// TODO @lesan UploadImgUploadFile else processVariables[item['field']]
// TODO @selectlabel...
// TODO @lesan form-create api
if (item['type'] === 'input') {
html = processVariables[item['field']]
} else if (item['type'] === 'UploadImg') {
@ -191,8 +192,8 @@ const printObj = ref({
</td>
<td class="p-5px w-80%" colspan="3">
{{ item.description }}
<div v-if="item.signUrl !== ''">
<img class="w-90px h-40px" :src="item.signUrl" alt="" />
<div v-if="item.signPicUrl && item.signPicUrl.length > 0">
<img class="w-90px h-40px" :src="item.signPicUrl" alt="" />
</div>
</td>
</tr>