岗位显示

This commit is contained in:
zhal 2023-02-02 22:46:31 +08:00
parent 676ff0c65a
commit 722d0f068b

View File

@ -4527,7 +4527,7 @@ var Designer = {
//判断如果岗位多个数据,...显示 by zhaolei
if (jjj.value != "") {
var lenth = jjj.value.split(',').length;
if (lenth >= 2) {
if (lenth > 2) {
var index1 = jjj.value.indexOf(",");
var index2 = jjj.value.indexOf(",", index1 + 1);
l += jjj.value.substr(0, index2) + "...";