MY 4 днів тому
батько
коміт
21caf13666
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      JLHWEB/src/views/quote/mattressQuote/detail.vue

+ 1 - 2
JLHWEB/src/views/quote/mattressQuote/detail.vue

@@ -466,7 +466,7 @@
         :extra-loading="mxLoading"
         :footer-method="footerMethod"
       >
-        <template #tableHeader>
+        <template #tableHeader v-if="orderStatus">
           <el-space wrap>
             <el-button type="primary" @click="funcAddMtrlMx({}, null, 'accessoriesMxRef', -1)">{{
               $t("common.addText")
@@ -2924,7 +2924,6 @@ const SetCurrentTabs = (data: any) => {
   globalStore.setGlobalState("mattresTabs", _dftabs);
 };
 
-
 /**
  * @description 删除辅料
  */