BUG 30132
This commit is contained in:
@@ -128,13 +128,7 @@
|
||||
<ai-dialog :title="`${gridInfo.girdName}网格成员`" :visible.sync="dialog" customFooter @closed="gridInfo={}"
|
||||
width="700px">
|
||||
<ai-table :tableData="gridInfo.tableData" :colConfigs="gridMemberColConfigs" :dict="dict"
|
||||
:isShowPagination="false" :show-header="false">
|
||||
<el-table-column slot="tags">
|
||||
<template slot-scope="{row}">
|
||||
<el-tag v-if="row.label" effect="dark" size="small">{{ row.label }}</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</ai-table>
|
||||
:isShowPagination="false" :show-header="false"/>
|
||||
<template #footer>
|
||||
<el-button @click="dialog=false">关闭</el-button>
|
||||
</template>
|
||||
@@ -191,9 +185,8 @@ export default {
|
||||
dialog: false,
|
||||
gridInfo: {},
|
||||
gridMemberColConfigs: [
|
||||
{prop: "wxUserId", openType: 'userName'},
|
||||
{prop: "checkType", formart: v => v === '1' ? '网格员' : '网格长'},
|
||||
{slot: "tags"}
|
||||
{prop: "name"},
|
||||
{prop: "checkType", formart: v => v === '1' ? '网格员' : '网格长'}
|
||||
]
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user