BUG 26305
This commit is contained in:
@@ -43,12 +43,12 @@
|
||||
@getList="getList">
|
||||
<el-table-column slot="releaseUserName" label="发布人" align="center">
|
||||
<template slot-scope="{ row }">
|
||||
<ai-open-data type="userName" :openid="row.releaseUserName"></ai-open-data>
|
||||
<span v-text="row.releaseUserName"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column slot="unitName" label="发布部门" align="center">
|
||||
<template slot-scope="{ row }">
|
||||
<ai-open-data type="departmentName" :openid="row.unitName"></ai-open-data>
|
||||
<span v-text="row.unitName"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<div class="wrap">
|
||||
<div class="item" v-for="(item,index) in readObj.read" :key="index">
|
||||
<img :src="item.avatar" alt="">
|
||||
<ai-open-data type="userName" :openid="item.name"></ai-open-data>
|
||||
<span v-text="item.name"/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -85,7 +85,7 @@
|
||||
<div class="wrap">
|
||||
<div class="item" v-for="(item,index) in readObj.unRead" :key="index">
|
||||
<img :src="item.avatar" alt="">
|
||||
<ai-open-data type="userName" :openid="item.name"></ai-open-data>
|
||||
<span v-text="item.name"/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user