This commit is contained in:
zxy
2024-02-27 20:58:20 +08:00
parent 97c026c9d3
commit 8a84084698
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<el-collapse-item name="1" disabled="true">
<template slot="title">-->
<!-- <p>全部{{ personTotal }}</p> -->
<p>分组管理</p>
<p>便签分组管理</p>
<!-- </template> -->
<div class="box" :style="{ height: leftHeight }">
<el-scrollbar style="height: 100%">

View File

@@ -6,7 +6,7 @@
<el-collapse-item name="1" disabled="true">
<template slot="title">-->
<!-- <p>全部{{ personTotal }}</p> -->
<p>分组管理</p>
<p>政策分组管理</p>
<!-- </template> -->
<div class="box" :style="{ height: leftHeight }">
<el-scrollbar style="height: 100%">

View File

@@ -3,7 +3,7 @@
<el-row>
<el-col :span="5">
<basic-container>
<p>分组管理</p>
<p>服务分组管理</p>
<div class="box" :style="{ height: leftHeight }">
<el-scrollbar style="height: 100%">
<el-tree ref="tree" node-key="id" highlight-current :expand-on-click-node="false" @node-click="nodeClick"
@@ -444,7 +444,7 @@ export default {
dialogClickModal: false,
column: [
{
label: "服务名",
label: "服务名",
prop: "name",
// search: true,
span: 24,
@@ -477,7 +477,7 @@ export default {
// search: true
},
{
label: "标签",
label: "服务标签",
prop: "serveLabels",
rules: [
{

View File

@@ -6,7 +6,7 @@
<el-collapse-item name="1" disabled="true">
<template slot="title">-->
<!-- <p>全部{{ personTotal }}</p> -->
<p>分组管理</p>
<p>人群分组管理</p>
<!-- </template> -->
<div class="box" :style="{ height: leftHeight }">
<el-scrollbar style="height: 100%">