|
@@ -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 删除辅料
|
|
|
*/
|