|
@ -128,6 +128,12 @@ |
|
|
label="单位名称" |
|
|
label="单位名称" |
|
|
min-width="100"> |
|
|
min-width="100"> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column prop="agencyName" |
|
|
|
|
|
header-align="center" |
|
|
|
|
|
align="center" |
|
|
|
|
|
label="所属组织" |
|
|
|
|
|
min-width="100"> |
|
|
|
|
|
</el-table-column> |
|
|
<el-table-column prop="type" |
|
|
<el-table-column prop="type" |
|
|
header-align="center" |
|
|
header-align="center" |
|
|
align="center" |
|
|
align="center" |
|
@ -197,12 +203,14 @@ |
|
|
class="div-table-button--detail" |
|
|
class="div-table-button--detail" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
<el-button type="text" |
|
|
<el-button v-if="agencyId===scope.row.agencyId" |
|
|
|
|
|
type="text" |
|
|
class="div-table-button--edit" |
|
|
class="div-table-button--edit" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleEdit(scope.row)">修改</el-button> |
|
|
@click="handleEdit(scope.row)">修改</el-button> |
|
|
|
|
|
|
|
|
<el-popover popper-class="btn-popper" |
|
|
<el-popover v-if="agencyId===scope.row.agencyId" |
|
|
|
|
|
popper-class="btn-popper" |
|
|
placement="bottom" |
|
|
placement="bottom" |
|
|
style="margin-left:10px" |
|
|
style="margin-left:10px" |
|
|
width="20" |
|
|
width="20" |
|
@ -247,6 +255,12 @@ |
|
|
slot="reference">更多<i class="el-icon-caret-bottom"></i></el-button> |
|
|
slot="reference">更多<i class="el-icon-caret-bottom"></i></el-button> |
|
|
</el-popover> |
|
|
</el-popover> |
|
|
|
|
|
|
|
|
|
|
|
<el-button v-else |
|
|
|
|
|
type="text" |
|
|
|
|
|
class="div-table-button--detail" |
|
|
|
|
|
size="small" |
|
|
|
|
|
@click="handleScore(scope.row)">积分记录</el-button> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|