Browse Source

门类管理 覆盖代码还原

master
z_yu 3 years ago
parent
commit
5e1e9f3129
  1. 2
      src/views/category/fieldManage/index.vue
  2. 2
      src/views/category/sortDialog.vue

2
src/views/category/fieldManage/index.vue

@ -60,7 +60,7 @@
<el-table-column prop="fillingDigit" label="位数" min-width="55" align="center" :formatter="digitFormatter" />
<el-table-column label="值不重复" min-width="85" align="center">
<template slot-scope="scope">
<el-checkbox v-model="scope.row.isNoRepetition" :disabled="true" />
<el-checkbox v-model="scope.row.isRepeat" :disabled="true" />
</template>
</el-table-column>
</el-table>

2
src/views/category/sortDialog.vue

@ -7,7 +7,7 @@
<i class="drag-tip">提示请通过拖动鼠标来调整当前顺序</i>
<el-table :data="sortTableData" class="category-sort" style="width: 100%;max-height: 70vh;" row-key="id">
<el-table-column type="index" label="序号" width="100" align="center" />
<el-table-column prop="dicName" label="门类名称" />
<el-table-column prop="cnName" label="门类名称" />
</el-table>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click.native="handleSort">保存</el-button>

Loading…
Cancel
Save