提交 9ceb9e62 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新

上级 09aa3000
......@@ -69,7 +69,7 @@ export default class AppPanelField extends Vue {
* @memberof AppPanelField
*/
get itemName() {
return this.index ? `${this.name}_${this.index}` : this.name;
return (this.index || this.index === 0) ? `${this.name}_${this.index}` : this.name;
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册