Commit 20ebfd64 authored by ww-xxy's avatar ww-xxy

增加自定义颜色值

parent a5a51f8a
......@@ -132,6 +132,14 @@
/>
</template>
</el-table-column>
<el-table-column label="自定义颜色" prop="statusColor">
<template slot-scope="scope">
<el-input
v-model="scope.row.statusColor"
placeholder="请输入状态颜色值"
/>
</template>
</el-table-column>
<el-table-column label="状态颜色值" prop="statusColor">
<template slot-scope="scope">
<el-color-picker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment