From 6817c96db53ac16f5d5eca72b73230d898f32126 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 11 四月 2024 09:43:32 +0800 Subject: [PATCH] Merge branch 'master' into dev-threejs --- src/views/system/calculate/duty/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/system/calculate/duty/index.vue b/src/views/system/calculate/duty/index.vue index 2ac514d..7432547 100644 --- a/src/views/system/calculate/duty/index.vue +++ b/src/views/system/calculate/duty/index.vue @@ -30,10 +30,10 @@ <el-table v-loading="loading" :data="scoreList" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55" align="center" /> - <el-table-column label="杩濈害鍚�" align="center" prop="examineName" /> - <el-table-column label="杩濈害瀵硅薄" align="center" prop="unitName" /> + <el-table-column label="杩愮淮鑰冩牳鍚�" align="center" prop="examineName" /> + <el-table-column label="鑰冩牳瀵硅薄" align="center" prop="unitName" /> <el-table-column label="鍒嗗��" align="center" prop="score" /> - <el-table-column label="杩濈害瑙勫垯" align="center" prop="scoreCategory"> + <el-table-column label="杩愮淮鑰冩牳瑙勫垯" align="center" prop="scoreCategory"> <template slot-scope="scope"> <div v-if="scope.row.scoreCategory === 1">瑙嗛鍦ㄧ嚎鐜�</div> <div v-else-if="scope.row.scoreCategory === 2">瀛樺偍鏁呴殰</div> @@ -66,7 +66,7 @@ </el-option> </el-select> </el-form-item> - <el-form-item label="杩濈害鍚�" prop="examineId"> + <el-form-item label="杩愮淮鑰冩牳鍚�" prop="examineId"> <el-select v-model="form.examineId" placeholder="璇烽�夋嫨"> <el-option v-for="item in examineList" :key="item.id" :label="item.value" :value="item.id"> </el-option> @@ -88,9 +88,9 @@ </template> <script> -import { listScore, getScore, delScore, addScore, updateScore } from "@/api/platform/score"; +import { listScore, getScore, delScore, addScore, updateScore } from "@/api/platform/default-score"; import { unitSelect } from "@/api/platform/unit"; -import { publishSelect } from "@/api/platform/publish"; +import { publishSelect } from "@/api/platform/default-publish"; export default { name: "Score", -- Gitblit v1.8.0