|
@@ -1,8 +1,8 @@
|
|
import { Checkbox, Icon, Popup } from 'vant'
|
|
import { Checkbox, Icon, Popup } from 'vant'
|
|
import { defineComponent, PropType } from 'vue'
|
|
import { defineComponent, PropType } from 'vue'
|
|
import styles from './index.module.less'
|
|
import styles from './index.module.less'
|
|
-import activeButtonIcon from '@common/images/icon_checkbox.png'
|
|
|
|
-import inactiveButtonIcon from '@common/images/icon_checkbox_default.png'
|
|
|
|
|
|
+import activeButtonIcon from '@common/images/icon-checkbox-check.png'
|
|
|
|
+import inactiveButtonIcon from '@common/images/icon-checkbox-default.png'
|
|
import ColHeader from '../o-header'
|
|
import ColHeader from '../o-header'
|
|
import request from '@/helpers/request'
|
|
import request from '@/helpers/request'
|
|
const protocolText = {
|
|
const protocolText = {
|