guhongwei преди 4 години
родител
ревизия
7007c0e5ab
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/roadshow/detail.vue

+ 1 - 1
src/views/roadshow/detail.vue

@@ -53,7 +53,7 @@ export default {
         { label: '发布时间', model: 'publish_time', type: 'date' },
         { label: '信息简介', model: 'brief', type: 'textarea' },
         { label: '图片文件', model: 'picture', custom: true },
-        { label: '件', model: 'filepath', custom: true },
+        { label: '视频文件', model: 'filepath', custom: true },
         { label: '信息内容', model: 'content', type: 'editor' },
       ],
       form: {},