diff --git a/ui/src/views/attributes/index.vue b/ui/src/views/attributes/index.vue deleted file mode 100644 index b3d97fb..0000000 --- a/ui/src/views/attributes/index.vue +++ /dev/null @@ -1,374 +0,0 @@ - - - - - {{ btnName }} - - - - - setSelectedKeys(e.target.value ? [e.target.value] : [])" - @pressEnter="() => handleSearch(selectedKeys, confirm, column)" - style="width: 188px; margin-bottom: 8px; display: block;" - /> - handleSearch(selectedKeys, confirm, column)" - icon="search" - size="small" - style="width: 90px; margin-right: 8px" - >Search - handleReset(clearFilters, column)" - size="small" - style="width: 90px" - >Reset - - - - - - - {{ fragment }} - {{ fragment }} - - - {{ text }} - - - - - - {{ fragment }} - {{ fragment }} - - - {{ text }} - - - - - - - - - 编辑 - - 删除 - - - - - - - - - - - - diff --git a/ui/src/views/attributes/module/attributeForm.vue b/ui/src/views/attributes/module/attributeForm.vue deleted file mode 100644 index 9959925..0000000 --- a/ui/src/views/attributes/module/attributeForm.vue +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - - - - - - - - - - - {{ value }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 确定 - 取消 - - - - - - - - - - - diff --git a/ui/src/views/attributes/module/const.js b/ui/src/views/attributes/module/const.js deleted file mode 100644 index 2f43d48..0000000 --- a/ui/src/views/attributes/module/const.js +++ /dev/null @@ -1,8 +0,0 @@ -export const valueTypeMap = { - '0': '整数', - '1': '浮点数', - '2': '文本', - '3': 'datetime', - '4': 'date', - '5': 'time' -} diff --git a/ui/src/views/ci_type/attributesTable.vue b/ui/src/views/ci_type/attributesTable.vue deleted file mode 100644 index 22adaf3..0000000 --- a/ui/src/views/ci_type/attributesTable.vue +++ /dev/null @@ -1,551 +0,0 @@ - - - - - {{ singleAttrAction.btnName }} - {{ batchBindAttrAction.btnName }} - - - - - setSelectedKeys(e.target.value ? [e.target.value] : [])" - @pressEnter="() => handleSearch(selectedKeys, confirm, column)" - style="width: 188px; margin-bottom: 8px; display: block;" - /> - handleSearch(selectedKeys, confirm, column)" - icon="search" - size="small" - style="width: 90px; margin-right: 8px" - >Search - handleReset(clearFilters, column)" - size="small" - style="width: 90px" - >Reset - - - - - - - {{ fragment }} - {{ fragment }} - - - {{ text }} - - - - - - {{ fragment }} - {{ fragment }} - - - {{ text }} - - - - - - - - - 编辑 - - 删除 - - - - - - - - - - - - - 确定 - 取消 - - - - - - - - - - - diff --git a/ui/src/views/ci_type/checkTable.vue b/ui/src/views/ci_type/checkTable.vue deleted file mode 100644 index cf201b9..0000000 --- a/ui/src/views/ci_type/checkTable.vue +++ /dev/null @@ -1,349 +0,0 @@ - - - 批量修改 - - - - - - - - - 删除 - - - - - - - - - - - 确定 - 取消 - - - - - - - - - - - - diff --git a/ui/src/views/ci_type/defaultShowTable.vue b/ui/src/views/ci_type/defaultShowTable.vue deleted file mode 100644 index ac24abf..0000000 --- a/ui/src/views/ci_type/defaultShowTable.vue +++ /dev/null @@ -1,355 +0,0 @@ - - - 批量修改 - - - - - - - - 删除 - - - - - - - - - - - 确定 - 取消 - - - - - - - - - - - - diff --git a/ui/src/views/ci_type/detail.vue b/ui/src/views/ci_type/detail.vue deleted file mode 100644 index 6ba6f21..0000000 --- a/ui/src/views/ci_type/detail.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ui/src/views/ci_type/group.vue b/ui/src/views/ci_type/group.vue deleted file mode 100644 index 24bf748..0000000 --- a/ui/src/views/ci_type/group.vue +++ /dev/null @@ -1,591 +0,0 @@ - - - - 添加分组 - - - - - 保存 - 取消 - - - - - - - - - - - {{ CITypeGroup.name }} - ({{ CITypeGroup.attributes.length }}) - - - - - - - 保存 - 取消 - - - - - - - - - 上移 - - - - - - - 下移 - - - - - - - 添加属性 - - - - - - 删除分组 - - - - - - - - - - - - - - - - {{ item.alias }} - - - - 添加属性 - - - - - - - - - - - - - 更多属性 - ({{ otherGroupAttributes.length }}) - - - - - - 上移 - - - - - - - 下移 - - - - - - - 添加属性 - - - - - - 删除分组 - - - - - - - - - - - - - - {{ item.alias }} - - - - 添加属性 - - - - - - - - - - - - - - - {{ attribute.alias }} - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ui/src/views/ci_type/list.vue b/ui/src/views/ci_type/list.vue deleted file mode 100644 index 5e6b225..0000000 --- a/ui/src/views/ci_type/list.vue +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - - - - - 新增 - - - - - - - - - - - - {{ item.alias || item.name }} - - {{ item.name[0].toUpperCase() }} - - {{ item.name }} - - - - - - - - - - - - - - - - - - - - - - - {{ item.alias || item.name }} - - - - - - - - - - 确定 - 取消 - - - - - - - - - - - diff --git a/ui/src/views/ci_type/relationTable.vue b/ui/src/views/ci_type/relationTable.vue deleted file mode 100644 index da5835a..0000000 --- a/ui/src/views/ci_type/relationTable.vue +++ /dev/null @@ -1,337 +0,0 @@ - - - 新增关系 - - - - - - - - - 删除 - - - - - - - - - - {{ CIType.alias }} - - - - - - {{ CIType.alias }} - - - - - - {{ relationType.name }} - - - - - - - 确定 - 取消 - - - - - - - - - - - -