diff --git a/src/views/iscs_new/components/tableForm.vue b/src/views/iscs_new/components/tableForm.vue index ce9765272..9216d9224 100644 --- a/src/views/iscs_new/components/tableForm.vue +++ b/src/views/iscs_new/components/tableForm.vue @@ -58,31 +58,31 @@ - + - + @@ -147,6 +147,15 @@ export default { const key = this.expandKeys.findIndex(each=>{ return each == row.id; }); if (key > 0) { this.expandKeys.splice(key, 1); } }, + // previewStatus(index, row) { + // const styleLength = Object.keys(row.style || {}).length; + // const shapeLength = Object.keys(row.shape || {}).length; + // if (styleLength > 0 || shapeLength > 0 ) { + // const data = {style:row.style || {}, shape:row.shape || {}}; + // debugger; + // // this.$iscs + // } + // }, addStyle(index) { const style = this.formModel.stateList[index].style; if (!style) {