全局添加输入框空格校验
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- 离线数据导入 -->
|
||||
<template>
|
||||
<!-- <el-dialog v-model="dialogVisible" title="文件列表" width="70%" :destroy-on-close="true" draggable @closed="close"> -->
|
||||
<!-- <el-dialog v-model.trim="dialogVisible" title="文件列表" width="70%" :destroy-on-close="true" draggable @closed="close"> -->
|
||||
<!-- 上传文件列表 -->
|
||||
<div class=" ">
|
||||
<!-- <div class="offline_data_btn">
|
||||
@@ -78,7 +78,7 @@ import { ref } from 'vue'
|
||||
import TableHeader from '@/components/table/header/index.vue'
|
||||
import { uploadOffLineDataFile } from '@/api/cs-device-boot/EquipmentDelivery.ts'
|
||||
import { defaultAttribute } from '@/components/table/defaultAttribute'
|
||||
import {Back} from '@element-plus/icons-vue'
|
||||
import { Back } from '@element-plus/icons-vue'
|
||||
import { mainHeight } from '@/utils/layout'
|
||||
import { useRouter, useRoute } from 'vue-router'
|
||||
const { go } = useRouter() // 路由
|
||||
|
||||
Reference in New Issue
Block a user