ZhangXianQiang
2024-04-10 245514f4265faba31d0e778b41c6698d541baacc
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>