Commit 55290293 by caoyanzhi

update: 操作项名称长度上限调整为40

parent 921073c0
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<el-input <el-input
type="text" type="text"
style="width: 440px" style="width: 440px"
maxlength="20" maxlength="40"
show-word-limit show-word-limit
v-model.trim="editOperation.operationItemName"></el-input> v-model.trim="editOperation.operationItemName"></el-input>
</el-form-item> </el-form-item>
......
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