项目新需求修改

This commit is contained in:
wcq 2023-08-15 16:24:01 +08:00
parent 480cd4791b
commit db675a46cf
2 changed files with 9 additions and 1 deletions

View File

@ -455,6 +455,9 @@ const rowTemp = ref<RateData | null>(null);
const manDataEditTemp = ref({
"经营问卷": {},
"财务问卷": {
"2020年":{},
"2021年":{},
"2022年":{},
资产负债表: {},
利润表: {},
是否审计: null,
@ -545,6 +548,9 @@ function showDetailEdit(row: RateData) {
manDataEditTemp.value = {
"经营问卷": {},
"财务问卷": {
"2020年":{},
"2021年":{},
"2022年":{},
资产负债表: {},
利润表: {},
是否审计: null,

View File

@ -132,8 +132,10 @@
<el-table-column align="center" label="操作" width="340">
<template #default="scope">
<div class="flex flex-c">
<el-button type="success" :disabled="scope.row.rate_state=='已评级'" @click="doRate(scope.row)" size="small"
<el-button type="success"
@click="doRate(scope.row)" size="small"
>评级
<!-- :disabled="scope.row.rate_state=='已评级'" -->
</el-button
>
<el-button type="success" @click="downReport(scope.row)" size="small"