flat: 人 》 个
This commit is contained in:
@@ -63,10 +63,10 @@
|
||||
icon="el-icon-circle-plus-outline"
|
||||
type="primary"
|
||||
@click="submit"
|
||||
>保 存</el-button
|
||||
>保 存</el-button
|
||||
>
|
||||
<el-button icon="el-icon-circle-close" @click="dialogVisible = false"
|
||||
>取 消</el-button
|
||||
>取 消</el-button
|
||||
>
|
||||
</span>
|
||||
</el-dialog>
|
||||
@@ -129,9 +129,6 @@ export default {
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
value(old, ew) {
|
||||
console.log(old, ew)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
/*技能*/
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
flex-shrink: 1;
|
||||
">
|
||||
{{ node.label }}
|
||||
({{ data.sumNum }}人)
|
||||
({{ data.sumNum }}个)
|
||||
</span>
|
||||
<!-- </el-tooltip> -->
|
||||
<span v-show="data.id && data.id !== '0'" style="flex-basis: 20%">
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
flex-shrink: 1;
|
||||
">
|
||||
{{ node.label }}
|
||||
({{ data.sumNum }}人)
|
||||
({{ data.sumNum }}个)
|
||||
</span>
|
||||
<!-- </el-tooltip> -->
|
||||
<span v-show="data.id && data.id !== '0'" style="flex-basis: 20%">
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
flex-shrink: 1;
|
||||
">
|
||||
{{ node.label }}
|
||||
({{ data.sumNum }}人)
|
||||
({{ data.sumNum }}个)
|
||||
</span>
|
||||
<span v-show="data.id && data.id !== '0'" style="flex-basis: 20%">
|
||||
<el-button type="text" icon="el-icon-edit" size="mini" @click="() => updateGroups('edit', data)">
|
||||
|
||||
Reference in New Issue
Block a user