futian.liu
2023-12-22 3e9a4b3480e6508f3c6f7ac8723509d8b1120d20
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 ? '启用' : '禁用' };
            },
          },
        ],