-
-
-
账户余额
-
- ¥{{ formData.user_money }}
-
+
+ 基本信息创建
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 调整
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
资质信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
{{ formData.sn }}
-
- {{ formData.nickname }}
-
-
- {{ formData.account }}
-
-
-
-
-
-
-
- {{ formData.real_name || '-' }}
-
-
-
-
-
-
-
- {{ formData.sex }}
-
-
-
-
-
-
-
- {{ formData.mobile || '-' }}
-
-
-
-
-
-
-
{{ formData.channel }}
-
{{ formData.create_time }}
-
{{ formData.login_time }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传
+
+
+
+
+
+
+ 在线查看
+
+
+
+
+ 修改
+ 创建
+
+
@@ -106,35 +433,96 @@
:value="adjustState.value"
@confirm="handleConfirmAdjust"
/>
+
+
+
+
+
diff --git a/src/views/consumer/lists/index.vue b/src/views/consumer/lists/index.vue
index 4bc641b..1d8f042 100644
--- a/src/views/consumer/lists/index.vue
+++ b/src/views/consumer/lists/index.vue
@@ -11,22 +11,6 @@
@keyup.enter="resetPage"
/>
-
-
-
-
-
-
-
-
查询
重置
@@ -47,11 +31,34 @@
-
-
-
-
+
+
+
+
+ {{ row.company?.company_name || '/' }}
+
+
+
+
+
+ 公司后台管理人员
+ 无
+
+
+
+
+ 已签约
+ 未签约
+
+
@@ -66,6 +73,42 @@
详情
+
@@ -80,13 +123,24 @@ import { usePaging } from '@/hooks/usePaging'
import { getRoutePath } from '@/router'
import { getUserList } from '@/api/consumer'
import { ClientMap } from '@/enums/appEnums'
+import feedback from '@/utils/feedback'
+
const queryParams = reactive({
keyword: '',
channel: '',
create_time_start: '',
create_time_end: ''
})
-
+// const handleDelete = async (id: number) => {
+// await feedback.confirm('确定要删除?')
+// await adminDelete({ id })
+// getLists()
+// }
+// const handleAbolition = async (id: number) => {
+// await feedback.confirm('确定要废除合同?')
+// await abolition({ id })
+// getLists()
+// }
const { pager, getLists, resetPage, resetParams } = usePaging({
fetchFun: getUserList,
params: queryParams
diff --git a/src/views/permission/admin/index.vue b/src/views/permission/admin/index.vue
index 2759dec..3a2e3c0 100644
--- a/src/views/permission/admin/index.vue
+++ b/src/views/permission/admin/index.vue
@@ -118,6 +118,14 @@
@click="handleDelete(row.id)"
>删除
+ 废除合同
+
+
\ No newline at end of file
diff --git a/src/views/task/dialog_index_man.vue b/src/views/task/dialog_index_man.vue
new file mode 100644
index 0000000..54a25f0
--- /dev/null
+++ b/src/views/task/dialog_index_man.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/task/edit.vue b/src/views/task/edit.vue
new file mode 100644
index 0000000..df00433
--- /dev/null
+++ b/src/views/task/edit.vue
@@ -0,0 +1,243 @@
+
+
+
+
+
diff --git a/src/views/task/taskList.vue b/src/views/task/taskList.vue
new file mode 100644
index 0000000..77866d1
--- /dev/null
+++ b/src/views/task/taskList.vue
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+ 新增
+
+
+
+
+ {{ pager }}
+
+
+
+
+ {{row.priority_name}}
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 禁用
+
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file