src/views/system/calculate/rule/index.vue
@@ -32,7 +32,7 @@ :tree-props="{children: 'children', hasChildren: 'hasChildren'}" > <el-table-column label="规则名称" prop="name" /> <el-table-column label="单位id" align="center" prop="unitId" > <el-table-column label="单位" align="center" prop="unitId" > <template slot-scope="scope"> <div v-if="scope.row.unitId == 2">成都x运维</div> </template>