Commit be6c15f5 by lizhixian

fix:修改魔法字符为枚举类

parent 78e65838
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
</div> </div>
<el-divider content-position="left">字段权限</el-divider> <el-divider content-position="left">字段权限</el-divider>
<div class="field-setting-pane" v-if="formType === 10"> <div class="field-setting-pane" v-if="formType === BpmModelFormType.NORMAL">
<div class="field-permit-title"> <div class="field-permit-title">
<div class="setting-title-label first-title"> 字段名称 </div> <div class="setting-title-label first-title"> 字段名称 </div>
<div class="other-titles"> <div class="other-titles">
......
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 sign in to comment