@extends('manager.layout.master') @section('body')

字库信息

{{$list->total() ?? count($list)}}
添加字
@foreach($list as $key=>$vo) @endforeach
拼音 部首(笔画) 总笔画 康熙字典(笔画) 五行 属性 操作
{{$vo->font}} @if($vo->pinyin) {{$vo->pinyin}} @else - @endif @if($vo->bs) {{$vo->bs}}({{$vo->bsbh}}) @else - @endif @if($vo->zbh) {{$vo->zbh}} @else - @endif @if($vo->kx_font || $vo->kxbh) {{$vo->kx_font ?: '-'}}({{$vo->kxbh ?: '-'}}) @else - @endif @if($vo->wx) {{$vo->wx}} @else 未设 @endif
@if($vo->xiongji == 1) @else @endif @if($vo->changyong == 1) 常用 @else 不常用 @endif @if($vo->is_xing == 1) @else 非姓 @endif @if($vo->is_you == 1) @else 非优 @endif
编辑 删除
@include('manager.include.pageBtn') @stop