ZengTao
2025-04-16 0c229d95d6442820b4d2d2cd5bcdf3ce1cf069b6
UI-Project/src/views/hollow/hollowslicecage.vue
@@ -954,7 +954,7 @@
          <template #default="scope">  
          <el-tag  
            :type="scope.row.enableState === 1 ? 'success' : 'danger'"  
            @click="toggleEnableState(scope.row)"
            @click="toggleEnableState(scope.row)"
          >  
            {{ scope.row.enableState === 1 ? $t('searchOrder.enable') : $t('searchOrder.disable')}}  
          </el-tag>