From a48fa4a7469b87f830251161f812a19dc9729ee9 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期日, 28 四月 2024 14:18:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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..6c7a22e 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/contract-score";
import { unitSelect } from "@/api/platform/unit";
-import { publishSelect } from "@/api/platform/publish";
+import { publishSelect } from "@/api/platform/contract-publish";
export default {
name: "Score",
--
Gitblit v1.8.0