新增质检报告栏目

This commit is contained in:
2025-09-01 10:06:51 +08:00
parent 20e61c01fd
commit 58c7ea9e36
12 changed files with 756 additions and 40 deletions
@@ -29,8 +29,8 @@
</head>
<script type="text/html" id="barDemo">
<script type="text/html" id="toolbarDemo">
<span style="color: #FF5722;font-weight: bold">未经注册商标所有人许可,在同一种商品上使用与其注册商标相同的商标,情节严重的,处三年以下有期徒刑或拘役并处罚金。情节特别严重的,处三年以上七年以下有期徒刑并处罚金。</span>
</script>
<body>
<br>
@@ -52,6 +52,11 @@
</div>
</form>
<table class="layui-hide" id="informationTable" lay-filter="informationTable"></table>
<style>
.layui-table-body .layui-table tr{
height: 80px;
}
</style>
<script type="text/javascript">
function viewImage(item) {
let html = "<div style='width: 100%;height: 100%;display: flex;align-items: center;justify-content: center'>";