xiongzhu 2 years ago
parent
commit
e983e0b2e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/GalleryView.vue

+ 2 - 2
src/views/GalleryView.vue

@@ -18,8 +18,8 @@
         <ElFormItem prop="thumb" label="封面">
         <ElFormItem prop="thumb" label="封面">
             <SingleUpload v-model="model.thumb" />
             <SingleUpload v-model="model.thumb" />
         </ElFormItem>
         </ElFormItem>
-        <ElFormItem prop="charactor" label="角色">
-            <ElInput v-model="model.charactor" />
+        <ElFormItem prop="character" label="角色">
+            <ElInput v-model="model.character" />
         </ElFormItem>
         </ElFormItem>
         <ElFormItem prop="tag" label="标签">
         <ElFormItem prop="tag" label="标签">
             <ElInput v-model="model.tag" />
             <ElInput v-model="model.tag" />