-
+
@@ -89,9 +89,7 @@ export default {
const items = response.data.items
this.list = items.map(v => {
this.$set(v, 'edit', false) // https://vuejs.org/v2/guide/reactivity.html
-
v.originalTitle = v.title // will be used when user click the cancel botton
-
return v
})
this.listLoading = false
diff --git a/src/views/zip/index.vue b/src/views/zip/index.vue
index 54320a8e..c20c31d0 100644
--- a/src/views/zip/index.vue
+++ b/src/views/zip/index.vue
@@ -3,7 +3,7 @@
{{$t('zip.export')}} zip
-
+
{{scope.$index}}