LOGIC.vue.ftl 230 字节
Newer Older
1 2 3 4 5 6
/**
 * ${item.getName()}
 *
 * @param {*} [item={}]
 * @memberof ${srfclassname('${ctrl.codeName}')}
 */
tony001's avatar
tony001 committed
7
public click${item.codeName}(item: any = {}){
8 9
   this.$Notice.error({ title: '错误', desc: '暂不支持此项操作' });
}