/** * Created by Administrator on 2019/2/28 0028. */frameworkModule.directive('appUsrOperateLog',['$log',function($log){'use strict';$log.debug('appUsrOperateLog.ctor()...');return{restrict:'E',templateUrl:'/app/framework/app-usr-operate-log/app-usr-operate-log.html'+'?_='+Math.random(),scope:{thisModuleName:"@",//模块名,根据这个值来查找数据地址thisTitle:"@",//自定义titlethisParams:"=",//自定义参数thisCaption:"=",//自定义表头字段