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

5 lines
123 B
JavaScript

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