1.src文件夹下新建util.js文件以便存放公共方法 export default { rowspan: function (data) { var index = data; // 代码 return index; }