|
|
|
@ -40,12 +40,12 @@ |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-form-model-item label="是否主键" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="isPk"> |
|
|
|
|
<a-input-number v-model="model.isPk" placeholder="请输入是否主键" dict="yn" style="width: 100%" /> |
|
|
|
|
<j-search-select-tag v-model="model.isPk" placeholder="请输入是否主键" dict="yn" style="width: 100%" /> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-form-model-item label="是否外键" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="isFk"> |
|
|
|
|
<a-input-number v-model="model.isFk" placeholder="请输入是否外键" dict="yn" style="width: 100%" /> |
|
|
|
|
<j-search-select-tag v-model="model.isFk" placeholder="请输入是否外键" dict="yn" style="width: 100%" /> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
@ -60,12 +60,12 @@ |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-form-model-item label="是否为空" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="isNull"> |
|
|
|
|
<a-input-number v-model="model.isNull" placeholder="请输入是否为空" dict="yn" style="width: 100%" /> |
|
|
|
|
<j-search-select-tag v-model="model.isNull" placeholder="请输入是否为空" dict="yn" style="width: 100%" /> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-form-model-item label="是否重复" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="isUniqueness"> |
|
|
|
|
<a-input-number v-model="model.isUniqueness" placeholder="请输入是否重复" dict="yn" style="width: 100%" /> |
|
|
|
|
<j-search-select-tag v-model="model.isUniqueness" placeholder="请输入是否重复" dict="yn" style="width: 100%" /> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
@ -75,12 +75,12 @@ |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-form-model-item label="字段状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="status"> |
|
|
|
|
<a-input-number v-model="model.status" placeholder="请输入字段状态" dict="yn" style="width: 100%" /> |
|
|
|
|
<j-search-select-tag v-model="model.status" placeholder="请输入字段状态" dict="yn" style="width: 100%" /> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|
<a-form-model-item label="版本状态" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="verisonStatus"> |
|
|
|
|
<a-input-number v-model="model.verisonStatus" placeholder="请输入版本状态" dict="yn" style="width: 100%" /> |
|
|
|
|
<j-search-select-tag v-model="model.verisonStatus" placeholder="请输入版本状态" dict="yn" style="width: 100%" /> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :span="24"> |
|
|
|
|