release-v1.0 #1
@ -5,7 +5,7 @@
|
||||
:visible.sync="visible"
|
||||
:append-to-body="true"
|
||||
direction="rtl"
|
||||
size="90%"
|
||||
size="80%"
|
||||
:with-header="false"
|
||||
:show-close="false"
|
||||
modal-append-to-body
|
||||
@ -18,7 +18,7 @@
|
||||
<el-drawer
|
||||
:visible.sync="drawerShow"
|
||||
direction="rtl"
|
||||
size="90%"
|
||||
size="80%"
|
||||
:append-to-body="true"
|
||||
:with-header="false"
|
||||
:wrapperClosable="false"
|
||||
|
@ -34,7 +34,7 @@
|
||||
<el-card class="lrtt">
|
||||
<div class="rt">
|
||||
<div class="operate">
|
||||
<el-button type="primary" v-if="tableList && tableList.length > 0" @click="setAllMarkedRead">全部标记已读</el-button>
|
||||
<el-button type="primary" v-if="tableList && tableList.length > 0" @click="setAllMarkedRead" icon="el-icon-check">全部标记已读</el-button>
|
||||
</div><!--operate 操作按钮-->
|
||||
<el-table v-loading="loading" :data="tableList">
|
||||
<el-table-column type="index" label="序号" width="50" />
|
||||
@ -53,7 +53,7 @@
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
icon="el-icon-check"
|
||||
v-if="row.states == '1'"
|
||||
@click="markRead(row)"
|
||||
>标记已读</el-button>
|
||||
|
@ -220,7 +220,7 @@
|
||||
</el-drawer>
|
||||
|
||||
<!-- 工具详情对话框 -->
|
||||
<el-drawer :visible.sync="detailDrawerOpen" :modal-append-to-body="false" size="85%" class="no-padding" @close="handleCloseDetail()">
|
||||
<el-drawer :visible.sync="detailDrawerOpen" :modal-append-to-body="false" size="80%" class="no-padding" @close="handleCloseDetail()">
|
||||
<template #title>
|
||||
<span>工具名称</span>
|
||||
</template>
|
||||
@ -232,7 +232,7 @@
|
||||
|
||||
|
||||
<!-- 工具详情对话框 -->
|
||||
<el-drawer :visible.sync="fileDetailDrawerOpen" :modal-append-to-body="false" size="85%" class="no-padding" @close="handleFileCloseDetail()">
|
||||
<el-drawer :visible.sync="fileDetailDrawerOpen" :modal-append-to-body="false" size="80%" class="no-padding" @close="handleFileCloseDetail()">
|
||||
<template #title>
|
||||
<span>工具下载</span>
|
||||
</template>
|
||||
|
@ -7,7 +7,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="cell-btn">
|
||||
<el-button type="primary" v-if="pListData&&pListData.procInstId" @click="handleMonitor">流程监控</el-button>
|
||||
<el-button type="primary" v-if="pListData&&pListData.procInstId" @click="handleMonitor" icon="el-icon-data-line">流程监控</el-button>
|
||||
<el-button v-if="editStatus&&pListData.procInstId" type="danger" @click="deleteForm" icon="el-icon-close">撤销</el-button>
|
||||
<el-button v-if="(editStatus||workflowStatus)" type="primary" @click="submitForm" icon="el-icon-finished">提交</el-button>
|
||||
<el-button @click="close" icon="el-icon-close">关闭</el-button>
|
||||
|
@ -69,7 +69,7 @@
|
||||
/>
|
||||
</el-card><!--el-card-->
|
||||
|
||||
<el-drawer :visible.sync="drawer1" size="75%" :show-close="false">
|
||||
<el-drawer :visible.sync="drawer1" size="80%" :show-close="false">
|
||||
<template #title>
|
||||
<span>申请使用</span>
|
||||
<div class="drawer-head-btn">
|
||||
@ -152,7 +152,7 @@
|
||||
<el-drawer
|
||||
:visible.sync="drawerShow"
|
||||
direction="rtl"
|
||||
size="90%"
|
||||
size="80%"
|
||||
:with-header="false"
|
||||
:wrapperClosable="false"
|
||||
:show-close="false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user