From 56d65a6c17a9ac1ab9acb828fbe444d21cbaa43e Mon Sep 17 00:00:00 2001
From: sjl <1716605279@qq.com>
Date: Thu, 22 Jan 2026 16:15:33 +0800
Subject: [PATCH] =?UTF-8?q?9000=E7=B3=BB=E7=BB=9F=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?=E7=94=A8=E4=BE=8B=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/tree/pqs/index.vue | 2 +-
src/views/pqs/auditManage/userInfo/index.vue | 2 +-
.../evaluationList/components/charge.vue | 9 ++--
.../components/photovoltaic.vue | 1 +
.../pqs/business/log/TerminalLog/index.vue | 2 +-
.../pqs/business/log/frontLog/detail.vue | 4 +-
src/views/pqs/business/log/frontLog/index.vue | 2 +-
.../terminal/FrontManagement/index.vue | 26 ++++++++--
.../terminal/ProgramManagement/index.vue | 13 +++--
.../terminal/TerminalManagement/index.vue | 12 +++++
.../pqs/business/terminal/deviceter/index.vue | 52 +++++++++++--------
.../components/addLedger.vue | 8 +--
.../terminal/transformerStrategy/index.vue | 4 +-
.../userLedger/components/addForm.vue | 6 ++-
.../terminal/userLedger/components/detail.vue | 4 +-
.../area/TransientEventList/index.vue | 2 +-
.../online/wentaizhibiaohegelv/index.vue | 16 ++++--
.../runManage/monitoringPoints/index.vue | 2 +-
.../alarmCleaning/components/alarm.vue | 2 +
.../cleaning/components/abnormal.vue | 2 +
.../components1/form/complaintsForm.vue | 4 +-
.../components1/testQuestions.vue | 2 +
.../harmonicSurvey/components/planAdd.vue | 4 +-
.../interferenceUserTable.vue | 2 +-
.../components/undocumented/addForm.vue | 8 +--
.../components/undocumented/index.vue | 2 +-
src/views/pqs/supervise/retire/monitor.vue | 2 +
src/views/pqs/supervise/retire/terminal.vue | 3 ++
.../components/interferenceUserTable.vue | 2 +-
.../components/sensitiveUserTable.vue | 2 +-
.../terminal/components/substationLedger.vue | 4 +-
.../components/cycleDetection/index.vue | 2 +
.../components/jointDebugList/index.vue | 2 +-
.../components/monitorpoint/addForm.vue | 6 +--
.../components/monitorpoint/index.vue | 2 +-
.../components/terminainal/addForm.vue | 4 +-
.../components/terminainal/index.vue | 2 +-
.../Region/transientList/index.vue | 2 +
.../online/eventStudy/index.vue | 2 +-
.../TerminalOperation/index.vue | 5 +-
.../operationsManagement/point/index.vue | 6 ++-
.../voltageSags/report/eventReports/index.vue | 29 ++++++++++-
.../sagGovern/businessUser/index.vue | 2 +
.../businessUser/productLine/productPopup.vue | 2 +-
src/views/setting/dictionary/list/detail.vue | 3 ++
src/views/setting/dictionary/list/index.vue | 2 +
.../dictionary/list/popupDetailEdit.vue | 8 +--
.../setting/dictionary/list/popupEdit.vue | 4 +-
.../setting/dictionary/tree/popupForm.vue | 6 +--
src/views/system/auth/department/index.vue | 2 +
.../system/auth/department/popupForm.vue | 2 +-
src/views/system/auth/userList/index.vue | 2 +-
src/views/system/auth/userList/popupEdit.vue | 4 +-
.../system/bpm/category/categoryPopup.vue | 4 +-
src/views/system/bpm/category/index.vue | 10 +++-
src/views/system/bpm/form/index.vue | 6 +++
src/views/system/bpm/model/modelPopup.vue | 5 +-
src/views/system/bpm/sign/index.vue | 8 ++-
src/views/system/bpm/sign/signPopup.vue | 4 +-
59 files changed, 243 insertions(+), 99 deletions(-)
diff --git a/src/components/tree/pqs/index.vue b/src/components/tree/pqs/index.vue
index ed2cce9e..46fe67ab 100644
--- a/src/components/tree/pqs/index.vue
+++ b/src/components/tree/pqs/index.vue
@@ -11,7 +11,7 @@
/>
-
+
diff --git a/src/views/pqs/auditManage/userInfo/index.vue b/src/views/pqs/auditManage/userInfo/index.vue
index c2a653d9..45a0b07c 100644
--- a/src/views/pqs/auditManage/userInfo/index.vue
+++ b/src/views/pqs/auditManage/userInfo/index.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/src/views/pqs/bearingCapacity/evaluationList/components/charge.vue b/src/views/pqs/bearingCapacity/evaluationList/components/charge.vue
index ddeec4a0..e8ae0446 100644
--- a/src/views/pqs/bearingCapacity/evaluationList/components/charge.vue
+++ b/src/views/pqs/bearingCapacity/evaluationList/components/charge.vue
@@ -288,18 +288,21 @@ const equipment = (row: any) => {}
// 承载能力评估
const assess = () => {
// vxeRef.value.getRadioRecord()
-
- if (equipmentList.value.length == null) {
- return ElMessage.warning('请选择用户')
+
+ if (equipmentList.value.length == 0) {
+ return ElMessage.warning('请选择有终端设备的用户')
}
loading.value = true
formRef.value.validate((valid: any) => {
+
if (valid) {
form.value.devList = equipmentList.value
carryCapacityEvaluate(form.value).then(res => {
rendering(res.data)
loading.value = false
})
+ }else{
+ loading.value = false
}
})
}
diff --git a/src/views/pqs/bearingCapacity/evaluationList/components/photovoltaic.vue b/src/views/pqs/bearingCapacity/evaluationList/components/photovoltaic.vue
index d7d87958..8d06d71b 100644
--- a/src/views/pqs/bearingCapacity/evaluationList/components/photovoltaic.vue
+++ b/src/views/pqs/bearingCapacity/evaluationList/components/photovoltaic.vue
@@ -734,6 +734,7 @@ const choose = (e: any) => {
uploadExcel(e.raw, form).then(res => {
ElMessage.success('导入成功')
+ onSubmit()
})
}
const tabChange = (e: any) => {
diff --git a/src/views/pqs/business/log/TerminalLog/index.vue b/src/views/pqs/business/log/TerminalLog/index.vue
index 26d149c9..4f773e94 100644
--- a/src/views/pqs/business/log/TerminalLog/index.vue
+++ b/src/views/pqs/business/log/TerminalLog/index.vue
@@ -8,7 +8,7 @@
-
+
diff --git a/src/views/pqs/business/log/frontLog/detail.vue b/src/views/pqs/business/log/frontLog/detail.vue
index 2ba862dc..794dc370 100644
--- a/src/views/pqs/business/log/frontLog/detail.vue
+++ b/src/views/pqs/business/log/frontLog/detail.vue
@@ -4,7 +4,7 @@
-
+
@@ -31,10 +31,12 @@ const dialogVisible = ref(false)
const tableStore = new TableStore({
url: '/system-boot/frontLog/queryLogCHild',
method: 'POST',
+ filename: '前置交互日志详情',
column: [
{
field: 'index',
title: '序号',
+
width: '80',
formatter: (row: any) => {
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
diff --git a/src/views/pqs/business/log/frontLog/index.vue b/src/views/pqs/business/log/frontLog/index.vue
index 9b23e827..a1c89a12 100644
--- a/src/views/pqs/business/log/frontLog/index.vue
+++ b/src/views/pqs/business/log/frontLog/index.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/src/views/pqs/business/terminal/FrontManagement/index.vue b/src/views/pqs/business/terminal/FrontManagement/index.vue
index 93dd3947..0cb37758 100644
--- a/src/views/pqs/business/terminal/FrontManagement/index.vue
+++ b/src/views/pqs/business/terminal/FrontManagement/index.vue
@@ -40,7 +40,7 @@
>
-
+
@@ -240,6 +240,7 @@ const tableRef = ref()
const processNo = ref('')
const ruleFormRef = ref()
const dataSource: any = ref([])
+const deviceInfoList: any = ref([])
const defaultProps = {
children: 'deviceInfoList',
label: 'name'
@@ -373,6 +374,11 @@ const tableStore = new TableStore({
title: '确定删除吗?'
},
click: row => {
+ if (hasDevices.value) {
+ ElMessage.warning('此前置机绑定了设备,无法删除!');
+ return;
+ }
+
delNode(row.id).then(res => {
ElMessage.success('删除成功')
tableStore.index()
@@ -395,12 +401,14 @@ const tableStore = new TableStore({
}
})
const nodeId = ref('')
-// 点击行
+const hasDevices = ref(false)
+/// 点击行
const currentChangeEvent = () => {
// 确保 tableRef 和当前记录存在
if (!tableRef.value || !tableRef.value.getRef().getCurrentRecord()) {
loading.value = false
dataSource.value = []
+ hasDevices.value = false
return
}
@@ -413,15 +421,27 @@ const currentChangeEvent = () => {
nodeId.value = tableRef.value.getRef().getCurrentRecord().id
// 检查返回的数据是否存在且不为空
if (res.data && res.data.processDeviceList) {
- dataSource.value = res.data.processDeviceList.filter(item => (item.name = item.processNo + ''))
+ // 检查是否有设备绑定
+ const hasAnyDevices = res.data.processDeviceList.some(item =>
+ item.deviceInfoList && item.deviceInfoList.length > 0
+ );
+ hasDevices.value = hasAnyDevices;
+
+ dataSource.value = res.data.processDeviceList.filter(item => {
+ item.name = item.processNo + '';
+ return true; // 保持原有的过滤逻辑
+ });
} else {
dataSource.value = []
+ hasDevices.value = false;
}
loading.value = false
+
})
.catch(() => {
// 添加错误处理,确保 loading 状态也能关闭
dataSource.value = []
+ hasDevices.value = false;
loading.value = false
})
diff --git a/src/views/pqs/business/terminal/ProgramManagement/index.vue b/src/views/pqs/business/terminal/ProgramManagement/index.vue
index dd41b1fa..945167fa 100644
--- a/src/views/pqs/business/terminal/ProgramManagement/index.vue
+++ b/src/views/pqs/business/terminal/ProgramManagement/index.vue
@@ -32,7 +32,7 @@
>
-
+
-
+
- 升级
+
@@ -75,6 +77,7 @@
:checkbox-config="{ labelField: 'name' }"
>
+
+
{{ teriminaloption.find((item: any) => item.id === row.devType)?.name }}
diff --git a/src/views/pqs/business/terminal/deviceter/index.vue b/src/views/pqs/business/terminal/deviceter/index.vue
index 491c5360..9608a9ab 100644
--- a/src/views/pqs/business/terminal/deviceter/index.vue
+++ b/src/views/pqs/business/terminal/deviceter/index.vue
@@ -2397,35 +2397,45 @@ const onsubmit = () => {
/**
* 提交数据
*/
-const submitData = () => {
+const submitData = async () => {
const project = JSON.parse(JSON.stringify(AddProjectBO.value))
-
- // project: JSON.stringify(project)
- addTerminal(project).then((res: any) => {
- ElMessage({
- type: 'success',
- message: res.message
- })
- reaseStatus()
- initAddProjectBo()
- initAddProjectBoId()
- treedata()
+ await mainForm.value.validate((valid: any) => {
+ if (valid) {
+ addTerminal(project).then((res: any) => {
+ ElMessage({
+ type: 'success',
+ message: res.message
+ })
+ reaseStatus()
+ initAddProjectBo()
+ initAddProjectBoId()
+ treedata()
+ })
+ }
})
+ // project: JSON.stringify(project)
+
}
/**
* 修改数据
*/
-const updateDate = () => {
+const updateDate = async () => {
// console.log("updateProject:", this.updateProject);
- let data = updateProject.value
- updateTerminal(data).then((res: any) => {
- ElMessage({
- type: 'success',
- message: res.message
- })
- pageStatus.value = 1
- treedata()
+ await mainForm.value.validate((valid: any) => {
+ if (valid){
+ let data = updateProject.value
+ updateTerminal(data).then((res: any) => {
+ ElMessage({
+ type: 'success',
+ message: res.message
+ })
+ pageStatus.value = 1
+ treedata()
+ })
+
+ }
})
+
}
const updateProjectF = () => {
updateProject.value = {
diff --git a/src/views/pqs/business/terminal/transformerStrategy/components/addLedger.vue b/src/views/pqs/business/terminal/transformerStrategy/components/addLedger.vue
index b7f021e5..9dce607b 100644
--- a/src/views/pqs/business/terminal/transformerStrategy/components/addLedger.vue
+++ b/src/views/pqs/business/terminal/transformerStrategy/components/addLedger.vue
@@ -74,7 +74,7 @@
>
-
+
@@ -113,7 +113,7 @@
-
+
-
+
{
delTransformer([row.tfIndex]).then(res => {
ElMessage.success('删除成功')
+ menuTree.value.loadData()
tableStore.index()
})
}
@@ -413,6 +414,7 @@ const transformerAdd = () => {
message: '请选择变电站'
})
} else {
+ ruleForm.subIndex = parentId.value
transformerTitle.value = '新增变压器信息'
transformerInformation.value = true
nextTick(() => {
diff --git a/src/views/pqs/business/terminal/transformerStrategy/index.vue b/src/views/pqs/business/terminal/transformerStrategy/index.vue
index 39667d41..97500683 100644
--- a/src/views/pqs/business/terminal/transformerStrategy/index.vue
+++ b/src/views/pqs/business/terminal/transformerStrategy/index.vue
@@ -55,10 +55,10 @@
-
+
-
+
取消
diff --git a/src/views/pqs/business/terminal/userLedger/components/addForm.vue b/src/views/pqs/business/terminal/userLedger/components/addForm.vue
index 02cc0f7d..868eb81b 100644
--- a/src/views/pqs/business/terminal/userLedger/components/addForm.vue
+++ b/src/views/pqs/business/terminal/userLedger/components/addForm.vue
@@ -48,7 +48,7 @@
v-model.trim="form.projectName"
autocomplete="off"
placeholder="请输入项目名称"
- maxlength="64"
+ maxlength="32"
show-word-limit
/>
@@ -112,7 +112,7 @@
v-model.trim="form.substation"
autocomplete="off"
placeholder="请输入厂站名称"
- maxlength="64"
+ maxlength="32"
show-word-limit
/>
@@ -364,6 +364,8 @@
v-model.trim="form.evaluationChekDept"
autocomplete="off"
placeholder="请输入预测评估评审单位"
+ maxlength="32"
+ show-word-limit
/>
diff --git a/src/views/pqs/business/terminal/userLedger/components/detail.vue b/src/views/pqs/business/terminal/userLedger/components/detail.vue
index 341b9bef..d2383b91 100644
--- a/src/views/pqs/business/terminal/userLedger/components/detail.vue
+++ b/src/views/pqs/business/terminal/userLedger/components/detail.vue
@@ -115,7 +115,7 @@
{{ proviteData.agreementCapacity }}
- {{ proviteData?.ratePower }}
+ {{ detailData?.ratePower }}
{
detailLoading.value = true
+
try {
if (props.update) {
await getUserReportUpdateById(props.id || queryId).then(res => {
@@ -341,6 +342,7 @@ const getInfo = async () => {
} else {
await getUserReportById(props.id || queryId).then(res => {
detailData.value = res.data
+
getProviteData()
})
}
diff --git a/src/views/pqs/harmonicMonitoring/area/TransientEventList/index.vue b/src/views/pqs/harmonicMonitoring/area/TransientEventList/index.vue
index 715edf9c..5be670d0 100644
--- a/src/views/pqs/harmonicMonitoring/area/TransientEventList/index.vue
+++ b/src/views/pqs/harmonicMonitoring/area/TransientEventList/index.vue
@@ -4,7 +4,7 @@
-
+
{
]
if (searchType.value) {
series.push({
- name: formData.periodBeginTime + '至' + formData.periodEndTime,
+ name: formData.periodBeginTime + '~' + formData.periodEndTime,
type: 'bar',
barMaxWidth: 30,
+
// label: {
// show: true,
// position: 'top',
@@ -234,10 +235,19 @@ const init = () => {
let msg = ''
msg += params[0].name
for (let i in params) {
+
if (params[i].data == 3.14159) {
- msg += '(' + params[i].seriesName + ')' + '
' + params[i].marker + ': 暂无数据
'
+ if (params[i].seriesName && params[i].seriesName.includes('~')) {
+ msg += params[i].marker + ': 暂无数据
'
+ } else {
+ msg += '(' + params[i].seriesName + ')' + '
' + params[i].marker + ': 暂无数据
'
+ }
} else {
- msg += '(' + params[i].seriesName + ')' + '
' + params[i].marker + ': ' + params[i].data + '
'
+ if (params[i].seriesName && params[i].seriesName.includes('~')) {
+ msg += params[i].marker + ': ' + params[i].data + '
'
+ } else {
+ msg += '(' + params[i].seriesName + ')' + '
' + params[i].marker + ': ' + params[i].data + '
'
+ }
}
}
return msg
diff --git a/src/views/pqs/harmonicMonitoring/runManage/monitoringPoints/index.vue b/src/views/pqs/harmonicMonitoring/runManage/monitoringPoints/index.vue
index e3e7139e..6b16a34c 100644
--- a/src/views/pqs/harmonicMonitoring/runManage/monitoringPoints/index.vue
+++ b/src/views/pqs/harmonicMonitoring/runManage/monitoringPoints/index.vue
@@ -50,7 +50,7 @@
-
+
diff --git a/src/views/pqs/runManage/alarmCleaning/components/alarm.vue b/src/views/pqs/runManage/alarmCleaning/components/alarm.vue
index 1cece9a3..4eafd1d1 100644
--- a/src/views/pqs/runManage/alarmCleaning/components/alarm.vue
+++ b/src/views/pqs/runManage/alarmCleaning/components/alarm.vue
@@ -144,6 +144,8 @@
diff --git a/src/views/pqs/runManage/cleaning/components/abnormal.vue b/src/views/pqs/runManage/cleaning/components/abnormal.vue
index 7a7f4173..021e46ce 100644
--- a/src/views/pqs/runManage/cleaning/components/abnormal.vue
+++ b/src/views/pqs/runManage/cleaning/components/abnormal.vue
@@ -152,6 +152,8 @@
placeholder="请输入监测点名称/终端名称"
v-model="tableStore.table.params.searchValue"
clearable
+ maxlength="32"
+ show-word-limit
>
@@ -152,7 +152,7 @@
-
+
@@ -170,7 +170,7 @@
-->
-
+
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
index e0ec8452..a5acd43c 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
@@ -4,7 +4,7 @@
+ clearable style="width: 280px" maxlength="32" show-word-limit>
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/addForm.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/addForm.vue
index 08f6e023..0758e998 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/addForm.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/addForm.vue
@@ -124,7 +124,7 @@
-
+
@@ -134,7 +134,7 @@
+ @change="encode" maxlength="32" show-word-limit clearable/>
+ clearable style="width: 220px" maxlength="32" show-word-limit>
diff --git a/src/views/pqs/voltageSags/Region/transientList/index.vue b/src/views/pqs/voltageSags/Region/transientList/index.vue
index 62a0d2a5..b5a2a97b 100644
--- a/src/views/pqs/voltageSags/Region/transientList/index.vue
+++ b/src/views/pqs/voltageSags/Region/transientList/index.vue
@@ -15,6 +15,8 @@
clearable
placeholder="输入关键字筛选"
style="width: 200px"
+ maxlength="32"
+ show-word-limit
/>
diff --git a/src/views/pqs/voltageSags/monitoringPoint/online/eventStudy/index.vue b/src/views/pqs/voltageSags/monitoringPoint/online/eventStudy/index.vue
index 50f7d0d0..fd56ad1f 100644
--- a/src/views/pqs/voltageSags/monitoringPoint/online/eventStudy/index.vue
+++ b/src/views/pqs/voltageSags/monitoringPoint/online/eventStudy/index.vue
@@ -127,7 +127,7 @@ const tableStore = new TableStore({
],
beforeSearchFun: () => {
tableStore.table.params.lineId = monitoringPoint.state.lineId
- console.log('beforeSearchFun')
+
},
loadCallback: () => {}
})
diff --git a/src/views/pqs/voltageSags/operationsManagement/TerminalOperation/index.vue b/src/views/pqs/voltageSags/operationsManagement/TerminalOperation/index.vue
index b519dcff..1bbe0a34 100644
--- a/src/views/pqs/voltageSags/operationsManagement/TerminalOperation/index.vue
+++ b/src/views/pqs/voltageSags/operationsManagement/TerminalOperation/index.vue
@@ -42,7 +42,10 @@
diff --git a/src/views/pqs/voltageSags/operationsManagement/point/index.vue b/src/views/pqs/voltageSags/operationsManagement/point/index.vue
index d9fbbb1d..40f97e19 100644
--- a/src/views/pqs/voltageSags/operationsManagement/point/index.vue
+++ b/src/views/pqs/voltageSags/operationsManagement/point/index.vue
@@ -46,7 +46,11 @@
diff --git a/src/views/pqs/voltageSags/report/eventReports/index.vue b/src/views/pqs/voltageSags/report/eventReports/index.vue
index d32e2ef7..a2169e6a 100644
--- a/src/views/pqs/voltageSags/report/eventReports/index.vue
+++ b/src/views/pqs/voltageSags/report/eventReports/index.vue
@@ -23,11 +23,27 @@
-
+
+
+
+
+
@@ -53,6 +69,14 @@ const dictData = useDictData()
const triggerType = dictData.getBasicData('Event_Statis')
const sign: any = dictData.getBasicData('power_flag')
const tableRef = ref()
+
+
+const monitorList = [
+ { value: 0, label: '非网公司' },
+ { value: 1, label: '网公司' },
+ { value: 2, label: '全部数据' }
+]
+
const tableStore = new TableStore({
url: '/event-boot/report/getEventReport',
method: 'POST',
@@ -123,6 +147,7 @@ tableStore.table.params.powerFlag = sign[0]?.algoDescribe || 0
tableStore.table.params.serverName = 'event-boot'
tableStore.table.params.waveType = ''
tableStore.table.params.searchValue = ''
+tableStore.table.params.monitorFlag = monitorList[2].value
tableStore.table.params.statisticalType = dictData.getBasicData('Statistical_Type', [
'Report_Type',
'Manufacturer',
diff --git a/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue b/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue
index 89b26c24..3c6d5bc0 100644
--- a/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue
+++ b/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue
@@ -8,6 +8,8 @@
v-model='tableStore.table.params.searchValue'
clearable
placeholder='输入用户名、行业'
+ maxlength="32"
+ show-word-limit
/>
diff --git a/src/views/pqs/voltageSags/sagGovern/businessUser/productLine/productPopup.vue b/src/views/pqs/voltageSags/sagGovern/businessUser/productLine/productPopup.vue
index 91ef214a..39f67436 100644
--- a/src/views/pqs/voltageSags/sagGovern/businessUser/productLine/productPopup.vue
+++ b/src/views/pqs/voltageSags/sagGovern/businessUser/productLine/productPopup.vue
@@ -11,7 +11,7 @@
-
+
diff --git a/src/views/setting/dictionary/list/detail.vue b/src/views/setting/dictionary/list/detail.vue
index 6a637fd3..ce270437 100644
--- a/src/views/setting/dictionary/list/detail.vue
+++ b/src/views/setting/dictionary/list/detail.vue
@@ -15,6 +15,9 @@
v-model="tableStore.table.params.searchValue"
clearable
placeholder="请输入名称或编码筛选"
+ maxlength="32"
+ show-word-limit
+
/>
diff --git a/src/views/setting/dictionary/list/index.vue b/src/views/setting/dictionary/list/index.vue
index 86dcccc3..57fe2231 100644
--- a/src/views/setting/dictionary/list/index.vue
+++ b/src/views/setting/dictionary/list/index.vue
@@ -8,6 +8,8 @@
v-model="tableStore.table.params.searchValue"
clearable
placeholder="请输入名称或编码筛选"
+ maxlength="32"
+ show-word-limit
/>
diff --git a/src/views/setting/dictionary/list/popupDetailEdit.vue b/src/views/setting/dictionary/list/popupDetailEdit.vue
index 0a9a8aa6..1ca22bc5 100644
--- a/src/views/setting/dictionary/list/popupDetailEdit.vue
+++ b/src/views/setting/dictionary/list/popupDetailEdit.vue
@@ -3,16 +3,16 @@
-
+
-
+
-
+
-
+
diff --git a/src/views/setting/dictionary/list/popupEdit.vue b/src/views/setting/dictionary/list/popupEdit.vue
index a8e36cbc..efd4e731 100644
--- a/src/views/setting/dictionary/list/popupEdit.vue
+++ b/src/views/setting/dictionary/list/popupEdit.vue
@@ -3,10 +3,10 @@
-
+
-
+
diff --git a/src/views/setting/dictionary/tree/popupForm.vue b/src/views/setting/dictionary/tree/popupForm.vue
index 7750263c..350df953 100644
--- a/src/views/setting/dictionary/tree/popupForm.vue
+++ b/src/views/setting/dictionary/tree/popupForm.vue
@@ -3,13 +3,13 @@
-
+
-
+
-
+
diff --git a/src/views/system/auth/department/index.vue b/src/views/system/auth/department/index.vue
index ee2d331e..23652f54 100644
--- a/src/views/system/auth/department/index.vue
+++ b/src/views/system/auth/department/index.vue
@@ -9,6 +9,8 @@
class="ml10"
clearable
@input="search"
+ maxlength="32"
+ show-word-limit
/>
diff --git a/src/views/system/auth/department/popupForm.vue b/src/views/system/auth/department/popupForm.vue
index 4b1bd0a5..2e506e86 100644
--- a/src/views/system/auth/department/popupForm.vue
+++ b/src/views/system/auth/department/popupForm.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/src/views/system/auth/userList/index.vue b/src/views/system/auth/userList/index.vue
index cf7af519..982fc8e9 100644
--- a/src/views/system/auth/userList/index.vue
+++ b/src/views/system/auth/userList/index.vue
@@ -121,7 +121,7 @@ const tableStore = new TableStore({
return row.state !== 1
},
click: row => {
- ElMessageBox.prompt('二次校验密码确认', '注销用户', {
+ ElMessageBox.prompt('二次校验密码确认', '修改密码', {
confirmButtonText: '确认',
cancelButtonText: '取消',
inputType: 'password'
diff --git a/src/views/system/auth/userList/popupEdit.vue b/src/views/system/auth/userList/popupEdit.vue
index 23b646a3..a4d7fac9 100644
--- a/src/views/system/auth/userList/popupEdit.vue
+++ b/src/views/system/auth/userList/popupEdit.vue
@@ -4,8 +4,8 @@
-
-
+
+
diff --git a/src/views/system/bpm/category/categoryPopup.vue b/src/views/system/bpm/category/categoryPopup.vue
index c53965ce..310943c7 100644
--- a/src/views/system/bpm/category/categoryPopup.vue
+++ b/src/views/system/bpm/category/categoryPopup.vue
@@ -4,10 +4,10 @@
-
+
-
+
-
+
@@ -98,6 +100,9 @@ const tableStore = new TableStore({
}
}
+ },
+ resetCallback: () => {
+ tableStore.table.params.searchValue = ''
}
})
@@ -105,7 +110,8 @@ onMounted(() => {
// 加载数据
tableStore.index()
})
-tableStore.table.params.name = ''
+
+tableStore.table.params.searchValue = ''
provide('tableStore', tableStore)
const add = () => {
diff --git a/src/views/system/bpm/form/index.vue b/src/views/system/bpm/form/index.vue
index 3eab57f4..c2301c39 100644
--- a/src/views/system/bpm/form/index.vue
+++ b/src/views/system/bpm/form/index.vue
@@ -7,6 +7,9 @@
@@ -139,6 +142,9 @@ const tableStore = new TableStore({
}
}
+ },
+ resetCallback: () => {
+ tableStore.table.params.name = ''
}
})
/** 添加/修改操作表单 */
diff --git a/src/views/system/bpm/model/modelPopup.vue b/src/views/system/bpm/model/modelPopup.vue
index 86748190..88801442 100644
--- a/src/views/system/bpm/model/modelPopup.vue
+++ b/src/views/system/bpm/model/modelPopup.vue
@@ -17,6 +17,8 @@
:disabled='!!formData.id'
clearable
placeholder='请输入流程名称'
+ maxlength="32"
+ show-word-limit
/>
@@ -53,7 +55,8 @@
-
+
diff --git a/src/views/system/bpm/sign/index.vue b/src/views/system/bpm/sign/index.vue
index ec4610f7..9e6bc8c1 100644
--- a/src/views/system/bpm/sign/index.vue
+++ b/src/views/system/bpm/sign/index.vue
@@ -4,10 +4,10 @@
-
+
-
+
@@ -96,6 +96,10 @@ const tableStore = new TableStore({
delete tableStore.table.params[key]
}
}
+ },
+ resetCallback: () => {
+ tableStore.table.params.name = ''
+ tableStore.table.params.signKey = ''
}
})
diff --git a/src/views/system/bpm/sign/signPopup.vue b/src/views/system/bpm/sign/signPopup.vue
index a580870c..d9fed5f2 100644
--- a/src/views/system/bpm/sign/signPopup.vue
+++ b/src/views/system/bpm/sign/signPopup.vue
@@ -4,10 +4,10 @@
-
+
-
+