style:登记情形编码
Showing
1 changed file
with
0 additions
and
13 deletions
| ... | @@ -118,19 +118,6 @@ class data extends filter { | ... | @@ -118,19 +118,6 @@ class data extends filter { |
| 118 | type: 'index' | 118 | type: 'index' |
| 119 | }, | 119 | }, |
| 120 | { | 120 | { |
| 121 | label: '是否启用登记情形', | ||
| 122 | prop: 'enabled', | ||
| 123 | width: '141', | ||
| 124 | render: (h, scope) => { | ||
| 125 | return ( | ||
| 126 | <el-radio-group value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val }}> | ||
| 127 | <el-radio label={'1'}>启用</el-radio> | ||
| 128 | <el-radio label={'0'}>禁用</el-radio> | ||
| 129 | </el-radio-group> | ||
| 130 | ) | ||
| 131 | } | ||
| 132 | }, | ||
| 133 | { | ||
| 134 | prop: 'nodecode', | 121 | prop: 'nodecode', |
| 135 | width: '105', | 122 | width: '105', |
| 136 | label: '登记情形编码', | 123 | label: '登记情形编码', | ... | ... |
-
Please register or sign in to post a comment