人员转换
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</u-row>
|
||||
<u-row class="info">
|
||||
<span>发起人员:</span>
|
||||
<ai-open-data type="userName" :openid="item.createUserId"/>
|
||||
<AiOpenData type="userName" :openid="item.createUserId"/>
|
||||
</u-row>
|
||||
<u-gap height="20"></u-gap>
|
||||
<u-row class="info">
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</u-row>
|
||||
<u-row class="info">
|
||||
<span>发起单位:</span>
|
||||
<ai-open-data type="departmentName" :openid="item.unitName"/>
|
||||
<AiOpenData type="departmentName" :openid="item.unitName"/>
|
||||
</u-row>
|
||||
<u-gap height="20"></u-gap>
|
||||
<u-row class="info">
|
||||
|
||||
@@ -92,10 +92,11 @@
|
||||
import AiBack from "../../../components/AiBack";
|
||||
import {mapActions, mapState} from "vuex";
|
||||
import AiTopFixed from "../../../components/AiTopFixed";
|
||||
import AiOpenData from "../../../components/AiOpenData";
|
||||
|
||||
export default {
|
||||
name: "detail",
|
||||
components: {AiBack, AiTopFixed},
|
||||
components: {AiOpenData,AiBack, AiTopFixed},
|
||||
props: {
|
||||
params: {
|
||||
type: [String, Number]
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</u-row>
|
||||
<u-row class="info">
|
||||
<span>发起人员:</span>
|
||||
<ai-open-data type="userName" :openid="item.createUserId"/>
|
||||
<AiOpenData type="userName" :openid="item.createUserId"/>
|
||||
</u-row>
|
||||
<u-gap height="20"></u-gap>
|
||||
<u-row class="info">
|
||||
@@ -38,10 +38,11 @@
|
||||
<script>
|
||||
import AiBack from "../../../components/AiBack";
|
||||
import AiEmpty from "../../../components/AiEmpty";
|
||||
import AiOpenData from "../../../components/AiOpenData";
|
||||
|
||||
export default {
|
||||
name: "meetingList",
|
||||
components: {AiBack, AiEmpty},
|
||||
components: {AiOpenData,AiBack, AiEmpty},
|
||||
props: {
|
||||
params: {
|
||||
type: [String,Number,Object],
|
||||
|
||||
Reference in New Issue
Block a user