release-v1.0 #1

Merged
panchichun merged 57 commits from release-v1.0 into main 2024-09-13 17:04:18 +08:00
5 changed files with 9 additions and 9 deletions
Showing only changes of commit e9c7b39f1b - Show all commits

View File

@ -5,7 +5,7 @@
:visible.sync="visible" :visible.sync="visible"
:append-to-body="true" :append-to-body="true"
direction="rtl" direction="rtl"
size="90%" size="80%"
:with-header="false" :with-header="false"
:show-close="false" :show-close="false"
modal-append-to-body modal-append-to-body
@ -18,7 +18,7 @@
<el-drawer <el-drawer
:visible.sync="drawerShow" :visible.sync="drawerShow"
direction="rtl" direction="rtl"
size="90%" size="80%"
:append-to-body="true" :append-to-body="true"
:with-header="false" :with-header="false"
:wrapperClosable="false" :wrapperClosable="false"

View File

@ -34,7 +34,7 @@
<el-card class="lrtt"> <el-card class="lrtt">
<div class="rt"> <div class="rt">
<div class="operate"> <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 操作按钮--> </div><!--operate 操作按钮-->
<el-table v-loading="loading" :data="tableList"> <el-table v-loading="loading" :data="tableList">
<el-table-column type="index" label="序号" width="50" /> <el-table-column type="index" label="序号" width="50" />
@ -53,7 +53,7 @@
<el-button <el-button
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-check"
v-if="row.states == '1'" v-if="row.states == '1'"
@click="markRead(row)" @click="markRead(row)"
>标记已读</el-button> >标记已读</el-button>

View File

@ -220,7 +220,7 @@
</el-drawer> </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> <template #title>
<span>工具名称</span> <span>工具名称</span>
</template> </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> <template #title>
<span>工具下载</span> <span>工具下载</span>
</template> </template>

View File

@ -7,7 +7,7 @@
</div> </div>
</div> </div>
<div class="cell-btn"> <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&&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 v-if="(editStatus||workflowStatus)" type="primary" @click="submitForm" icon="el-icon-finished">提交</el-button>
<el-button @click="close" icon="el-icon-close">关闭</el-button> <el-button @click="close" icon="el-icon-close">关闭</el-button>

View File

@ -69,7 +69,7 @@
/> />
</el-card><!--el-card--> </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> <template #title>
<span>申请使用</span> <span>申请使用</span>
<div class="drawer-head-btn"> <div class="drawer-head-btn">
@ -152,7 +152,7 @@
<el-drawer <el-drawer
:visible.sync="drawerShow" :visible.sync="drawerShow"
direction="rtl" direction="rtl"
size="90%" size="80%"
:with-header="false" :with-header="false"
:wrapperClosable="false" :wrapperClosable="false"
:show-close="false" :show-close="false"