明细表添加行数据(旧版本)addRow

2025前的版本明细表添加行设置默认值,只能写在[表.jsx]文件中

vue2 代码
   //明细表添加行时,设置明细表默认值
  addRow() { 
    return {字段:}
}