From ee9839d9b3c190a628467b4c8911ffea2dc55ac5 Mon Sep 17 00:00:00 2001 From: 黄何裕 <1053952480@qq.com> Date: 星期五, 26 七月 2024 15:28:12 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/zgyw-ui --- src/views/home/work-order/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/home/work-order/index.vue b/src/views/home/work-order/index.vue index 62e8f07..a261037 100644 --- a/src/views/home/work-order/index.vue +++ b/src/views/home/work-order/index.vue @@ -3,7 +3,7 @@ <el-card class="data-card" :body-style="{ height: '100%' }"> <div class="card-content"> <div class="title-container"> - <h1>杩愮淮鐩戞帶鎶ヨ〃</h1> + <h1>杩愮淮宸ュ崟鎶ヨ〃</h1> <div class="select-container"> <el-select v-model="company" placeholder="璇烽�夋嫨杩愮淮鍏徃" @change="companyChange"> <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"> -- Gitblit v1.8.0