diff --git a/hb_client/src/api/testModel.js b/hb_client/src/api/testModel.js
new file mode 100644
index 0000000..fc6204e
--- /dev/null
+++ b/hb_client/src/api/testModel.js
@@ -0,0 +1,8 @@
+import request from '@/utils/request'
+export function faceLogin(data) {
+ return request({
+ url: '/system/facelogin/',
+ method: 'post',
+ data
+ })
+}
diff --git a/hb_client/src/views/login/index.vue b/hb_client/src/views/login/index.vue
index 9e606b4..f9ad27a 100644
--- a/hb_client/src/views/login/index.vue
+++ b/hb_client/src/views/login/index.vue
@@ -103,6 +103,7 @@
},
+ activeName: "",
loading: false,
passwordType: "password",
redirect: undefined,
diff --git a/hb_client/src/views/mtm/stepdo.vue b/hb_client/src/views/mtm/stepdo.vue
index e613d63..e4470c9 100644
--- a/hb_client/src/views/mtm/stepdo.vue
+++ b/hb_client/src/views/mtm/stepdo.vue
@@ -1,237 +1,202 @@
-
-
- {{step.name}}
- {{step.number}}
-
- {{item.name}}
-
- {{step.instruction_content}}
-
-
-
-
-
-
-
-
-
-
- 新增
-
-
-
-
- {{ scope.row.name }}
-
-
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取消
- 确认
-
-
+
+ {{step.name}}
+ {{step.number}}
+
+ {{item.name}}
+
+ {{step.instruction_content}}
+
+
+
+
+
+
+
+ 新增
+
-
-
- 新增
-
-
-
-
- {{ options_[scope.row.field_type] }}
-
+ :data="recordformList.results"
+ border
+ fit
+ stripe
+ highlight-current-row
+ height="100"
+ v-el-height-adaptive-table="{bottomOffset: 50}"
+ @current-change="handleCurrentChange"
+ >
-
- {{ scope.row.field_name }}
-
-
-
- {{ scope.row.field_key }}
-
-
- {{ scope.row.boolean_field_display }}
-
-
- {{ scope.row.field_choice }}
-
-
-
-
-
-
- 编辑
+
+ {{ scope.row.name }}
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
- 删除
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取消
- 确认
-
-
-
-
-
+
+
+
+
+ 取消
+ 确认
+
+
+
+
+
+
+
+ 新增
+
+
+
+ {{ options_[scope.row.field_type] }}
+
+
+
+ {{ scope.row.field_name }}
+
+
+
+ {{ scope.row.field_key }}
+
+
+ {{ scope.row.boolean_field_display }}
+
+
+ {{ scope.row.field_choice }}
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确认
+
+
+
+
-
@@ -505,4 +469,4 @@ export default {
.my-content {
background: #FDE2E2;
}
-
\ No newline at end of file
+
diff --git a/hb_client/src/views/testModel/faceLogin.vue b/hb_client/src/views/testModel/faceLogin.vue
index bd0ecba..111a824 100644
--- a/hb_client/src/views/testModel/faceLogin.vue
+++ b/hb_client/src/views/testModel/faceLogin.vue
@@ -12,6 +12,7 @@