houzhongjian
2024-11-27 9e876a11f6f0b384d4b1f0a60e066944dbcdeaa5
src/views/system/app/index.vue
@@ -81,15 +81,6 @@
          <dict-tag :type="DICT_TYPE.SYSTEM_APP_TYPE" :value="scope.row.type" />
        </template>
      </el-table-column>
      <el-table-column label="所属租户" align="center" prop="tenantId">
        <template #default="scope">
          <template v-for="item in tenantList">
            <el-tag type="success" :key="item.id" v-if="item.id === scope.row.tenantId">
              {{ item.name }}
            </el-tag>
          </template>
        </template>
      </el-table-column>
      <el-table-column label="应用分组" align="center" prop="groupId">
        <template #default="scope">
          <template v-for="item in groupList">