futian.liu
2023-12-21 1a4f00e0b4d24ae72c7d95e31e685d9a2be0aa62
admin-web/src/views/systemSetting/department/index.vue
@@ -138,7 +138,7 @@
            align: 'center',
            width: 100,
            formatter: (row) => {
              return { value: row.status === 0 ? '启用' : '禁用' };
              return { value: row.status === 1 ? '启用' : '禁用' };
            },
          },
        ],