bi-element-ui 1.1.95 → 1.1.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bi-element-ui",
3
- "version": "1.1.95",
3
+ "version": "1.1.96",
4
4
  "private": false,
5
5
  "description": "基于element-ui编写的ui组件库",
6
6
  "main": "lib/bi-element-ui.common.js",
@@ -384,6 +384,17 @@ export default {
384
384
  label: 'v-model',
385
385
  prop: 'other',
386
386
  fixed: 'right',
387
+
388
+ renderHeader: (h) => {
389
+ return (
390
+ <div>
391
+ <el-input />
392
+ <el-tooltip effect={'dark'} content={'首日付费金额/消耗2222'} placement={'top'}>
393
+ <span style={{ textAlign: 'right', width: '100%', display: 'inline-block' }}>ROI</span>
394
+ </el-tooltip>
395
+ </div>
396
+ )
397
+ },
387
398
  render: (h, scope) => {
388
399
  return h('input', {
389
400
  on: {