diff --git a/src/views/threeSystems/lawsRegulations/components/condition.vue b/src/views/threeSystems/lawsRegulations/components/condition.vue new file mode 100644 index 0000000..c9af125 --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/components/condition.vue @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + 取 消 + {{ loading ? '提交中 ...' : '确 定' }} + + + + + + + diff --git a/src/views/threeSystems/lawsRegulations/components/dashboard.vue b/src/views/threeSystems/lawsRegulations/components/dashboard.vue new file mode 100644 index 0000000..5787a92 --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/components/dashboard.vue @@ -0,0 +1,38 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/lawsRegulations/components/editTextLibrary.vue b/src/views/threeSystems/lawsRegulations/components/editTextLibrary.vue new file mode 100644 index 0000000..22a3dec --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/components/editTextLibrary.vue @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 添加文件内容 + + + 查看 + 编辑内容 + 导出word + + + + + + + + + + + + + diff --git a/src/views/threeSystems/lawsRegulations/components/list.vue b/src/views/threeSystems/lawsRegulations/components/list.vue new file mode 100644 index 0000000..dd1dc5e --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/components/list.vue @@ -0,0 +1,512 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + + + + + + + {{ tag.NAME }} + + + + + + {{ row.STATUS === '0' ? '停用' : '正常' }} + + + + + + + 导出 + + + 查看 + + + + + + + + + + + + + + + + + + diff --git a/src/views/threeSystems/lawsRegulations/components/listEm.vue b/src/views/threeSystems/lawsRegulations/components/listEm.vue new file mode 100644 index 0000000..a4a10af --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/components/listEm.vue @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ !row.CORP_NAME === '' ? '资源库数据' : row.CORP_NAME }} + + + + + + 查看 + 导出 + + + 编辑 + 删除 + + + + + + + + 新增 + + + + + + + + + + + + diff --git a/src/views/threeSystems/lawsRegulations/components/textLibraryInfo.vue b/src/views/threeSystems/lawsRegulations/components/textLibraryInfo.vue new file mode 100644 index 0000000..855c07b --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/components/textLibraryInfo.vue @@ -0,0 +1,148 @@ + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + + + + + {{ tag.NAME }} + + + + 查看文件详情 + 导出word + + + + + + + diff --git a/src/views/threeSystems/lawsRegulations/components/updateFile.vue b/src/views/threeSystems/lawsRegulations/components/updateFile.vue new file mode 100644 index 0000000..edcaa19 --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/components/updateFile.vue @@ -0,0 +1,77 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/lawsRegulations/components/updateLog.vue b/src/views/threeSystems/lawsRegulations/components/updateLog.vue new file mode 100644 index 0000000..ee30bd2 --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/components/updateLog.vue @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/src/views/threeSystems/lawsRegulations/index.vue b/src/views/threeSystems/lawsRegulations/index.vue new file mode 100644 index 0000000..8d78561 --- /dev/null +++ b/src/views/threeSystems/lawsRegulations/index.vue @@ -0,0 +1,19 @@ + + + + + + + diff --git a/src/views/threeSystems/standardLibrary/components/condition.vue b/src/views/threeSystems/standardLibrary/components/condition.vue new file mode 100644 index 0000000..c9af125 --- /dev/null +++ b/src/views/threeSystems/standardLibrary/components/condition.vue @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + 取 消 + {{ loading ? '提交中 ...' : '确 定' }} + + + + + + + diff --git a/src/views/threeSystems/standardLibrary/components/dashboard.vue b/src/views/threeSystems/standardLibrary/components/dashboard.vue new file mode 100644 index 0000000..a4372fc --- /dev/null +++ b/src/views/threeSystems/standardLibrary/components/dashboard.vue @@ -0,0 +1,38 @@ + + + + + + + + + + + diff --git a/src/views/threeSystems/standardLibrary/components/editTextLibrary.vue b/src/views/threeSystems/standardLibrary/components/editTextLibrary.vue new file mode 100644 index 0000000..89ca8fd --- /dev/null +++ b/src/views/threeSystems/standardLibrary/components/editTextLibrary.vue @@ -0,0 +1,391 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 添加文件内容 + + + 查看 + 编辑内容 + 导出word + + + + + + + + + + + + + diff --git a/src/views/threeSystems/standardLibrary/components/list.vue b/src/views/threeSystems/standardLibrary/components/list.vue new file mode 100644 index 0000000..42fab89 --- /dev/null +++ b/src/views/threeSystems/standardLibrary/components/list.vue @@ -0,0 +1,590 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + + + + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ '资源库数据' }} + + + + + + + 导出 + + + 查看 + + + + + + + + + + + + + + + + + + diff --git a/src/views/threeSystems/standardLibrary/components/listEm.vue b/src/views/threeSystems/standardLibrary/components/listEm.vue new file mode 100644 index 0000000..9ccc55b --- /dev/null +++ b/src/views/threeSystems/standardLibrary/components/listEm.vue @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + 搜索 + + + 添加其他搜索条件 + + + 重置 + + + + + + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + {{ tag.NAME }} + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + 通用 + + + + + + + {{ !row.CORP_NAME === '' ? '资源库数据' : row.CORP_NAME }} + + + + + + 查看 + 导出 + + + 编辑 + 删除 + + + + + + + + 新增 + + + + + + + + + + + + diff --git a/src/views/threeSystems/standardLibrary/components/textLibraryInfo.vue b/src/views/threeSystems/standardLibrary/components/textLibraryInfo.vue new file mode 100644 index 0000000..6056acd --- /dev/null +++ b/src/views/threeSystems/standardLibrary/components/textLibraryInfo.vue @@ -0,0 +1,145 @@ + + + + + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + {{ tag.CATEGORY_NAME }} + + + + + + + + + + + {{ tag.NAME }} + + + + 查看文件详情 + 导出word + + + + + + + diff --git a/src/views/threeSystems/standardLibrary/components/updateLog.vue b/src/views/threeSystems/standardLibrary/components/updateLog.vue new file mode 100644 index 0000000..ee30bd2 --- /dev/null +++ b/src/views/threeSystems/standardLibrary/components/updateLog.vue @@ -0,0 +1,55 @@ + + + + + + + + + + diff --git a/src/views/threeSystems/standardLibrary/index.vue b/src/views/threeSystems/standardLibrary/index.vue new file mode 100644 index 0000000..8d78561 --- /dev/null +++ b/src/views/threeSystems/standardLibrary/index.vue @@ -0,0 +1,19 @@ + + + + + + +