Browse Source

质物监测的修改去掉新增等按钮

master
zyc@123456 2 years ago
parent
commit
4f18ddf4a7
  1. 5
      src/views/monitor/videos/index.vue
  2. 42
      src/views/zhiwujiance/zhiwujianceList.vue

5
src/views/monitor/videos/index.vue

@ -969,7 +969,10 @@ export default {
// width: calc((100% - 1px) / 4 );box-sizing: border-box;font-size:18px;}
// .tabhead .bar:last-of-type{border-right: 0px solid #eeeeee;width: calc((100% - 0px) / 4 );}
// .tabhead .barb {background-color: #fff;color: #0b5394;} */
.leftbars{ position: absolute;
.leftbars{
/* padding: 30px;
background-color: #ffffff;box-shadow:0px 0px 10px #E9E9E9;border-radius: 5px; */
position: absolute;
top: 30px;
left: 20px;
z-index: 900;

42
src/views/zhiwujiance/zhiwujianceList.vue

@ -219,20 +219,20 @@
sunhai_Chart: sunhai_Chart,
btndisabled: false,
btnList: [
{
type: 'primary',
size: 'small',
icon: 'plus',
btnKey: 'toAdd',
btnLabel: '新增'
},
{
type: 'danger',
size: 'small',
icon: 'del',
btnKey: 'doDel',
btnLabel: '删除'
},
// {
// type: 'primary',
// size: 'small',
// icon: 'plus',
// btnKey: 'toAdd',
// btnLabel: ''
// },
// {
// type: 'danger',
// size: 'small',
// icon: 'del',
// btnKey: 'doDel',
// btnLabel: ''
// },
// {
// type: 'primary',
// size: 'small',
@ -247,13 +247,13 @@
// btnKey: 'toGain',
// btnLabel: ''
// },
{
type: 'success',
size: 'small',
icon: 'export',
btnKey: 'import',
btnLabel: '导入'
},
// {
// type: 'success',
// size: 'small',
// icon: 'export',
// btnKey: 'import',
// btnLabel: ''
// },
// {
// type: 'success',
// size: 'small',

Loading…
Cancel
Save