ruanqi 3 years ago
parent
commit
9694b9b275
  1. 2
      src/views/modules/common/column.vue

2
src/views/modules/common/column.vue

@ -16,7 +16,7 @@
header-align="center"
label="栏位名称">
<template slot-scope="scope">
<el-input readonly v-model="scope.row.columnProp" ></el-input>
<el-input readonly v-model="scope.row.columnLabel" ></el-input>
</template>
</el-table-column>
<el-table-column

Loading…
Cancel
Save