diff --git a/api/index/index.js b/api/index/index.js
index 550acc7..dff63d0 100644
--- a/api/index/index.js
+++ b/api/index/index.js
@@ -21,7 +21,7 @@ export function getMenuData(id) {
export function getDonePage(data) {
return request({
- url: `/admin-api/bpm/task/done-page`,
+ url: `/admin-api/bpm/task/todo-page`,
method: 'get',
data,
options: {
diff --git a/components/CommonPane/indexSystem.vue b/components/CommonPane/indexSystem.vue
index def80db..0d995d2 100644
--- a/components/CommonPane/indexSystem.vue
+++ b/components/CommonPane/indexSystem.vue
@@ -5,11 +5,12 @@
{{title}}
+ 更多
-
-
-
+
+
@@ -114,10 +112,9 @@
+
@@ -930,6 +1043,7 @@
width: 100%;
/* #endif */
}
+
:deep(.u-cell) {
padding: 0rpx;
height: 112rpx;
diff --git a/pages/apply/dynamicModel/components/list/list.vue b/pages/apply/dynamicModel/components/list/list.vue
index 25bf92a..4df451a 100644
--- a/pages/apply/dynamicModel/components/list/list.vue
+++ b/pages/apply/dynamicModel/components/list/list.vue
@@ -3,69 +3,58 @@
-
-
-
-
-
-
- {{column.label}}:
-
- {{toThousands(item[column.prop],column)}}
-
-
- {{item[column.prop]}}
-
-
-
+
+
+
+
+
+
-
-
+
+ 申请单位:
+ {{ item.applyDepName }}
-
-
+
+ 申请人员:
+ {{ item.applyUser}}
-
-
-
+
+ 创建时间:
+ {{ formatTime(item.create_time) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item[column.prop]}}
-
-
-
-
-
- 审批状态:
-
- {{useDefine.getFlowStatusContent(item.flowState)}}
-
+
+
+
+
+
+
+
+
+
+
@@ -75,9 +64,8 @@
-
\ No newline at end of file
diff --git a/pages/apply/dynamicModel/components/parser/index.vue b/pages/apply/dynamicModel/components/parser/index.vue
index 36e5ca2..0e901ba 100644
--- a/pages/apply/dynamicModel/components/parser/index.vue
+++ b/pages/apply/dynamicModel/components/parser/index.vue
@@ -1,6 +1,6 @@
-
+
@@ -12,11 +12,19 @@
-
+
+
+
+
@@ -58,41 +68,71 @@