设置变更令号规则
当前规则: <% if (codeRule && codeRule instanceof Array) { %> <% const preview = []; %> <% for (const rule of codeRule) { %> <% preview.push(rule.preview); %> <% } %> <%- preview.join(''); %> <% } %>
<% if (codeRule && codeRule instanceof Array) { %> <% for (const rule of codeRule) { %> <%- rule.preview %> <% } %> <% } %>
添加新规则组件
添加变更
您输入的编号已存在
确认添加
变更令设置
  • 编号规则
当前规则: <% if (codeRule && codeRule instanceof Array) { %> <% const preview = []; %> <% for (const rule of codeRule) { %> <% preview.push(rule.preview); %> <% } %> <%- preview.join(''); %> <% } %>
<% if (codeRule && codeRule instanceof Array) { %> <% for (const rule of codeRule) { %> <%- rule.preview %> <% } %> <% } %>
添加新规则组件