Compare commits
No commits in common. "8f43c697c0ade7996e177992ee0b37c2d373ec78" and "4ad67e55014d6ffb122c1fba2ac93514753c8ba5" have entirely different histories.
8f43c697c0
...
4ad67e5501
|
@ -56,16 +56,6 @@
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</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-form-item :label="$t('dictionary:file:form:IsEnable')">
|
||||||
<el-switch
|
<el-switch
|
||||||
v-model="form.IsEnable"
|
v-model="form.IsEnable"
|
||||||
|
@ -125,7 +115,6 @@ export default {
|
||||||
Name: null,
|
Name: null,
|
||||||
NameCN: null,
|
NameCN: null,
|
||||||
SubIdentificationEnum: null,
|
SubIdentificationEnum: null,
|
||||||
ShowOrder: 0,
|
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
Name: [
|
Name: [
|
||||||
|
|
|
@ -144,12 +144,6 @@
|
||||||
{{ $fd('SubIdentification', scope.row.SubIdentificationEnum) }}
|
{{ $fd('SubIdentification', scope.row.SubIdentificationEnum) }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
|
||||||
prop="ShowOrder"
|
|
||||||
:label="$t('dictionary:file:table:ShowOrder')"
|
|
||||||
show-overflow-tooltip
|
|
||||||
sortable="custom"
|
|
||||||
/>
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:label="$t('dictionary:file:table:IsEnable')"
|
:label="$t('dictionary:file:table:IsEnable')"
|
||||||
prop="IsEnable"
|
prop="IsEnable"
|
||||||
|
|
Loading…
Reference in New Issue