ZengTao
2025-05-20 36be21e34ce064d190527d96ac7f09f9023e3bc4
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>