From 55721d7c16a8377c911d216aa272fcfaa8db6f6b Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 8 Apr 2024 09:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspectionMethod/inspectionMethod.data.ts | 40 +++---------------- 1 file changed, 5 insertions(+), 35 deletions(-) diff --git a/src/views/qms/inspectionMethod/inspectionMethod.data.ts b/src/views/qms/inspectionMethod/inspectionMethod.data.ts index 8277a837d..d181e9855 100644 --- a/src/views/qms/inspectionMethod/inspectionMethod.data.ts +++ b/src/views/qms/inspectionMethod/inspectionMethod.data.ts @@ -36,11 +36,11 @@ export const InspectionMethod = useCrudSchemas(reactive([ field: 'operationGuidance', sort: 'custom', }, - { - label: '视频地址', - field: 'videoAddress', - sort: 'custom', - }, + // { + // label: '视频地址', + // field: 'videoAddress', + // sort: 'custom', + // }, { label: '是否可用', field: 'available', @@ -69,36 +69,6 @@ export const InspectionMethod = useCrudSchemas(reactive([ } } }, - { - label: '文件', - field: 'filePathList', - sort: 'custom', - isTable: false, - isForm: false, - table: { - }, - form: { - component: 'UploadFile', - componentProps: { - - } - } - }, - { - label: '文件', - field: 'videoAddress', - sort: 'custom', - isTable: false, - isForm: false, - table: { - }, - form: { - component: 'UploadFile', - componentProps: { - - } - } - }, { label: '创建时间', field: 'createTime',