国际化
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
25a3a0e371
commit
fe18b885f1
|
@ -291,14 +291,14 @@
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="$route.query.ReviewStatus === '1'"
|
:disabled="$route.query.ReviewStatus === '1'"
|
||||||
@click="handlePostgraduateEdit(scope.row)"
|
@click="handlePostgraduateEdit(scope.row)"
|
||||||
>Edit</el-button
|
>{{ $t('common:button:edit') }}</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="$route.query.ReviewStatus === '1'"
|
:disabled="$route.query.ReviewStatus === '1'"
|
||||||
@click="handlePostgraduateDelete(scope.row)"
|
@click="handlePostgraduateDelete(scope.row)"
|
||||||
>Delete</el-button
|
>{{ $t('common:button:delete') }}</el-button
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue