2025-06-27 10:04:22 +08:00

4 lines
126 B
JavaScript

app.controller('DetectionCostCtrl', ['$scope', function ($scope) {
$scope.data = "这是检测费用查询页面";
}])