From 9da0675fa67f1f03f48881b2664da4c01356d1b5 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 23 七月 2025 15:01:08 +0800
Subject: [PATCH] 插回损--功能修改
---
src/views/quality/packageinspect/index.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/views/quality/packageinspect/index.vue b/src/views/quality/packageinspect/index.vue
index e8a924d..e6093cd 100644
--- a/src/views/quality/packageinspect/index.vue
+++ b/src/views/quality/packageinspect/index.vue
@@ -17,7 +17,7 @@
<template>
<div class="mod-config">
<basic-container>
- <ttable
+ <ttable
:table="table"
:resultData="resultData"
@handleSelectionChange="handleSelectionChange"
@@ -121,7 +121,7 @@
isTrue: true,
sort: true,
isSearch: true,
- searchInfoType: 'text',
+ searchInfoType: 'date',
formatter: this.formatDateTime,
},
{
@@ -155,7 +155,7 @@
components: {
ttable,
},
- created() {
+ created() {
if(this.permissions.quality_packageinspect_del){
this.table.operator = [{
text: '浣滃簾',
@@ -202,7 +202,7 @@
}
this.$router.push({
name: 'packageInspectForm',
- query: {
+ query: {
id: row == null ? null : row.id
},
params:{resultVal : row.result=='' ? null : row.result}
@@ -229,4 +229,3 @@
}
}
</script>
-
\ No newline at end of file
--
Gitblit v1.9.3