From ca18425f8cb3b9e09cc1a1df31d7b91f77bb7566 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 29 八月 2024 17:44:11 +0800
Subject: [PATCH] 过程图优化
---
src/views/system/contract/contract-result/index.vue | 27 ++++++++++-----------------
1 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/src/views/system/contract/contract-result/index.vue b/src/views/system/contract/contract-result/index.vue
index a9d1a71..5e585e6 100644
--- a/src/views/system/contract/contract-result/index.vue
+++ b/src/views/system/contract/contract-result/index.vue
@@ -71,7 +71,7 @@
<!-- v-hasPermi="['system:checkResult:add']"-->
<!-- >鏂板</el-button>-->
<!-- </el-col>-->
- <el-col :span="1.5">
+ <!-- <el-col :span="1.5">
<el-button
type="danger"
plain
@@ -82,8 +82,8 @@
@click="handleDelete"
>鍒犻櫎</el-button
>
- </el-col>
- <el-col :span="1.5">
+ </el-col> -->
+ <!-- <el-col :span="1.5">
<el-button
type="warning"
plain
@@ -93,11 +93,11 @@
@click="handleExport"
>瀵煎嚭</el-button
>
- </el-col>
- <right-toolbar
+ </el-col> -->
+ <!-- <right-toolbar
:showSearch.sync="showSearch"
@queryTable="getList"
- ></right-toolbar>
+ ></right-toolbar> -->
</el-row>
<el-row v-loading="loading">
@@ -172,8 +172,8 @@
placeholder="璇蜂负璇ュ崟浣嶆墦鍒�"
/>
<div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitManualScore">纭� 瀹�</el-button>
<el-button @click="cancelManualScore">鍙� 娑�</el-button>
+ <el-button type="primary" @click="submitManualScore">纭� 瀹�</el-button>
</div>
</el-dialog>
@@ -214,14 +214,7 @@
width="300"
>
</el-table-column>
- <el-table-column
- label="鎵e噺鏂瑰紡"
- align="center"
- prop="deductCategory"
- width="180px"
- >
- </el-table-column>
- <el-table-column prop="num" label="閲忓��"> </el-table-column>
+ <el-table-column prop="num" label="娆℃暟"> </el-table-column>
<el-table-column prop="score" label="鎵e垎"> </el-table-column>
</el-table>
</el-dialog>
@@ -231,8 +224,8 @@
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
</el-form>
<div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
<el-button @click="cancel">鍙� 娑�</el-button>
+ <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
</div>
</el-dialog>
</div>
@@ -365,7 +358,7 @@
this.manualScoreOpen = true;
},
handleDetail(row) {
- resultRecord(row.id).then((res) => {
+ resultRecord(row.id, row.contractId).then((res) => {
this.tableData = res.rows;
});
this.detail = row;
--
Gitblit v1.8.0