Tang 2 years ago
parent
commit
bc8d8eba05

+ 7 - 3
src/views/Marketing/order/bill/index.vue

@@ -18,7 +18,7 @@
         <el-button type="text" @click="addClick(props.scope.row, 1)"
           >详情</el-button
         >
-        <el-button type="text" @click="addClick(props.scope.row, 2)"
+        <!-- <el-button type="text" @click="addClick(props.scope.row, 2)"
           >审核</el-button
         >
         <el-button
@@ -42,7 +42,7 @@
           type="text"
           @click="addClick(props.scope.row, 5)"
           >发票标记</el-button
-        >
+        > -->
       </template>
     </table-list>
     <pagination
@@ -448,7 +448,7 @@ export default {
         border: true,
         choice: true,
         addHide: true,
-        changeWidth: "240px",
+        changeWidth: "100px",
         backFatherBtn: {
           status: false,
           title: "未定义",
@@ -826,6 +826,10 @@ export default {
               label: "已退票",
               value: -1,
             },
+            {
+              label: "开票中",
+              value: 3,
+            },
           ],
         },
         { label: "发票预览", prop: "invoiceImg", scope: "img" },

+ 1 - 1
src/views/resource/bankManagement/testPaperManagement/editPaper/topicEditPaper/index.vue

@@ -1128,8 +1128,8 @@ export default {
         if (res.data > 0) {
           this.noStudent = false;
           this.navText.addHide = true;
-          this.navText.backFatherBtn.status = false;
         }
+        // this.navText.backFatherBtn.status = false;
       });
     this.getInfos();
     await this.getFns();