html代码: <p>{{ getNewIndex(data) }}</p> js: computed: { getNewIndex() { // data是使用的时候的参数 retun (data) => { return data.index; } }, }