mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-27 04:57:39 +08:00
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
{%- macro priority_type(value) %}
|
|
{% if value == 10 %}
|
|
高
|
|
{% elseif value == 20 %}
|
|
中
|
|
{% elseif value == 30 %}
|
|
低
|
|
{% endif %}
|
|
{%- endmacro %} |