style:国有房屋变更+抵押变更一并申请
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -132,6 +132,7 @@ class data extends filter { | ... | @@ -132,6 +132,7 @@ class data extends filter { |
132 | { | 132 | { |
133 | prop: 'djywbm', | 133 | prop: 'djywbm', |
134 | label: '登记业务编码', | 134 | label: '登记业务编码', |
135 | width: '105', | ||
135 | render: (h, scope) => { | 136 | render: (h, scope) => { |
136 | return ( | 137 | return ( |
137 | <el-input placeholder="登记业务编码" value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val; orderNoChange() }}></el-input> | 138 | <el-input placeholder="登记业务编码" value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val; orderNoChange() }}></el-input> | ... | ... |
-
Please register or sign in to post a comment