natasha пре 3 дана
родитељ
комит
035b66f8cc

+ 52 - 52
src/views/bookShelf/components/NormalModel.vue

@@ -109,7 +109,7 @@
         >{{ articleInfo.art_title }}</span
       >
     </h2>
-    <h6
+    <!-- <h6
       class="nnpe-article-author"
       :style="{
         color: colorObj.sourceColor,
@@ -132,65 +132,65 @@
         (articleInfo.page_no_in_pub ? " · P" + articleInfo.page_no_in_pub : "")
       }}
     </h6>
-    <template v-else>
-      <div class="info-box">
-        <el-button
-          type="text"
-          class="btn-left"
-          :class="[activeArticleIndex === 0 ? 'not-allow' : '']"
-          @click="handlePage('-')"
-          :style="{ color: colorObj.btnColor }"
-          ><svg-icon icon-class="arrow-left-line"></svg-icon>上一篇</el-button
-        >
-        <h6
-          class="nnpe-article-author"
-          :style="{
-            color: colorObj.sourceColor,
-            fontSize: '14px',
-            lineHeight: '22px',
-            fontWeight: '400',
-            margin: 0,
-          }"
-        >
-          {{
-            articleInfo.study_phase_name +
-            "版 · 第 " +
-            articleInfo.iss_no +
-            " 期 · " +
-            articleInfo.release_date +
-            " · " +
-            articleInfo.chn_item +
-            (articleInfo.page_no_in_pub
-              ? " · P" + articleInfo.page_no_in_pub
-              : "")
-          }}
-        </h6>
-        <el-button
-          type="text"
-          class="btn-right"
-          :class="[
-            activeArticleIndex === activeArticleIndexLen - 1 ? 'not-allow' : '',
-          ]"
-          @click="handlePage('+')"
-          :style="{ color: colorObj.btnColor }"
-          >下一篇<svg-icon icon-class="arrow-right-line"></svg-icon
-        ></el-button>
-      </div>
-      <el-divider></el-divider>
+    <template v-else> -->
+    <div class="info-box">
+      <el-button
+        type="text"
+        class="btn-left"
+        :class="[activeArticleIndex === 0 ? 'not-allow' : '']"
+        @click="handlePage('-')"
+        :style="{ color: colorObj.btnColor }"
+        ><svg-icon icon-class="arrow-left-line"></svg-icon>上一篇</el-button
+      >
       <h6
         class="nnpe-article-author"
         :style="{
           color: colorObj.sourceColor,
-          fontSize: '16px',
-          lineHeight: '24px',
+          fontSize: '14px',
+          lineHeight: '22px',
           fontWeight: '400',
-          margin: articleInfo.art_sound_url ? '0 0 40px 0' : '0',
-          textAlign: 'center',
+          margin: 0,
         }"
       >
-        {{ articleInfo.art_author }}
+        {{
+          articleInfo.study_phase_name +
+          "版 · 第 " +
+          articleInfo.iss_no +
+          " 期 · " +
+          articleInfo.release_date +
+          " · " +
+          articleInfo.chn_item +
+          (articleInfo.page_no_in_pub
+            ? " · P" + articleInfo.page_no_in_pub
+            : "")
+        }}
       </h6>
-    </template>
+      <el-button
+        type="text"
+        class="btn-right"
+        :class="[
+          activeArticleIndex === activeArticleIndexLen - 1 ? 'not-allow' : '',
+        ]"
+        @click="handlePage('+')"
+        :style="{ color: colorObj.btnColor }"
+        >下一篇<svg-icon icon-class="arrow-right-line"></svg-icon
+      ></el-button>
+    </div>
+    <el-divider></el-divider>
+    <h6
+      class="nnpe-article-author"
+      :style="{
+        color: colorObj.sourceColor,
+        fontSize: '16px',
+        lineHeight: '24px',
+        fontWeight: '400',
+        margin: articleInfo.art_sound_url ? '0 0 24px 0' : '0',
+        textAlign: 'center',
+      }"
+    >
+      {{ articleInfo.art_author }}
+    </h6>
+    <!-- </template> -->
     <div class="audio-box">
       <div
         class="aduioLine-content aduioLine-box"

+ 6 - 6
src/views/personalCenter/components/OrderList.vue

@@ -3,9 +3,9 @@
     <div class="common-title-box">
       <h2>订单管理</h2>
       <div class="btn-box">
-        <el-button type="primary" size="small" @click="handInvoice"
+        <!-- <el-button type="primary" size="small" @click="handInvoice"
           >申请发票</el-button
-        >
+        > -->
       </div>
     </div>
     <el-table
@@ -18,13 +18,13 @@
       :row-key="getRowKey"
       ref="table"
     >
-      <el-table-column
+      <!-- <el-table-column
         type="selection"
         width="40"
         fixed
         :reserve-selection="true"
       >
-      </el-table-column>
+      </el-table-column> -->
       <el-table-column
         type="index"
         label="#"
@@ -159,7 +159,7 @@
           <span>¥{{ scope.row.refund_amount | cutMoneyFiter }}</span>
         </template>
       </el-table-column>
-      <el-table-column prop="invoice_status" label="发票状态" width="112">
+      <!-- <el-table-column prop="invoice_status" label="发票状态" width="112">
         <template slot-scope="scope">
           <div class="status-box">
             <span
@@ -175,7 +175,7 @@
             >
           </div>
         </template>
-      </el-table-column>
+      </el-table-column> -->
       <el-table-column prop="status" label="操作" width="140" fixed="right">
         <template slot-scope="scope">
           <template

+ 5 - 5
src/views/personalCenter/index.vue

@@ -99,11 +99,11 @@ export default {
           label: "订单管理",
           type: "order",
         },
-        {
-          icon: "invoice",
-          label: "发票管理",
-          type: "invoice",
-        },
+        // {
+        //   icon: "invoice",
+        //   label: "发票管理",
+        //   type: "invoice",
+        // },
         {
           icon: "setting",
           label: "个人设置",