Merge branch 'v2' of https://e.coding.net/ctcdevteam/ehs/ehs_web into v2
This commit is contained in:
commit
c8c14c8f1c
|
@ -185,10 +185,18 @@ export default {
|
|||
filter_recipient_options: [
|
||||
{
|
||||
value: 10,
|
||||
label: "当事人部门",
|
||||
},
|
||||
{
|
||||
value: 20,
|
||||
label: "当事人部门以上",
|
||||
},
|
||||
{
|
||||
value: 30,
|
||||
label: "属地部门",
|
||||
},
|
||||
{
|
||||
value: 40,
|
||||
label: "属地部门以上",
|
||||
},
|
||||
],
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
</scTable>
|
||||
</el-card>
|
||||
<el-drawer :size="'50%'" v-model="showLimited" class="scOplDrawer" :show-close="showClose" id="scOplDrawer">
|
||||
<sc-fire :id="oplId"></sc-fire>
|
||||
<sc-fire :id="oplId" v-if="showLimited"></sc-fire>
|
||||
</el-drawer>
|
||||
</el-main>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue