This commit is contained in:
shijingjing
2022-08-03 15:56:45 +08:00
parent 9e30e7bed3
commit 8bd1a1fd10

View File

@@ -42,9 +42,11 @@
<div class="type-list"> <div class="type-list">
<div class="type-title">创建人</div> <div class="type-title">创建人</div>
<AiPagePicker type="custom" :selected.sync="userIdList" nodeKey="createUserId" :ops="{url:`./selectUser`,label: 'id'}"> <AiPagePicker type="custom" :selected.sync="userIdList" nodeKey="createUserId" :ops="{url:`./selectUser`,label: 'id'}">
<div class="page_picker">
<span class="label" v-if="userIdList.length">已选择</span> <span class="label" v-if="userIdList.length">已选择</span>
<span v-else style="color:#999;">请选择</span> <span v-else style="color:#999;">请选择</span>
<u-icon name="arrow-right" color="#999" size="24" style="margin-left:8px;"/> <u-icon name="arrow-right" color="#303133" size="24" style="margin-left:8px;"/>
</div>
</AiPagePicker> </AiPagePicker>
</div> </div>
<div class="type-list"> <div class="type-list">
@@ -344,6 +346,11 @@ export default {
} }
} }
.page_picker {
display: flex;
justify-content: space-between;
}
} }