工作台改版

uat_us
熊飞 2024-03-12 17:09:37 +08:00
parent f66f0da07e
commit 2ff15bc2b8
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
icon="el-icon-edit-outline" icon="el-icon-edit-outline"
circle circle
v-if="!isSigned" v-if="!isSigned"
:title="$t('trials:workbench:action:sign')" :title="$t('trials:needSignSysDoc:action:sign')"
@click="handleSign(scope.row)" @click="handleSign(scope.row)"
/> />
</template> </template>

View File

@ -60,7 +60,7 @@
<el-button <el-button
icon="el-icon-edit-outline" icon="el-icon-edit-outline"
circle circle
:title="$t('trials:workbench:action:sign')" :title="$t('trials:needSignTrialDoc:action:sign')"
:disabled="isSignSystemDoc" :disabled="isSignSystemDoc"
@click="handleSign(scope.row)" @click="handleSign(scope.row)"
/> />

View File

@ -55,7 +55,7 @@
icon="el-icon-edit-outline" icon="el-icon-edit-outline"
circle circle
v-if="!isSigned" v-if="!isSigned"
:title="$t('trials:workbench:action:sign')" :title="$t('trials:needSignedSysDoc:action:sign')"
@click="handleSign(scope.row)" @click="handleSign(scope.row)"
/> />
</template> </template>