diff --git a/src/views/base/components/add-org.vue b/src/views/base/components/add-org.vue deleted file mode 100644 index 53d4c69..0000000 --- a/src/views/base/components/add-org.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - 新增客户 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/base/components/edit-dept.vue b/src/views/base/components/edit-dept.vue deleted file mode 100644 index e3d6f4c..0000000 --- a/src/views/base/components/edit-dept.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - - 新增 - - - - - - - - - - - - - - - - - - - diff --git a/src/views/base/components/edit-role.vue b/src/views/base/components/edit-role.vue deleted file mode 100644 index d9fb0a4..0000000 --- a/src/views/base/components/edit-role.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - 修改权限 - - - - - - {{ item.name }} - - - - - - - - - - - - diff --git a/src/views/base/components/edit-user.vue b/src/views/base/components/edit-user.vue deleted file mode 100644 index ef31b12..0000000 --- a/src/views/base/components/edit-user.vue +++ /dev/null @@ -1,229 +0,0 @@ - - - {{ info ? '编辑' : '新增' }} - - - - - - - - - - - - - - 随机密码 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/base/components/user.vue b/src/views/base/components/user.vue deleted file mode 100644 index 86b3487..0000000 --- a/src/views/base/components/user.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - {{ deptName }} - - - 共有员工{{ this.list.length }}人 - - - - - - - - {{ record.sex === '0' ? '男' : '女' }} - - - - 未激活 - - 已激活 - - 停用/离职 - - - - - - - - - - - - - diff --git a/src/views/base/components/view-user.vue b/src/views/base/components/view-user.vue deleted file mode 100644 index 7d68469..0000000 --- a/src/views/base/components/view-user.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - 查看 - - - - - - - - - {{ user.name }} - - - 账号状态: - - 未激活 - - 正常 - - 停用/离职 - - - 创建时间:{{ user.createTime }} - - - - - - 基础信息 - - - - - - 修改 - - - 重置密码 - - - - - 账号未激活 - - - {{ - this.user.status === 1 - ? '停用账号' - : '启用账号' - }} - - - - - - - - - - - - - - - diff --git a/src/views/base/customer/components/contacts.vue b/src/views/base/customer/components/contacts.vue deleted file mode 100644 index 2ac3516..0000000 --- a/src/views/base/customer/components/contacts.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - - - {{ record.sex === '0' ? '男' : '女' }} - - - - - {{ record.isPolicy === false ? '否' : '是' }} - - - - - - - - - - - - - - - diff --git a/src/views/base/customer/components/customer-more.vue b/src/views/base/customer/components/customer-more.vue deleted file mode 100644 index 8cfae4b..0000000 --- a/src/views/base/customer/components/customer-more.vue +++ /dev/null @@ -1,164 +0,0 @@ - - - 查看 - - - - {{ info.name }} - 业务员:{{ info.user.name }} - - - - - {{ info.region.province_name }}{{ info.region.city_name }}{{ info.region.name }} - - - - - {{ editAddr ? '保存' : '编辑' }} - - - - - - - - - - - - - 创建项目 - - - - - - - - - - - - - 正在开发中 - - - - - - - - - - diff --git a/src/views/base/customer/components/edit-contacts.vue b/src/views/base/customer/components/edit-contacts.vue deleted file mode 100644 index b564e38..0000000 --- a/src/views/base/customer/components/edit-contacts.vue +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - 创建联系人 - - 更新 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/base/customer/index.vue b/src/views/base/customer/index.vue deleted file mode 100644 index f8c8863..0000000 --- a/src/views/base/customer/index.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - {{ record.region.province_name }}{{ record.region.city_name }}{{ record.region.name }} - - - - - - - - - - - - - - - diff --git a/src/views/base/staff.vue b/src/views/base/staff.vue deleted file mode 100644 index 4a79bba..0000000 --- a/src/views/base/staff.vue +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - {{ dept.name }} - - - - - - - - - - {{ item.name }} - - - - - - - - - - - - - - diff --git a/src/views/contract/components/add-pay.vue b/src/views/contract/components/add-pay.vue deleted file mode 100644 index 86e0700..0000000 --- a/src/views/contract/components/add-pay.vue +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - 创建回款单 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/contract/components/base.vue b/src/views/contract/components/base.vue deleted file mode 100644 index 0ca0d10..0000000 --- a/src/views/contract/components/base.vue +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - > - - {{ item.value }} - - - - - - - - - - - - - {{ item.name }} - - - - - - - - - - - - - - - diff --git a/src/views/contract/components/edit-contract.vue b/src/views/contract/components/edit-contract.vue deleted file mode 100644 index 45b1c91..0000000 --- a/src/views/contract/components/edit-contract.vue +++ /dev/null @@ -1,297 +0,0 @@ - - - {{ info ? '编辑' : '新增合同' }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/contract/components/files.vue b/src/views/contract/components/files.vue deleted file mode 100644 index 9c8c23a..0000000 --- a/src/views/contract/components/files.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - 搜索 - - - - - - - {{ record.user.name }} - - - - - - - - - - - - diff --git a/src/views/contract/components/more.vue b/src/views/contract/components/more.vue deleted file mode 100644 index d1c1f29..0000000 --- a/src/views/contract/components/more.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - 更多 - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/contract/components/pay-log-info.vue b/src/views/contract/components/pay-log-info.vue deleted file mode 100644 index 0632b7e..0000000 --- a/src/views/contract/components/pay-log-info.vue +++ /dev/null @@ -1,199 +0,0 @@ - - - 更多 - - - - - - 由 {{ form.user.name }} 创建于 {{ form.createTime }} - - - - {{ form.number }} - - - {{ form.status.label }} - - - {{ item.label }} - - - - - - - > - - {{ item.value }} - - - - 附件 - - - - - - - - {{ record.user.name }} - - - - - - - - - - - - - - - diff --git a/src/views/contract/components/pay-log.vue b/src/views/contract/components/pay-log.vue deleted file mode 100644 index ab83f16..0000000 --- a/src/views/contract/components/pay-log.vue +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - {{ record.user.name }} - - - - - {{ record.status.label }} - - - - - - - - - - - - - - diff --git a/src/views/contract/components/project-picker.vue b/src/views/contract/components/project-picker.vue deleted file mode 100644 index 99e64c7..0000000 --- a/src/views/contract/components/project-picker.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - 关联项目 - - - - - - {{ record.name }} - - - - - - - - - - - - - - - diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue deleted file mode 100644 index fcef546..0000000 --- a/src/views/contract/index.vue +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - 搜索 - - - - - - - - {{ record.customer.name }} - - - - - - {{ record.status.label }} - - - - - - - - - - - - - - - - diff --git a/src/views/message/index.vue b/src/views/message/index.vue deleted file mode 100644 index fe976a9..0000000 --- a/src/views/message/index.vue +++ /dev/null @@ -1,76 +0,0 @@ - - - - - 全部已读 - - - - - - - - - {{ item.title }} - - {{ item.createTime }} - - - {{ item.content }} - - - - - - - - - - - diff --git a/src/views/project/components/attach/add-folder.vue b/src/views/project/components/attach/add-folder.vue deleted file mode 100644 index 1179630..0000000 --- a/src/views/project/components/attach/add-folder.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - 创建文件夹 - - - - - - - - - - - - - - diff --git a/src/views/project/components/attach/file-rename.vue b/src/views/project/components/attach/file-rename.vue deleted file mode 100644 index cf1283f..0000000 --- a/src/views/project/components/attach/file-rename.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - 重命名 - - - - - - - - - \ No newline at end of file diff --git a/src/views/project/components/attach/index.vue b/src/views/project/components/attach/index.vue deleted file mode 100644 index d57dafb..0000000 --- a/src/views/project/components/attach/index.vue +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - 搜索文件: - - - 搜索 - - - - - - - - - 首页 - - - - - - 上一级 - - - - - - - - - - - - {{ record.name }} - - - - - {{record.user.name}} - - - - - - 查看 - - - - - 删除 - - - - - - - - - - diff --git a/src/views/project/components/contacts-picker/index.vue b/src/views/project/components/contacts-picker/index.vue deleted file mode 100644 index 468d9a5..0000000 --- a/src/views/project/components/contacts-picker/index.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - 选择联系人 - - - - - - 搜索 - - - - - - - {{ record.name }} {{ record.phone }} - - - - - - - - - - - - - - - diff --git a/src/views/project/components/file-picker/index.vue b/src/views/project/components/file-picker/index.vue deleted file mode 100644 index 51fa8d1..0000000 --- a/src/views/project/components/file-picker/index.vue +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - 上传附件 - - - - - - 搜索 - - - - - - - - 首页 - - - - - - 上一级 - - - - - - - - - - - - {{ record.name }} - - - - - - - - - - - - - - - - - diff --git a/src/views/project/contract/components/edit-contract.vue b/src/views/project/contract/components/edit-contract.vue deleted file mode 100644 index 2847359..0000000 --- a/src/views/project/contract/components/edit-contract.vue +++ /dev/null @@ -1,357 +0,0 @@ - - - {{ info ? '编辑' : '新增合同' }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/project/contract/index.vue b/src/views/project/contract/index.vue deleted file mode 100644 index cdbdfbf..0000000 --- a/src/views/project/contract/index.vue +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - 关联合同 - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/project/index/components/base-info.vue b/src/views/project/index/components/base-info.vue deleted file mode 100644 index c4842d7..0000000 --- a/src/views/project/index/components/base-info.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - - 业主单位:{{ info.customer.name }} - - - - - - - - {{ item.name }} {{ item.phone }} - {{ (item.sex = '0' ? '男' : '女') }} - - - {{ item.post }} - - - - - - - 实施单位: - - {{ constructionName }} - - - - - - - - - - - - - - - - {{ item.name }} {{ item.phone }} - {{ (item.sex = '0' ? '男' : '女') }} - - - {{ item.post }} - - - - - - - - - diff --git a/src/views/project/index/components/city-tree.vue b/src/views/project/index/components/city-tree.vue deleted file mode 100644 index 93eec06..0000000 --- a/src/views/project/index/components/city-tree.vue +++ /dev/null @@ -1,92 +0,0 @@ - - - - 项目所属地区 - - - - - 请选择地区 - - - - - - - {{ item.name }} - - - 项目{{ item.projectCount }}个 - - - - - - - - - - - diff --git a/src/views/project/index/components/edit-project.vue b/src/views/project/index/components/edit-project.vue deleted file mode 100644 index e81658a..0000000 --- a/src/views/project/index/components/edit-project.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - 新建 - - - - - - - - - - 万元 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/project/index/components/edit-task.vue b/src/views/project/index/components/edit-task.vue deleted file mode 100644 index b5dab34..0000000 --- a/src/views/project/index/components/edit-task.vue +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - - 创建任务 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/project/index/components/more-info.vue b/src/views/project/index/components/more-info.vue deleted file mode 100644 index afa377f..0000000 --- a/src/views/project/index/components/more-info.vue +++ /dev/null @@ -1,219 +0,0 @@ - - - 更多 - - - - - - {{ name }} - - - - - - - - 关闭 - - - - - - - - - - {{ item.value }} - - - - - - - - - - - - - - - - - - - - 正在开发中 - - - - - - - - diff --git a/src/views/project/index/components/task.vue b/src/views/project/index/components/task.vue deleted file mode 100644 index 3e4f129..0000000 --- a/src/views/project/index/components/task.vue +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - {{ record.level.label }} - - - - - {{ record.user.name }} - - - - - - - - - - {{item.name.substring(0,1)}} - - - - - - - {{ record.status.label }} - - - - - {{ record.tag.label }} - - - - - - - - - - - - - - diff --git a/src/views/project/index/index.vue b/src/views/project/index/index.vue deleted file mode 100644 index 6f179ee..0000000 --- a/src/views/project/index/index.vue +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - {{ city.name }} - - - 共计项目 {{ city.projectCount }} 个,待办任务 - {{ city.taskCount }} 个 - - - - - - - - - - - - - - - - - - 搜索 - - - - - - - {{ record.user.name }} - - - - - - - - - - - - - - -{ -path: '/project/index', -} - - - - - diff --git a/src/views/project/res/index.vue b/src/views/project/res/index.vue deleted file mode 100644 index 7bc06d6..0000000 --- a/src/views/project/res/index.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - 项目名称项目名称项目名称项目名项目名称项目名称项目名称项目名 - - - - - - - - - - - - - - - - - - 搜索 - - - - 新增 - 上传 - - - - - - - - - - - 文件名称 - - 332MB - 修改日期 - 创建人 - - - - - - - - - - - - - diff --git a/src/views/project/task/task-info.vue b/src/views/project/task/task-info.vue deleted file mode 100644 index 68e0008..0000000 --- a/src/views/project/task/task-info.vue +++ /dev/null @@ -1,209 +0,0 @@ - - - 更多 - - - {{ task.user.name }}创建于{{ task.createdAt }} - - {{ task.name }} - - - {{ task.status.label }} - - - {{ item.label }} - - - - - - - - - - - {{ task.remark }} - - - - - - - - - - - - - - - - - - 基础信息 - - - - 中 - - - - - {{ task.user.name }} - - - - - {{ task.tag.label }} - - - - - {{ task.startDate }} - - {{ task.endDate }} - - - - - - {{ user.name }} - - - - - - - - - - - - - - - - diff --git a/src/views/result/401.vue b/src/views/result/401.vue deleted file mode 100644 index 5242d08..0000000 --- a/src/views/result/401.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - - 当前账号无访问权限 - - - -{ -path: '/401', -} - - - - -