|
|
|
|
@ -135,7 +135,7 @@
|
|
|
|
|
width="150px"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag v-for="item in getSplitList(scope.row.miniTagNames)">
|
|
|
|
|
<el-tag v-for="item in getSplitList(scope.row.miniTagNames)" :key="item">
|
|
|
|
|
{{ item }}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
@ -147,7 +147,7 @@
|
|
|
|
|
width="150px"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag v-for="item in getSplitList(scope.row.wecomTagNames)">
|
|
|
|
|
<el-tag v-for="item in getSplitList(scope.row.wecomTagNames)" :key="item">
|
|
|
|
|
{{ item }}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
@ -1536,8 +1536,8 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
/deep/ .hide .el-upload--picture-card {
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
v-deep .hide .el-upload--picture-card {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|