style: 重点认证标准/政策合规性项目审查流程-审批意见

This commit is contained in:
zyn
2023-11-30 19:01:51 +08:00
parent bc7e52ed44
commit 2f437a39f8
@@ -139,19 +139,8 @@
<fetchList v-if="isFetchList" ref="fetchListRef"/>
<businessDivisionList v-if="isBusinessDivisionList" ref="businessDivisionListRef"/>
<productPlanningList v-if="isProductPlanningList" ref="productPlanningListRef"/>
<ReceiptDescription v-if="showCommentText" title="意见填写" v-model="commentText"></ReceiptDescription>
</div>
<el-collapse accordion v-if="showCommentText" v-model="activeName">
<el-collapse-item title="意见填写" name="1">
<div style="margin: 10px 0;">
<el-input type="textarea"
:rows="3"
resize="none"
placeholder="请输入意见"
v-model="commentText">
</el-input>
</div>
</el-collapse-item>
</el-collapse>
</div>
<div class="content" v-show="showPersonnel && active === '2'">
<personnelInformation ref="personnelInformationRef"/>
@@ -209,10 +198,12 @@
saveTaskForPub,
} from "api/process";
import axios from "axios";
import ReceiptDescription from "@/components/hzwlComponents/ReceiptDescription";
export default {
name: "index",
components: {
ReceiptDescription,
ProcessHeader,
ProcessTitle,
ProcessFooter,
@@ -266,7 +257,6 @@
isReject: false,
roleForm: {},
departmentList: [],
activeName: '1'
}
},
computed: {