test #47

Merged
gtz217 merged 273 commits from test into master 2023-10-17 08:53:54 +08:00
Showing only changes of commit e2527f2e30 - Show all commits

View File

@ -180,34 +180,34 @@ export default {
align: 'center', align: 'center',
filter: (val) => (val != null ? +val.toFixed(3) : '-'), filter: (val) => (val != null ? +val.toFixed(3) : '-'),
}, },
{ // {
_action: 'view-trend', // _action: 'view-trend',
label: '趋势', // label: '',
align: 'center', // align: 'center',
subcomponent: { // subcomponent: {
props: ['injectData'], // props: ['injectData'],
render: function (h) { // render: function (h) {
const _this = this; // const _this = this;
return h( // return h(
'el-button', // 'el-button',
{ // {
props: { type: 'text' }, // props: { type: 'text' },
on: { // on: {
click: function () { // click: function () {
console.log('inejctdata', _this.injectData); // console.log('inejctdata', _this.injectData);
_this.$emit('emitData', { // _this.$emit('emitData', {
action: _this.injectData._action, // action: _this.injectData._action,
// value: _this.injectData.id, // // value: _this.injectData.id,
value: _this.injectData, // value: _this.injectData,
}); // });
}, // },
}, // },
}, // },
'查看趋势' // ''
); // );
}, // },
}, // },
}, // },
], ],
searchBarFormConfig: [ searchBarFormConfig: [
{ {