model.hbs 115 B

1234567
  1. export default {
  2. data: {
  3. // 当前选中行
  4. selectedRow: undefined,
  5. },
  6. formulas: {},
  7. }