Browse Source

完善经销商备案

master
yunuo970428 2 years ago
parent
commit
42732feac2
  1. 2
      anrui-base/anrui-base-ui/src/icons/svg/check.svg
  2. 6
      anrui-base/anrui-base-ui/src/views/dealer/distributormanagement/distributormanagement.vue

2
anrui-base/anrui-base-ui/src/icons/svg/check.svg

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="512" height="512"><g id="_01_align_center" data-name="01 align center"><path d="M7.8,20.53a2.99,2.99,0,0,1-2.121-.877L.086,14.061,1.5,12.646l5.593,5.593a1,1,0,0,0,1.414,0L22.5,4.246,23.914,5.66,9.921,19.653A2.99,2.99,0,0,1,7.8,20.53Z"/></g></svg>

After

Width:  |  Height:  |  Size: 353 B

6
anrui-base/anrui-base-ui/src/views/dealer/distributormanagement/distributormanagement.vue

@ -228,21 +228,21 @@ export default {
{
type: 'primary',
size: 'small',
icon: '',
icon: 'submit',
btnKey: 'toReport',
btnLabel: '报备'
},
{
type: 'danger',
size: 'small',
icon: '',
icon: 'cross',
btnKey: 'toForbidden',
btnLabel: '禁用'
},
{
type: 'primary',
size: 'small',
icon: '',
icon: 'check',
btnKey: 'toEnable',
btnLabel: '启用'
},

Loading…
Cancel
Save