|
@ -25,10 +25,9 @@ |
|
|
<el-tag |
|
|
<el-tag |
|
|
:key="scope.row.methodFiletr" |
|
|
:key="scope.row.methodFiletr" |
|
|
:type="scope.row.method|tagTypeFiletr" |
|
|
:type="scope.row.method|tagTypeFiletr" |
|
|
|
|
|
effect="dark" |
|
|
size="mini" |
|
|
size="mini" |
|
|
effect="dark"> |
|
|
|
|
|
{{scope.row.method|methodFiletr}} |
|
|
|
|
|
</el-tag> |
|
|
|
|
|
|
|
|
>{{scope.row.method|methodFiletr}}</el-tag> |
|
|
<!-- {{scope.row.method|methodFiletr}} --> |
|
|
<!-- {{scope.row.method|methodFiletr}} --> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|