no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -80,7 +80,7 @@ | ... | @@ -80,7 +80,7 @@ |
| 80 | <el-table-column :label="$t('upgradation.constrainName')" prop="constrain"> | 80 | <el-table-column :label="$t('upgradation.constrainName')" prop="constrain"> |
| 81 | <template #default="{ row }"> | 81 | <template #default="{ row }"> |
| 82 | <dict-tag | 82 | <dict-tag |
| 83 | :options="constrain" | 83 | :options="constrain_status" |
| 84 | :value="row.constrain" | 84 | :value="row.constrain" |
| 85 | ></dict-tag> | 85 | ></dict-tag> |
| 86 | </template> | 86 | </template> | ... | ... |
-
Please register or sign in to post a comment