|
@@ -12,7 +12,7 @@
|
|
|
<p v-else>{{$t(scope.column.data[scope.column.columnname])}}</p>
|
|
|
</template>
|
|
|
<template v-slot:opreation="scope">
|
|
|
- <el-button size="mini" type="text" @click="showAttinfos(scope.data)" >附 件</el-button>
|
|
|
+ <el-button size="mini" type="text" @click="showAttinfos(scope.data)" >{{$t(`附 件`)}}</el-button>
|
|
|
</template>
|
|
|
</table-new-layout>
|
|
|
<div style="margin-top:16px;text-align:right">
|