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