| | |
| | | </el-button> |
| | | </template> |
| | | |
| | | <!-- <template v-if="row.status === 4 && activeTab === 'completed'"> |
| | | <template v-if="row.status === 4 && activeTab === 'completed' && !isProd"> |
| | | <el-button type="text" icon="el-icon-download" @click="exportTheTick(row)" |
| | | >导出 |
| | | </el-button> |
| | | </template> --> |
| | | </template> |
| | | <template v-if="permission.tickets_repeat_review"> |
| | | <el-button |
| | | v-if="row.status === 4 && row.isReview !== 1" |
| | |
| | | import getBaseConfig from '@/buildConfig/config'; |
| | | import CreateQRcode from '@/components/CreateQRcode/CreateQRcode.vue'; |
| | | import { CircleClose } from '@element-plus/icons-vue'; |
| | | |
| | | const isProd = import.meta.env.VITE_APP_ENV === 'production' |
| | | const { envName } = getBaseConfig(); |
| | | |
| | | function regExp(label, name) { |