Commit 48631583 authored by zhengke's avatar zhengke

修改

parent a27556cf
......@@ -20,11 +20,12 @@
.studyproauditInfo .audit_List {
margin-bottom: 5px;
}
.studyproauditInfo .studyHeader{
border-top:1px dashed #EEE;
border-bottom:1px dashed #EEE;
padding:8px 0;
margin-bottom:10px;
.studyproauditInfo .studyHeader {
border-top: 1px dashed #EEE;
border-bottom: 1px dashed #EEE;
padding: 8px 0;
margin-bottom: 10px;
}
</style>
......@@ -187,6 +188,44 @@
</div>
</div>
</template>
<template v-else>
<div style="margin:20px;">
<div class="row" style="margin-bottom:0;">
<div class="col-12">
<q-radio v-model="directorMsg.DirectorStatus" style="margin-right:20px;" :val="1" size="xs" label="通过"
color="secondary" />
<q-radio v-model="directorMsg.DirectorStatus" :val="2" size="xs" label="拒绝" color="negative" />
</div>
</div>
<div class="row">
<div class="col-12">
<q-input filled stack-label :dense="false" v-model="directorMsg.DirectorOpinion" style="margin-top: 20px"
type="textarea" class="col-12" label="审核意见" />
</div>
</div>
<div style="margin:30px 10px 0 0;text-align:right;">
<q-btn color="accent" class="q-mr-md" icon="add" label="提交" @click="saveSatMsg()" />
</div>
</div>
<div style="margin:20px;">
<div class="row" style="margin-bottom:0;">
<div class="col-12">
<q-radio v-model="managerMsg.ManagerStatus" style="margin-right:20px;" :val="1" size="xs" label="通过"
color="secondary" />
<q-radio v-model="managerMsg.ManagerStatus" :val="2" size="xs" label="拒绝" color="negative" />
</div>
</div>
<div class="row">
<div class="col-12">
<q-input filled stack-label :dense="false" v-model="managerMsg.ManagerOpinion" style="margin-top: 20px"
type="textarea" class="col-12" label="审核意见" />
</div>
</div>
<div style="margin:30px 10px 0 0;text-align:right;">
<q-btn color="accent" class="q-mr-md" icon="add" label="提交" @click="saveSatMsg()" />
</div>
</div>
</template>
</q-card>
<div class="dialog-out-close" @click="closeperForm"
style="height:40px !important;border-top-left-radius: 4px !important;border-bottom-left-radius: 4px !important;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment