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;} // 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 .bar:last-of-type{border-right: 0px solid #eeeeee;width: calc((100% - 0px) / 4 );}
// .tabhead .barb {background-color: #fff;color: #0b5394;} */ // .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; top: 30px;
left: 20px; left: 20px;
z-index: 900; z-index: 900;

42
src/views/zhiwujiance/zhiwujianceList.vue

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

Loading…
Cancel
Save