Просмотр исходного кода

💊 按要求修改表单文字

快乐的梦鱼 1 неделя назад
Родитель
Сommit
50f0966903

+ 1 - 1
src/api/inhert/VillageInfoApi.ts

@@ -252,7 +252,7 @@ export class VillageInfoApi extends AppServerRequestModule<DataModel> {
     return (this.post<{
       total: number,
       data: any[],
-    }>(`/village/collect/list`, '获取信息详情', {
+    }>(`/village/collect/list`, '获取采集列表', {
       collect_module_id: collectModuleId,
       [subKey ? subKey : 'type']: subId,
       village_id: villageId,

+ 3 - 3
src/pages/dig/forms/data/history.ts

@@ -27,7 +27,7 @@ export const villageInfoStoryFormItems: SingleForm = [CommonInfoModel, (r) => ({
 export const villageInfoFigureFormItems: SingleForm = [CommonInfoModel, (r) => ({
   formItems: [
     {
-      label: '历史人物名称',
+      label: '人物名称',
       name: 'name',
       type: 'text',
       defaultValue: '',
@@ -40,8 +40,8 @@ export const villageInfoFigureFormItems: SingleForm = [CommonInfoModel, (r) => (
       }]
     },
     ...villageCommonContent(r, {
-      title: '历史人物',
+      title: '人物',
       showTitle: false,
     }).formItems
   ]
-}), { title: '历史人物', typeName: '', }]
+}), { title: '人物', typeName: '', }]

+ 1 - 1
src/pages/dig/forms/submits.vue

@@ -31,7 +31,7 @@
     <Height :height="20" />
     <SimplePageListLoader :loader="listLoader" :noEmpty="true">
       <template #empty>
-        <Empty image="search" description="这里还没提交过投稿,快来去写吧!">
+        <Empty image="search" description="这里还没提交过投稿,欢迎成为志愿者投稿!">
         </Empty>
       </template>
       <FlexCol :gap="20">

+ 1 - 1
src/pages/home/discover/index.vue

@@ -13,7 +13,7 @@
           <GridItem title="传统建筑" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-buliding.png" touchable @click="goList('传统建筑')" />
           <GridItem title="民俗文化" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-location.png" touchable @click="goList('民俗文化')" />
           <GridItem title="地道美食" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-foods.png" touchable @click="goList('美食物产')" />
-          <GridItem title="物产资源" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-resource.png" touchable @click="goList('历史人物')" />
+          <GridItem title="物产资源" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-resource.png" touchable @click="goList('人物')" />
           <!-- <GridItem title="旅游线路" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/icons/icon-route.png" touchable @click="goList('旅游线路')" /> -->
         </Grid>
       </ProvideVar>