1
0

2 Revīzijas 54adfb7255 ... 59bd29b16a

Autors SHA1 Ziņojums Datums
  Your Name 59bd29b16a 合并 1 mēnesi atpakaļ
  Your Name b6ad14a0ab 无更新 1 mēnesi atpakaļ

+ 2 - 2
admin.ui.plus-master/.env.development

@@ -3,8 +3,8 @@ ENV = 'development'
 
 # 本地环境接口地址
 # VITE_API_URL = 'http://ipos.biz:8070'
-# VITE_API_URL = 'http://localhost:8003'
-VITE_API_URL = 'http://dev.hsfuel.com:8070'
+ VITE_API_URL = 'http://localhost:8003'
+#VITE_API_URL = 'http://dev.hsfuel.com:8070'
 # VITE_API_URL = 'http://47.101.220.106:8070'
 # VITE_API_URL = 'http://ipos.biz:8070'
 

+ 9 - 0
admin.ui.plus-master/src/views/admin/statement/BlackBox/index.vue

@@ -153,6 +153,15 @@ tableModel: [] as BlackBoxDto,
   onBeforeMount(() => {
     eventBus.off('refreshView')
   })
+    /**页条数变化*/
+const onSizeChange = () => {
+  init()
+}
+
+/**页数变化*/
+const onCurrentChange = () =>{
+  init()
+}
   /**
   * 监听变换
   */

+ 2 - 2
admin.ui.plus-master/src/views/admin/statement/taxcontrol/index.vue

@@ -163,11 +163,11 @@ tableModel: [] as encodercontrolsDto,
     dynamicColumns: [
 { prop: 'oilCompanyName', label: '石油公司' },
 { prop: 'stationName', label: '加油站名称' },
-{ prop: 'serialNumber', label: '编码器编号' },
+{ prop: 'serialNumber', label: '监控微处理器编号' },
 { prop: 'bindingDispenserManufacturer', label: '绑定加油机厂商' },
 { prop: 'dispenserNumber', label: '油机号' },
 { prop: 'nozzleNumber', label: '油枪号' },
-{ prop: 'deviceStatus', label: '编码器状态' },
+{ prop: 'deviceStatus', label: '监控微处理器状态' },
 { prop: 'onlineStatus', label: '在线状态' },
 { prop: 'fixTime', label: '安装时间' },
 { prop: 'soldTime', label: '出厂时间' },],