From da199a7ce5ce644b34811a08ba695da4b233b4fa Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 13 三月 2024 16:15:37 +0800 Subject: [PATCH] 首页布局 --- src/views/system/contract/index.vue | 4 ++-- src/views/home/data-wrapper/index.vue | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/home/data-wrapper/index.vue b/src/views/home/data-wrapper/index.vue index 813ec70..a424f12 100644 --- a/src/views/home/data-wrapper/index.vue +++ b/src/views/home/data-wrapper/index.vue @@ -1,20 +1,20 @@ <template> <div class="data-container"> <el-row :gutter="40"> - <el-col :xs='24' :md="24" :sm="24" :lg="17" :xl="17"> - <examine></examine> - <data-table></data-table> - </el-col> - <el-col :xs='24' :md="24" :sm="24" :lg="7" :xl="7"> - <data-check></data-check> - <data-rank></data-rank> - </el-col> <el-col :xs='24' :md="24" :sm="24" :lg="24" :xl="12"> <data-chart></data-chart> </el-col> <el-col :xs='24' :md="24" :sm="24" :lg="24" :xl="12"> <work-order></work-order> </el-col> + <el-col :xs='24' :md="24" :sm="24" :lg="17" :xl="17"> + <data-table></data-table> + <examine></examine> + </el-col> + <el-col :xs='24' :md="24" :sm="24" :lg="7" :xl="7"> + <data-rank></data-rank> + <data-check></data-check> + </el-col> </el-row> </div> </template> diff --git a/src/views/system/contract/index.vue b/src/views/system/contract/index.vue index 94fed44..90dbcfd 100644 --- a/src/views/system/contract/index.vue +++ b/src/views/system/contract/index.vue @@ -380,7 +380,7 @@ handleAdd() { this.reset(); this.open = true; - this.title = "娣诲姞銆愯濉啓鍔熻兘鍚嶇О銆�"; + this.title = "娣诲姞鍚堝悓"; }, /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { @@ -389,7 +389,7 @@ getContract(id).then(response => { this.form = response.data; this.open = true; - this.title = "淇敼銆愯濉啓鍔熻兘鍚嶇О銆�"; + this.title = "淇敼鍚堝悓"; }); }, /** 鎻愪氦鎸夐挳 */ -- Gitblit v1.8.0