| | |
| | | </template> |
| | | |
| | | <template slot-scope="{ row, size, index }" slot="menu"> |
| | | <el-button :size="size" type="text" icon="el-icon-video-play" v-if="userInfo.role_name.includes('admin')" |
| | | <!-- <el-button :size="size" type="text" icon="el-icon-video-play" v-if="userInfo.role_name.includes('admin')" |
| | | @click="handleDebug(row)">调试 |
| | | </el-button> |
| | | </el-button> --> |
| | | <el-button :size="size" type="text" icon="el-icon-circle-check" v-if="permission.sms_enable" |
| | | @click.stop="handleEnable(row)">启用 |
| | | </el-button> |
| | |
| | | remove, |
| | | enable, |
| | | send |
| | | } from "@/api/resource/sms" |
| | | } from "@/ssoapi/resource/sms" |
| | | import { |
| | | mapGetters |
| | | } from "vuex" |
| | |
| | | // width: 100, |
| | | // searchLabelWidth: 46, |
| | | // row: true, |
| | | // dicUrl: "/api/blade-system/dict/dictionary?code=sms", |
| | | // dicUrl: "/ssoapi/blade-system/dict/dictionary?code=sms", |
| | | // props: { |
| | | // label: "dictValue", |
| | | // value: "dictKey" |