BUG 28174

This commit is contained in:
aixianling
2022-03-15 09:11:46 +08:00
parent c7e3d118c0
commit 8d6a4ddfb5
2 changed files with 3 additions and 5 deletions

View File

@@ -160,7 +160,7 @@
<div class="item" v-else-if="item.type == 'gird'">
<span class="label"><span class="tips">{{ item.mustFill == 1 ? '*' : '' }}</span>{{ item.fieldName }}</span>
<div class="value" flex>
<AiPagePicker type="gird" @select="v=>handleSelectGird(v,item)">
<AiPagePicker type="gird" @select="v=>handleSelectGird(v,item)" isMyGird>
<u-icon :label="formData[item.fieldDbName + '_name'] || item.fieldTips || '选择网格' "
name="arrow-right" label-pos="left" color="#ccc"/>
</AiPagePicker>