style: 政策征求意见流程-审批意见
This commit is contained in:
@@ -211,19 +211,8 @@
|
||||
</div>
|
||||
</el-form>
|
||||
<solicitationList v-if="showSolicitation" ref="solicitationListRef"/>
|
||||
<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"/>
|
||||
@@ -282,10 +271,12 @@
|
||||
saveTaskForPub
|
||||
} from "api/process";
|
||||
import axios from "axios";
|
||||
import ReceiptDescription from "@/components/hzwlComponents/ReceiptDescription";
|
||||
|
||||
export default {
|
||||
name: "index",
|
||||
components: {
|
||||
ReceiptDescription,
|
||||
ProcessHeader,
|
||||
ProcessTitle,
|
||||
ProcessFooter,
|
||||
@@ -349,7 +340,6 @@
|
||||
selectType: '',
|
||||
roleForm: {},
|
||||
bpnId: this.$route.query.bpnId,
|
||||
activeName: '1'
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user