根据选择状态展示对应数据列表

根据选择状态展示对应数据列表

$scope.tabStatus = 2;//设置默认状态为全部
/*star显示效果*/
$scope.tabStatusChange = function (status) {
    $scope.tabStatus = status;
}

相关文章:

  • 2022-12-23
  • 2021-04-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-08-28
猜你喜欢
  • 2021-11-29
  • 2021-06-05
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2021-11-21
  • 2022-01-03
相关资源
相似解决方案