From 6b35a453725b34422e5336b456f03b92b963f2d8 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 21 三月 2025 13:35:06 +0800
Subject: [PATCH] Merge branch 'radio-frequency-cable-before' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable-before
---
src/views/business/unpass/index-manage.vue | 59 +++++++++++++++++++++++++++++------------------------------
1 files changed, 29 insertions(+), 30 deletions(-)
diff --git a/src/views/business/unpass/index-manage.vue b/src/views/business/unpass/index-manage.vue
index a7de5dd..35eb7b6 100644
--- a/src/views/business/unpass/index-manage.vue
+++ b/src/views/business/unpass/index-manage.vue
@@ -65,13 +65,12 @@
import OAProcess from "./components/OAProcess.vue";
import limsTable from "@/components/Table/lims-table.vue";
import {deleteUnqualifiedHandler, page, pushOA} from "@/api/business/unqualifiedHandler";
-import ValueTable from "@/components/Table/value-table.vue";
+
export default {
components: {
limsTable,
OAProcess,
UnPassDialog,
- ValueTable
},
data() {
return {
@@ -84,34 +83,34 @@
tableLoading: false,
column: [
{ label: '缂栧彿', prop: 'no' },
- {
- label: "OA瀹℃牳鐘舵��",
- prop: "oaState",
- width: "100px",
- dataType: "tag",
- formatData: (params) => {
- if (params == 1) {
- return "寰呭鏍�";
- } else if(params == 2) {
- return "瀹℃牳涓�";
- } else if(params == 3) {
- return "閫氳繃";
- } else {
- return "椹冲洖";
- }
- },
- formatType: (params) => {
- if (params == 1) {
- return "warning";
- } else if(params == 2) {
- return "info";
- } else if(params == 3) {
- return "success";
- } else {
- return "danger";
- }
- },
- },
+ // {
+ // label: "OA瀹℃牳鐘舵��",
+ // prop: "oaState",
+ // width: "100px",
+ // dataType: "tag",
+ // formatData: (params) => {
+ // if (params == 1) {
+ // return "寰呭鏍�";
+ // } else if(params == 2) {
+ // return "瀹℃牳涓�";
+ // } else if(params == 3) {
+ // return "閫氳繃";
+ // } else {
+ // return "椹冲洖";
+ // }
+ // },
+ // formatType: (params) => {
+ // if (params == 1) {
+ // return "warning";
+ // } else if(params == 2) {
+ // return "info";
+ // } else if(params == 3) {
+ // return "success";
+ // } else {
+ // return "danger";
+ // }
+ // },
+ // },
{ label: '璁㈠崟鍙�', prop: 'orderNo' },
{
label: "闆朵欢鍙�",
--
Gitblit v1.9.3