工作台改版
parent
f66f0da07e
commit
2ff15bc2b8
|
@ -55,7 +55,7 @@
|
|||
icon="el-icon-edit-outline"
|
||||
circle
|
||||
v-if="!isSigned"
|
||||
:title="$t('trials:workbench:action:sign')"
|
||||
:title="$t('trials:needSignSysDoc:action:sign')"
|
||||
@click="handleSign(scope.row)"
|
||||
/>
|
||||
</template>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<el-button
|
||||
icon="el-icon-edit-outline"
|
||||
circle
|
||||
:title="$t('trials:workbench:action:sign')"
|
||||
:title="$t('trials:needSignTrialDoc:action:sign')"
|
||||
:disabled="isSignSystemDoc"
|
||||
@click="handleSign(scope.row)"
|
||||
/>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
icon="el-icon-edit-outline"
|
||||
circle
|
||||
v-if="!isSigned"
|
||||
:title="$t('trials:workbench:action:sign')"
|
||||
:title="$t('trials:needSignedSysDoc:action:sign')"
|
||||
@click="handleSign(scope.row)"
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue