{{
formResPayDetail.caseSubjectAmount
}}
-
{{
+ {{
formResPayDetail.feePayable
}}
{{
diff --git a/src/views/deliveryRecord/emailRecord.vue b/src/views/deliveryRecord/emailRecord.vue
new file mode 100644
index 0000000..90f858b
--- /dev/null
+++ b/src/views/deliveryRecord/emailRecord.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ {{
+ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/deliveryRecord/smsRecord.vue b/src/views/deliveryRecord/smsRecord.vue
new file mode 100644
index 0000000..baaa95b
--- /dev/null
+++ b/src/views/deliveryRecord/smsRecord.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ {{
+ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/register.vue b/src/views/register.vue
index 396d582..5333e38 100644
--- a/src/views/register.vue
+++ b/src/views/register.vue
@@ -29,6 +29,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{codeText}}
+
+
+
+
+
+
+
@@ -164,13 +224,14 @@ export default {
border-radius: 6px;
background: #ffffff;
width: 400px;
+ height: 90%;
padding: 25px 25px 5px 25px;
- .el-input {
- height: 38px;
- input {
- height: 38px;
- }
- }
+ // .el-input {
+ // height: 38px;
+ // input {
+ // height: 38px;
+ // }
+ // }
.input-icon {
height: 39px;
width: 14px;
diff --git a/vue.config.js b/vue.config.js
index 6fab331..6efe258 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -14,8 +14,17 @@ const port = process.env.port || process.env.npm_config_port || 80 // 端口
// const API = 'http://121.40.189.20:9001' //生产
// const API = 'http://121.40.189.20:6001' //测试
// const API = 'http://192.168.3.18:6001' //B
-// const API = 'http://172.16.1.34:6001' //Q
-const API = 'http://172.16.1.43:6001' //w
+<<<<<<< HEAD
+// const API = 'http://172.16.0.237:6001' //Q
+// const API = 'http://172.16.1.43:6001' //w
+=======
+// const API = 'http://172.16.1.30:6001' //Q
+<<<<<<< HEAD
+// const API = 'http://172.16.1.43:6001' //w
+=======
+// const API = 'http://172.16.1.17:6001' //w
+>>>>>>> 14df1eebfbde9573a5c541678ad9dfbb33797007
+>>>>>>> 2fbaf17b60f7f1acb11b1a884129643927270d1b
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
@@ -59,6 +68,7 @@ module.exports = {
},
configureWebpack: {
name: name,
+ devtool: '#eval-source-map',
resolve: {
alias: {
'@': resolve('src')