#
luxiaotao1123
2021-01-20 ff1302cb41fd6567a863c6faaa878a99ce102235
#
2个文件已修改
8 ■■■■ 已修改文件
src/main/webapp/static/css/common.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/tag/tag.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/common.css
@@ -87,7 +87,7 @@
/*表格*/
.layui-table thead th {
    font-weight: bold;
    /*font-weight: bold;*/
    text-align: center;
}
div .layui-table-tool .layui-table-tool-self .layui-inline[title='导出']{
src/main/webapp/static/js/tag/tag.js
@@ -28,16 +28,16 @@
                {type: 'checkbox'}
                ,{field: 'uuid', align: 'center',title: '编号'}
                ,{field: 'name', align: 'center',title: '名称'}
                ,{field: 'parentId', align: 'center',title: '父级'}
                // ,{field: 'parentId', align: 'center',title: '父级'}
                ,{field: 'parentName', align: 'center',title: '父级名称'}
                // ,{field: 'path', align: 'center',title: '关联路径'}
                // ,{field: 'pathName', align: 'center',title: '关联路径名'}
                ,{field: 'type$', align: 'center',title: '类型'}
                ,{field: 'leading', align: 'center',title: '负责人'}
                ,{field: 'img', align: 'center',title: '图片'}
                ,{field: 'brief', align: 'center',title: '简要描述'}
                // ,{field: 'brief', align: 'center',title: '简要描述'}
                ,{field: 'count', align: 'center',title: '数量'}
                ,{field: 'level', align: 'center',title: '等级'}
                // ,{field: 'level', align: 'center',title: '等级'}
                ,{field: 'sort', align: 'center',title: '排序'}
                ,{field: 'status$', align: 'center',title: '状态'}
                ,{field: 'updateTime$', align: 'center',title: '修改时间'}