style: 重点认证标准/政策合规性项目审查流程-审批意见
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user