feature: 工作中心发起人带账号
This commit is contained in:
@@ -118,8 +118,12 @@
|
||||
prop="creatUserName"
|
||||
label="发起人"
|
||||
align="center"
|
||||
width="90"
|
||||
/>
|
||||
width="180"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.creatUserName }}({{ scope.row.creatUser || '-' }})</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="creatTime"
|
||||
label="创建日期"
|
||||
|
||||
@@ -118,8 +118,12 @@
|
||||
prop="creatUserName"
|
||||
label="发起人"
|
||||
align="center"
|
||||
width="90"
|
||||
/>
|
||||
width="180"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.creatUserName }}({{ scope.row.creatUser || '-' }})</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="creatTime"
|
||||
label="创建日期"
|
||||
|
||||
@@ -118,8 +118,12 @@
|
||||
prop="creatUserName"
|
||||
label="发起人"
|
||||
align="center"
|
||||
width="90"
|
||||
/>
|
||||
width="180"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.creatUserName }}({{ scope.row.creatUser || '-' }})</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="creatTime"
|
||||
label="创建日期"
|
||||
|
||||
@@ -123,8 +123,12 @@
|
||||
prop="creatUserName"
|
||||
label="发起人"
|
||||
align="center"
|
||||
width="90"
|
||||
/>
|
||||
width="180"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.creatUserName }}({{ scope.row.creatUser || '-' }})</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="creatTime"
|
||||
label="创建日期"
|
||||
|
||||
@@ -123,7 +123,11 @@
|
||||
prop="creatUserName"
|
||||
label="发起人"
|
||||
align="center"
|
||||
/>
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.creatUserName }}({{ scope.row.creatUser || '-' }})</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="creatTime"
|
||||
label="创建日期"
|
||||
|
||||
Reference in New Issue
Block a user