From 0119182fc7947e3bd2299a24bba7e25e913dbddc Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 22 十二月 2023 09:47:40 +0800 Subject: [PATCH] modified: src/api/plan/productionschedul.js modified: src/views/plan/productionschedul/index.vue modified: src/views/quality/processInspect/index.vue modified: src/views/quality/processInspect/processInspect-form.vue modified: src/views/quality/rawMaterial/rawMaterial-form.vue --- src/views/warehouse/FinishedWarehousing/index.vue | 18 ++++++------------ 1 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/views/warehouse/FinishedWarehousing/index.vue b/src/views/warehouse/FinishedWarehousing/index.vue index 86a06a6..3afc521 100644 --- a/src/views/warehouse/FinishedWarehousing/index.vue +++ b/src/views/warehouse/FinishedWarehousing/index.vue @@ -5,7 +5,8 @@ :table="table" :isShowHide="true" :prelang="prelang" - :options="options" + :options="options" + :dataListLoading="false" ref="processconfiguration" > <template #toolbar></template> @@ -20,7 +21,6 @@ data(){ return { prelang: 'operation', - dataListLoading: false, options: { height: 300, // 榛樿楂樺害-涓轰簡琛ㄥご鍥哄畾 stripe: true, // 鏄惁涓烘枒椹汗 table @@ -121,22 +121,16 @@ searchInfoType: 'text', }, ], - toolbar: [ - { - text: 'xx', - type: 'primary', - // fun: this.addOrUpdateHandle - }, - ], + toolbar: [], // operator: [], // operatorConfig: {} }, } }, medthods: {}, -// computed: { -// ...mapGetters(['permissions']) -// }, + computed: { + // ...mapGetters(['permissions']) + }, components: { ttable }, -- Gitblit v1.9.3