style:登记情形
Showing
1 changed file
with
3 additions
and
4 deletions
... | @@ -73,7 +73,7 @@ export default { | ... | @@ -73,7 +73,7 @@ export default { |
73 | return ( | 73 | return ( |
74 | <div> | 74 | <div> |
75 | <el-input placeholder="登记情形编码" class={{ repeat: scope.row.repeat }} disabled={scope.row.sftsdjqx == '1'} | 75 | <el-input placeholder="登记情形编码" class={{ repeat: scope.row.repeat }} disabled={scope.row.sftsdjqx == '1'} |
76 | value={scope.row[scope.column.property]} onFocus={() => { this.itemShowFalse(); scope.row.nodecodeShow = true; }} | 76 | value={scope.row[scope.column.property]} |
77 | onInput={(val) => { scope.row[scope.column.property] = val }} onBlur={() => { this.nodecodeBlur(scope.$index, scope.row) }} maxlength="8"> | 77 | onInput={(val) => { scope.row[scope.column.property] = val }} onBlur={() => { this.nodecodeBlur(scope.$index, scope.row) }} maxlength="8"> |
78 | </el-input> | 78 | </el-input> |
79 | </div> | 79 | </div> |
... | @@ -87,7 +87,7 @@ export default { | ... | @@ -87,7 +87,7 @@ export default { |
87 | return ( | 87 | return ( |
88 | <div> | 88 | <div> |
89 | <el-input placeholder="登记情形名称" disabled={scope.row.sftsdjqx == '1'} | 89 | <el-input placeholder="登记情形名称" disabled={scope.row.sftsdjqx == '1'} |
90 | onFocus={() => { this.itemShowFalse(); scope.row.nodenameShow = true; }} value={scope.row[scope.column.property]} | 90 | value={scope.row[scope.column.property]} |
91 | onInput={(val) => { scope.row[scope.column.property] = val }}></el-input> | 91 | onInput={(val) => { scope.row[scope.column.property] = val }}></el-input> |
92 | </div> | 92 | </div> |
93 | ) | 93 | ) |
... | @@ -112,8 +112,7 @@ export default { | ... | @@ -112,8 +112,7 @@ export default { |
112 | return ( | 112 | return ( |
113 | <div> | 113 | <div> |
114 | <el-input placeholder="登记原因模板" disabled={scope.row.sftsdjqx == '1'} value={scope.row[scope.column.property]} | 114 | <el-input placeholder="登记原因模板" disabled={scope.row.sftsdjqx == '1'} value={scope.row[scope.column.property]} |
115 | onInput={(val) => { scope.row[scope.column.property] = val }} | 115 | onInput={(val) => { scope.row[scope.column.property] = val }}></el-input> |
116 | onFocus={() => { this.itemShowFalse(); scope.row.djyyShow = true; }}></el-input> | ||
117 | </div> | 116 | </div> |
118 | 117 | ||
119 | ) | 118 | ) | ... | ... |
-
Please register or sign in to post a comment