Commit 9b6e3bc1 by pangchong

style: 格式化 SignoffRenderer 模板结构

parent f42329fe
......@@ -53,7 +53,11 @@
<!-- 第二行:签字时间 (如果 disStime 有值时渲染) -->
<tr v-if="node.attributes.disStime" class="h-5 text-[10px] text-center font-mono">
<!-- A 级签字时间 -->
<td v-if="!['B', 'D', 'E', 'C'].includes(node.attributes['CK-LEVEL'])" colspan="2" class="border border-black dark:border-white/40 px-1">
<td
v-if="!['B', 'D', 'E', 'C'].includes(node.attributes['CK-LEVEL'])"
colspan="2"
class="border border-black dark:border-white/40 px-1"
>
{{ node.attributes.disStime }}
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment