通用培训问题修复

uat
wangxiaoshuang 2025-04-17 15:13:56 +08:00
parent c7df59e564
commit e49fe23396
3 changed files with 5 additions and 6 deletions

View File

@ -28,10 +28,10 @@
<el-button size="mini" type="text" @click.stop="edit(scope.row)"> <el-button size="mini" type="text" @click.stop="edit(scope.row)">
{{ $t('common:button:edit') }} {{ $t('common:button:edit') }}
</el-button> </el-button>
<el-button size="mini" type="text" @click.stop="OffLine(scope.row, true)" <!-- <el-button size="mini" type="text" @click.stop="OffLine(scope.row, true)"
:disabled="scope.row.OffLine"> :disabled="scope.row.OffLine">
{{ $t('dictionary:signature:attachmentList:OffLine') }} {{ $t('dictionary:signature:attachmentList:OffLine') }}
</el-button> </el-button> -->
<el-button size="mini" type="text" @click.stop="del(scope.row)"> <el-button size="mini" type="text" @click.stop="del(scope.row)">
{{ $t('common:button:delete') }} {{ $t('common:button:delete') }}
</el-button> </el-button>

View File

@ -20,8 +20,7 @@
<el-form :inline="true" size="small"> <el-form :inline="true" size="small">
<el-form-item :label="$t('dictionary:signature:search:FileTypeId')"> <el-form-item :label="$t('dictionary:signature:search:FileTypeId')">
<el-select v-model="searchData.FileTypeId" style="width: 150px" clearable> <el-select v-model="searchData.FileTypeId" style="width: 150px" clearable>
<el-option v-for="item of dict.type.Sys_Document" :key="item.value" :label="item.label" <el-option v-for="item of $d.Sys_Document" :key="item.id" :label="item.label" :value="item.id" />
:value="item.value" />
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item :label="$t('dictionary:signature:search:Name')"> <el-form-item :label="$t('dictionary:signature:search:Name')">
@ -142,7 +141,7 @@
<TemplateForm :data="currentRow" @closeDialog="closeDialog" @getList="getList" /> <TemplateForm :data="currentRow" @closeDialog="closeDialog" @getList="getList" />
</el-dialog> </el-dialog>
<!--附件列表--> <!--附件列表-->
<attachmentList v-if="config.visible" :config="config" :SystemDocumentId="SystemDocumentId" @getLit="getList" /> <attachmentList v-if="config.visible" :config="config" :SystemDocumentId="SystemDocumentId" @getList="getList" />
<!-- 预览文件 --> <!-- 预览文件 -->
<el-dialog v-if="previewVisible" :visible.sync="previewVisible" :title="$t('common:button:preview')" <el-dialog v-if="previewVisible" :visible.sync="previewVisible" :title="$t('common:button:preview')"
:fullscreen="true" append-to-body custom-class="base-dialog-wrapper"> :fullscreen="true" append-to-body custom-class="base-dialog-wrapper">

View File

@ -41,7 +41,7 @@
<!-- 签署人 --> <!-- 签署人 -->
<el-form-item :label="$t('trials:signRecords:table:user')" v-if="!isDoc"> <el-form-item :label="$t('trials:signRecords:table:user')" v-if="!isDoc">
<el-select v-model="searchData.UserId" clearable filterable style="width: 140px"> <el-select v-model="searchData.UserId" clearable filterable style="width: 140px">
<el-option v-for="item of userOptions" :key="item.UserId" :label="item.RealName" :value="item.UserId"> <el-option v-for="item of userOptions" :key="item.ConfirmUserId" :label="item.FullName" :value="item.ConfirmUserId">
<span style="float: left">{{ item.RealName || item.FullName }}</span> <span style="float: left">{{ item.RealName || item.FullName }}</span>
<span style=" <span style="
float: right; float: right;