From 288369dd7487adc61fe45f24d6d141152f5492df Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 08 十月 2025 10:06:58 +0800
Subject: [PATCH] 翻页问题修复
---
src/views/dataex/programonmachineimp.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/dataex/programonmachineimp.vue b/src/views/dataex/programonmachineimp.vue
index 34a73fd..3a12724 100644
--- a/src/views/dataex/programonmachineimp.vue
+++ b/src/views/dataex/programonmachineimp.vue
@@ -15,7 +15,7 @@
<el-button type="primary" size="default" icon="el-icon-circle-plus" @click="importData">瀵煎叆</el-button>
</template>
</avue-crud>
- <el-dialog title="瀵煎叆鐜板満缂栧埗璁板綍" append-to-body v-model="excelBox" width="305px">
+ <el-dialog title="瀵煎叆鐜板満缂栧埗璁板綍" append-to-body v-model="excelBox" width="350px">
<avue-form :option="formOption" v-model="form" :upload-after="uploadAfter">
</avue-form>
</el-dialog>
@@ -80,6 +80,10 @@
prop: 'deviation'
},
{
+ label: '涓存椂鏇存敼鍗曞簭鍙�',
+ prop: 'deviationSerial'
+ },
+ {
label: '鏈哄簥缂栧彿',
prop: 'machineCode',
},
--
Gitblit v1.9.3