From 4c31f76a8db1f1d503f50cf4f367786882b18d62 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期二, 18 七月 2023 15:27:14 +0800 Subject: [PATCH] 关于数值的新增,组件的调换,合格率的界面绘制和接口调取数据渲染 --- src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue index ec64569..ee36381 100644 --- a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue +++ b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue @@ -35,7 +35,7 @@ <div class="table-operator" style="display: inline;"> <a-button @click="handleAdd" type="primary" icon="plus">鏂板 </a-button> - <a-button type="primary" icon="download" @click="handleExportXls('鍋囨湡绠$悊')">瀵煎嚭</a-button> + <a-button type="primary" icon="download" @click="handleExportXls('鍔犲伐鏁伴噺')">瀵煎嚭</a-button> <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> <a-button type="primary" icon="import">瀵煎叆</a-button> </a-upload> -- Gitblit v1.9.3