Ver Fonte

月报2.0改造(4.5)

洪海涛 há 4 anos atrás
pai
commit
98c5c80a7d

+ 0 - 1
src/views/monthlyReport/childrenPage/editReport/components/MrTable/index.vue

@@ -1,6 +1,5 @@
 <template>
   <div v-loading="paging.loading" class="table-wrapper">
-    domKey: {{ domKey }}
     <div v-if="isExpand && analyticFeedback" style="padding-top: 10px;" v-html="analyticFeedback" />
     <span @click.stop>
       <!-- :data="[...paging.tableData].splice(0,2)" -->

+ 0 - 2
src/views/monthlyReport/childrenPage/editReport/components/content.vue

@@ -3,8 +3,6 @@
     <div v-for="item in baseData" :key="item.domKey">
       <!--   表格:Table   -->
       <div v-if="item.type === 'Table'">
-
-        <span @click.stop="testPrint(item)">item.domKey: {{ item.domKey }}-{{ baseDataDomKey }}</span>
         <!-- 是否查看页面 -->
         <mrTable
           v-if="pageType.search(/edit/) > -1 || item.tableRows.length"