File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 222222 <v-btn color =" secondary" @click =" () => filterShow = !filterShow" variant =" text" class =" content-page__btn" prepend-icon =" mdi-filter-variant-plus" >
223223 Add filter
224224 </v-btn >
225- <v-btn color =" secondary" class =" content-page__btn" prepend-icon =" mdi-plus" variant =" text" @click =" getCreateData" >
225+ <v-btn v-if = " haveIcon('create') " color =" secondary" class =" content-page__btn" prepend-icon =" mdi-plus" variant =" text" @click =" getCreateData" >
226226 Create
227227 </v-btn >
228228 </div >
344344 {{ item[i.key] }}
345345 </div >
346346 </template >
347- <div v-else class =" content-page-table__cell" v-click-out-side =" cancelLifeSaving" >
347+ <div v-else class =" content-page-table__cell" v-click-outside =" cancelLifeSaving" >
348348 <div class =" content-page-table__cell-edit" v-if =" isPageEditable && ifFieldCanEdit(i.key) && editionId === item.id" ref =" target" >
349349 <input class =" edit-input" v-model =" editingFields[i.key]" />
350350 <v-icon :color =" '#67AD5B'" @click.stop =" () => saveLifeMode()" icon =" mdi-content-save" ></v-icon >
You can’t perform that action at this time.
0 commit comments