This commit is contained in:
2020-10-06 14:27:37 +00:00
parent 213053f885
commit a0f3f1e45d
6 changed files with 154 additions and 26 deletions

View File

@@ -146,7 +146,7 @@ export default {
return null;
}
if (this.value != 0) {
return "fa-edit";
return "$ayiEdit";
}
return "fa-plus";
},