Compare commits

..

No commits in common. "8f43c697c0ade7996e177992ee0b37c2d373ec78" and "4ad67e55014d6ffb122c1fba2ac93514753c8ba5" have entirely different histories.

2 changed files with 0 additions and 17 deletions

View File

@ -56,16 +56,6 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
:label="$t('dictionary:file:form:ShowOrder')"
prop="ShowOrder"
>
<el-input-number
v-model="form.ShowOrder"
:step="1"
step-strictly
></el-input-number>
</el-form-item>
<el-form-item :label="$t('dictionary:file:form:IsEnable')">
<el-switch
v-model="form.IsEnable"
@ -125,7 +115,6 @@ export default {
Name: null,
NameCN: null,
SubIdentificationEnum: null,
ShowOrder: 0,
},
rules: {
Name: [

View File

@ -144,12 +144,6 @@
{{ $fd('SubIdentification', scope.row.SubIdentificationEnum) }}
</template>
</el-table-column>
<el-table-column
prop="ShowOrder"
:label="$t('dictionary:file:table:ShowOrder')"
show-overflow-tooltip
sortable="custom"
/>
<el-table-column
:label="$t('dictionary:file:table:IsEnable')"
prop="IsEnable"