|
@@ -417,7 +417,7 @@ app.controller('inspectPlanCtrl', ["$rootScope", "$scope", "$state", "$timeout",
|
417
|
controller: function ($scope, $modalInstance) {
|
417
|
controller: function ($scope, $modalInstance) {
|
418
|
// $scope.textLog = "是否删除巡检计划";
|
418
|
// $scope.textLog = "是否删除巡检计划";
|
419
|
$scope.title = '巡检计划删除';
|
419
|
$scope.title = '巡检计划删除';
|
420
|
- $scope.connect = '确定要删除巡检计划?';
|
|
|
|
|
420
|
+ $scope.connect = '删除计划会同时删除计划关联的巡检任务,您确认要删除吗?';
|
421
|
$scope.ok = function () {
|
421
|
$scope.ok = function () {
|
422
|
$modalInstance.close("start");
|
422
|
$modalInstance.close("start");
|
423
|
};
|
423
|
};
|