26305
This commit is contained in:
		| @@ -225,8 +225,8 @@ export default { | |||||||
|     }, |     }, | ||||||
|     colConfigs() { |     colConfigs() { | ||||||
|       return [ |       return [ | ||||||
|         {prop: 'name', align: 'center', label: '姓名', openType: "userName"}, |         {prop: 'name', align: 'center', label: '姓名'}, | ||||||
|         {prop: 'departName', align: 'center', label: '所属单位', openType: "departmentName"}, |         {prop: 'departName', align: 'center', label: '所属单位'}, | ||||||
|         {slot: 'option'} |         {slot: 'option'} | ||||||
|       ] |       ] | ||||||
|     }, |     }, | ||||||
|   | |||||||
| @@ -32,11 +32,9 @@ | |||||||
|               <span class="time" v-if="item.status==1">{{ item.expirationTime }}</span> |               <span class="time" v-if="item.status==1">{{ item.expirationTime }}</span> | ||||||
|             </p> |             </p> | ||||||
|             <p style="width:80%;"> |             <p style="width:80%;"> | ||||||
|               <el-row type="flex" align="middle" class="unit">发起人: |               <el-row type="flex" align="middle" class="unit">发起人:{{ item.userName }} | ||||||
|                 <ai-open-data type="userName" :openid="item.userName"/> |  | ||||||
|               </el-row> |               </el-row> | ||||||
|               <el-row type="flex" align="middle" class="unit">发起单位: |               <el-row type="flex" align="middle" class="unit">发起单位:{{ item.unitName }} | ||||||
|                 <ai-open-data type="departmentName" :openid="item.unitName"/> |  | ||||||
|               </el-row> |               </el-row> | ||||||
|             </p> |             </p> | ||||||
|             <p style="width:80%;"> |             <p style="width:80%;"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user