优化
This commit is contained in:
@@ -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%">
|
||||
|
||||
@@ -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%">
|
||||
|
||||
@@ -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: [
|
||||
{
|
||||
|
||||
@@ -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%">
|
||||
|
||||
Reference in New Issue
Block a user