|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<i class="iconfont icon-edit-square" style="font-size: 18px;color: #999;position: absolute;right: 12px;top: 12px;"
|
|
|
|
|
@click="goPage('/root/person/info?active=1')"
|
|
|
|
|
@click="goPage('/root/person/info?active=1')" v-if="false"
|
|
|
|
|
></i>
|
|
|
|
|
</div>
|
|
|
|
|
<view class="dom_2" style="margin-top: 10px;" v-if="applyNum && applyNum > 0">
|
|
|
|
|
@ -76,7 +76,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="dom_4 g_flex_row_start" style="padding: 10px 0px;"
|
|
|
|
|
@click="addMemberShow = true"
|
|
|
|
|
@click="addMemberShow = true" v-if="false"
|
|
|
|
|
>
|
|
|
|
|
<div class="g_flex_column_center" style="padding: 0 10px;">
|
|
|
|
|
<div class="g_flex_c" style="width: 40px;height: 40px;background-color: rgba(2, 122, 255, 0.1);color: #1890ff;border-radius: 50%;">
|
|
|
|
|
@ -101,6 +101,17 @@
|
|
|
|
|
<view class="g_p_16 g_mt_10 g_bg_f" style="padding-bottom: calc(constant(safe-area-inset-bottom) + 16px); padding-bottom: calc(env(safe-area-inset-bottom) + 16px)" @click="addMemberShow = false">取消</view>
|
|
|
|
|
</view>
|
|
|
|
|
</u-popup>
|
|
|
|
|
|
|
|
|
|
<div style="height: 40px;"></div>
|
|
|
|
|
<g-panel-fixed>
|
|
|
|
|
<slot>
|
|
|
|
|
<div class="g_flex_row_between" style="padding: 0 10px;">
|
|
|
|
|
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="addMemberShow = true">添加成员</div>
|
|
|
|
|
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);">添加部门</div>
|
|
|
|
|
<div style="font-size: 17px;color: rgba(2, 122, 255, 1);" @click="goPage('/root/person/info?active=1')">查看更多</div>
|
|
|
|
|
</div>
|
|
|
|
|
</slot>
|
|
|
|
|
</g-panel-fixed>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|