xiangpei
2024-04-11 4c73bcbbc2fc4c55c2a9c52d772e9885103bc552
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>