Browse Source

Merge remote-tracking branch 'origin/master'

master
DOUDOU 3 years ago
parent
commit
ec6f59d35b
  1. 2
      src/views/modules/common/column.vue

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

@ -15,7 +15,7 @@
width="120" width="120"
label="栏位名称"> label="栏位名称">
<template slot-scope="scope"> <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> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column

Loading…
Cancel
Save