Browse Source

用友接口

hfxc226 2 years ago
parent
commit
0a71303832

+ 2 - 2
src/views/qykh/hotspot-help/HotspotHelp.vue

@@ -80,10 +80,10 @@ export default {
           title: '标题',
           dataIndex: 'title'
         },
-        {
+     /*   {
           title: '摘要',
           dataIndex: 'shortdesc'
-        },
+        },*/
         {
           title: 'hid',
           dataIndex: 'hid'

+ 2 - 2
src/views/qykh/plan/Plan.vue

@@ -81,10 +81,10 @@ export default {
           title: '标题',
           dataIndex: 'planname'
         },
-        {
+     /*   {
           title: '摘要',
           dataIndex: 'shortdesc'
-        },
+        },*/
         {
           title: '排序',
           dataIndex: 'ord'

+ 3 - 11
src/views/qykh/product-help/ProductHelp.vue

@@ -40,7 +40,7 @@
         </template>
       </span>
     </s-table>
-    <base-form ref="baseModal"  @ok="handleOk"/>
+    <base-form ref="baseModal" @ok="handleOk"/>
     <detail ref="detailModal" />
   </a-card>
 </template>
@@ -81,18 +81,10 @@ export default {
           title: '标题',
           dataIndex: 'title'
         },
-    /*    {
+        /*    {
           title: '摘要',
           dataIndex: 'digest'
-        },*/
-        {
-          title: 'purl',
-          dataIndex: 'purl'
-        },
-        {
-          title: 'purl',
-          dataIndex: 'purl'
-        },
+        }, */
         {
           title: '关键字',
           dataIndex: 'keywords'

+ 3 - 3
src/views/qykh/product/Product.vue

@@ -40,7 +40,7 @@
         </template>
       </span>
     </s-table>
-    <base-form ref="baseModal"  @ok="handleOk"/>
+    <base-form ref="baseModal" @ok="handleOk"/>
     <detail ref="detailModal" />
   </a-card>
 </template>
@@ -81,7 +81,7 @@ export default {
           title: '标题',
           dataIndex: 'pname'
         },
-     {
+        /* {
           title: '摘要',
           dataIndex: 'shortdesc'
         },
@@ -92,7 +92,7 @@ export default {
         {
           title: 'bannerurl',
           dataIndex: 'bannerurl'
-        },
+        }, */
         {
           title: '关键字',
           dataIndex: 'keywords'