From 43d52a9111259b5c1caa1b4e65115046a321c098 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com>
Date: Tue, 25 Feb 2025 09:11:58 +0800
Subject: [PATCH] =?UTF-8?q?web=E8=B5=84=E4=BA=A7=E5=BC=B9=E5=87=BA?=
=?UTF-8?q?=E5=B1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/assetsManagement/index.js | 197 +--------------
.../components/assetsManagement/index.vue | 237 +-----------------
2 files changed, 10 insertions(+), 424 deletions(-)
diff --git a/src/views/auditPages/components/assetsManagement/index.js b/src/views/auditPages/components/assetsManagement/index.js
index e4d2414..3cfcab5 100644
--- a/src/views/auditPages/components/assetsManagement/index.js
+++ b/src/views/auditPages/components/assetsManagement/index.js
@@ -1,199 +1,4 @@
-const list = [
- { key: "xtmc", label: "系统名称", type: "input", prop: "xtmc" },
- { key: "dwmc", label: "单位名称", type: "input", prop: "dwmc" },
- { key: "xtym", label: "系统域名", type: "input", prop: "xtym" },
- {
- key: "fwwz",
- label: "访问网址",
- type: "input2",
- prop: "nickName",
- add: true,
- },
- {
- key: "jsyydw",
- label: "建设(运营)单位",
- type: "input",
- prop: "jsyydw",
- },
- {
- key: "hlwkfyt",
- label: "互联网开放用途",
- type: "select",
- prop: "hlwkfyt",
- dict: "zc_hlwkfyt",
- },
- {
- key: "ipAddress",
- key2: "ipPort",
- label: "Ip/Port",
- type: "input2",
- prop: "nickName",
- },
- {
- key: "isZjhlwip",
- label: "是否自建互联网专线IP",
- type: "select",
- prop: "isZjhlwip",
- dict: "is_no",
- },
- {
- key: "glymList",
- label: "关联域名",
- type: "input",
- prop: "glymList",
- add: true,
- },
- { key: "ymdqsj", label: "域名到期时间", type: "date", prop: "ymdqsj" },
- { key: "glIpList", label: "关联IP", type: "input3", prop: "glIpList" },
- {
- key: "ymtxrXm",
- key2: "ymtxrLxfs",
- label: "到期提醒人",
- type: "input2",
- prop: "ymtxrXm",
- },
- {
- key: "xtzyx",
- label: "系统重要性",
- type: "select",
- prop: "xtzyx",
- dict: "zc_xtzyx",
- },
- {
- key: "gjxt",
- label: "是否关基系统",
- type: "select",
- prop: "gjxt",
- dict: "is_no",
- },
- {
- key: "xtlx",
- label: "系统类型",
- type: "select",
- prop: "xtlx",
- dict: "zc_xtlx",
- },
- { key: "jfxx", label: "机房信息", type: "input", prop: "jfxx" },
- { key: "sysj", label: "使用时间", type: "date", prop: "sysj" },
- {
- key: "hlwxt",
- label: "是否是互联网系统",
- type: "select",
- prop: "hlwxt",
- dict: "is_no",
- },
- { key: "xtbh", label: "系统编号", type: "input", prop: "xtbh" },
- {
- key: "xtzt",
- label: "系统状态",
- type: "select",
- prop: "xtzt",
- dict: "zc_xtzt",
- },
- {
- key: "zxzt",
- label: "在线状态",
- type: "select",
- prop: "zxzt",
- dict: "zc_zxzt",
- },
- {
- key: "cjmx",
- label: "C-机密性",
- type: "select",
- prop: "cjmx",
- dict: "zc_c_i_a",
- },
- {
- key: "iwzx",
- label: "I-完整性",
- type: "select",
- prop: "iwzx",
- dict: "zc_c_i_a",
- },
- {
- key: "akyx",
- label: "A-可用性",
- type: "select",
- prop: "akyx",
- dict: "zc_c_i_a",
- },
- {
- key: "chl",
- label: "存活率",
- type: "select",
- prop: "chl",
- dict: "zc_c_i_a",
- },
- { key: "nickName", label: "地理位置", type: "select", prop: "nickName" },
- { key: "jd", label: "经度", type: "input", prop: "jd" },
- { key: "wd", label: "纬度", type: "input", prop: "wd" },
- { key: "nickName", label: "系统特征", type: "multiple", prop: "nickName" },
- {
- key: "yhgm",
- label: "用户规模",
- type: "select",
- prop: "yhgm",
- dict: "zc_yhgm",
- },
- {
- key: "hlwjryys",
- label: "互联网接入运营商",
- type: "input",
- prop: "hlwjryys",
- },
- {
- key: "zcwljrdz",
- label: "资产物理接入地址",
- type: "input",
- prop: "zcwljrdz",
- },
- {
- key: "bsypt",
- label: "是否部署云平台",
- type: "select",
- prop: "bsypt",
- dict: "is_no",
- },
- {
- key: "yfwsmc",
- label: "云服务商名称",
- type: "input",
- prop: "yfwsmc",
- },
- {
- key: "wzfwxy",
- label: "网站访问协议/开通协议",
- type: "input",
- prop: "wzfwxy",
- },
- {
- key: "xtbsfs",
- label: "系统部署方式",
- type: "select",
- prop: "xtbsfs",
- dict: "zc_xtbsfs",
- },
- {
- key: "dgzkf",
- label: "是否对公众开放",
- type: "select",
- prop: "dgzkf",
- dict: "is_no",
- },
- {
- key: "dns",
- label: "DNS",
- type: "input",
- prop: "dns",
- },
- {
- key: "xtbq",
- label: "系统标签",
- type: "input",
- prop: "xtbq",
- },
-];
+const list = [];
console.log(list);
export default list;
diff --git a/src/views/auditPages/components/assetsManagement/index.vue b/src/views/auditPages/components/assetsManagement/index.vue
index 35b5ccb..82ca021 100644
--- a/src/views/auditPages/components/assetsManagement/index.vue
+++ b/src/views/auditPages/components/assetsManagement/index.vue
@@ -14,165 +14,10 @@
label-position="right"
:disabled="disabled"
>
-