From 5cfc97edd66731e2ebeea36072ec160a25a7bbf3 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 23 十一月 2023 18:21:44 +0800 Subject: [PATCH] qxtj --- src/views/system/tijianall/index.vue | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue index 304fb9f..7ed1832 100644 --- a/src/views/system/tijianall/index.vue +++ b/src/views/system/tijianall/index.vue @@ -1,6 +1,8 @@ <template> <div class="app-container"> - <div style="width: 1050px"> + <el-row > + <el-col :span="18"> + <div > <el-form style="margin: 4px 8px" :inline="true" ref="form" :model="form" :rules="rules" :label-position="labelPosition" class="demo-form-inline" label-width="78px"> <el-form-item label="濮撳悕" prop="cusName"> @@ -107,6 +109,9 @@ </el-form-item> </el-form> </div> + </el-col> + </el-row> + <el-dialog title="閫夋嫨濂楅" :visible.sync="taocan" width="42%" height="700px"> <el-tabs type="border-card" style="height: 538px; margin: 0 10px; width: 100%"> @@ -246,7 +251,7 @@ </el-form> </template> - <div style="text-align: center; margin-bottom: 10px; margin-right: 900px"> + <div style="text-align: center; margin-bottom: 10px;"> 宸查�夐」鐩垪琛� </div> <div style=" @@ -1082,7 +1087,7 @@ data = { pacId, department: this.form.department, - category: this.form.category, + tjCategory: this.form.category, address: this.form.cusAddr, marriage: this.form.cusMarryStatus, nation: this.form.cusNational, @@ -1106,7 +1111,7 @@ } else { data = { department: this.form.department, - category: this.form.category, + tjCategory: this.form.category, address: this.form.cusAddr, marriage: this.form.cusMarryStatus, nation: this.form.cusNational, -- Gitblit v1.8.0