30576
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<template slot="content">
|
||||
<ai-card title="基础信息">
|
||||
<template #right>
|
||||
<div class="right-tips">
|
||||
<div class="right-tips" v-if="info.status === '4'">
|
||||
<el-tooltip
|
||||
placement="top"
|
||||
content="任务开始后,3天内15分钟更新1次,3天后访问页面时触发更新,1时间最多刷新1次">
|
||||
@@ -26,15 +26,14 @@
|
||||
<div class="user">
|
||||
<img src="https://cdn.cunwuyun.cn/dvcp/announce/user.png" />
|
||||
<span><ai-open-data type="userName" :openid="info.createUserId"></ai-open-data></span>
|
||||
(<span><ai-open-data type="departmentName" :openid="info.createUserDept"></ai-open-data></span>)
|
||||
</div>
|
||||
</ai-info-item>
|
||||
<ai-info-item label="审批人">
|
||||
<div class="user-wrapper">
|
||||
<div class="user" v-for="(item, index) in info.examines" :key="index">
|
||||
<img src="https://cdn.cunwuyun.cn/dvcp/announce/user.png" />
|
||||
<span>
|
||||
<ai-open-data type="userName" :openid="item.examineUserId"></ai-open-data>
|
||||
</span>
|
||||
<span><ai-open-data type="userName" :openid="item.examineUserId"></ai-open-data></span>
|
||||
</div>
|
||||
</div>
|
||||
</ai-info-item>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</el-date-picker>
|
||||
<div class="userSelcet" placeholder="请选择创建人">
|
||||
<span v-if="search.createUserId"><ai-open-data type="userName" :openid="search.createUserId"></ai-open-data></span>
|
||||
<span v-else>请选择创建人</span>
|
||||
<span v-else>创建人</span>
|
||||
<ai-user-get isStrictly :instance="instance" @change="onUserChange" :isMultiple="false" v-model="user">
|
||||
<div class="select-btn">选择</div>
|
||||
</ai-user-get>
|
||||
|
||||
Reference in New Issue
Block a user