+
+
+
+
+
+ {
+ if (row.showItemDescInDesc === 'Y'){
+ row.showInDesc = 'Y';
+ }
+ }" v-model="row.showItemDescInDesc" style="width: 100%;" placeholder="请选择">
+
+
+
+
+
+
+
+ {
+ if (row.showItemDescInRemark === 'Y'){
+ row.showInRemark = 'Y';
+ }
+ }" v-model="row.showItemDescInRemark" style="width: 100%;" placeholder="请选择">
+
+
+
+
+
+ {{row[item.columnProp]}}
+
+
+