9a864740 by chentao

no message

1 parent e190a6c9
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!