@@ -2,7 +2,7 @@
"name" : "智慧工厂",
"appid" : "__UNI__45B3907",
"description" : "",
- "versionName" : "V1.0.3.91",
+ "versionName" : "V1.0.3.92",
"versionCode" : "100",
"transformPx" : false,
"h5" : {
@@ -126,7 +126,7 @@
className: "perce100",
prop: "executeUsers",
formatter: (row) => {
- if ((row.type == 2 && row.status == 1) || row.type != 1) {
+ if ((row.type == 1 && row.status == 2) || row.type != 1) {
return row.executeUsers && row.executeUsers.map((i) => i.userName).join(',');
}
},