| | |
| | | v-text="textDispose(row, 'principalPhoneflag', 'principalPhone')"> |
| | | </el-button> |
| | | </template> |
| | | <template slot="menuLeft"> |
| | | <!-- <template slot="menuLeft"> |
| | | <el-button type="warning" size="small" plain icon="el-icon-download" @click="handleExport">导出 |
| | | </el-button> |
| | | </template> |
| | | </template> --> |
| | | </avue-crud> |
| | | |
| | | |
| | |
| | | <div class="question-item" v-for="(item, index) in tItem.questionList" :key='index' v-show="tItem.isShowQList"> |
| | | <div class="question-name"> |
| | | <div class="key">{{ index + 1 }}、{{ item.itemsNameTitle }}</div> |
| | | <div class="value"><el-radio v-model="radio" label="1" disabled>存在</el-radio> |
| | | <el-radio v-model="radio" label="2" disabled>不存在</el-radio> |
| | | <div class="value"><el-radio v-model="radio" label="1" disabled>是</el-radio> |
| | | <el-radio v-model="radio" label="2" disabled>否</el-radio> |
| | | </div> |
| | | </div> |
| | | <div class="yh-pic-box"> |
| | |
| | | overHidden: true, |
| | | align: 'center' |
| | | }, { |
| | | label: "场所类别", |
| | | prop: "nineType", |
| | | align: 'center', |
| | | dicUrl: "/api/blade-system/dict-biz/tree?code=nineType", |
| | | props: { |
| | | label: "title", |
| | | value: "key", |
| | | }, |
| | | type: 'select', |
| | | search: true, |
| | | searchSpan: 4, |
| | | searchLabelWidth: 96, |
| | | align: 'center' |
| | | }, { |
| | | label: "所属街道", |
| | | prop: "streetName", |
| | | span: 24, |
| | |
| | | span: 24, |
| | | row: true, |
| | | searchSpan: 4, |
| | | align: 'center' |
| | | align: 'center', |
| | | width: 90, |
| | | }, |
| | | { |
| | | label: "场所负责人", |
| | |
| | | searchSpan: 4, |
| | | align: 'center' |
| | | }, |
| | | // { |
| | | // width: 110, |
| | | // label: "签名", |
| | | // prop: "signaturePath", |
| | | // type: "upload", |
| | | // listType: "picture-img", |
| | | // span: 24, |
| | | // align: 'center' |
| | | // }, |
| | | { |
| | | width: 110, |
| | | label: "工作照片", |
| | | prop: "workImage", |
| | | type: "upload", |
| | | listType: "picture-img", |
| | | span: 24, |
| | | align: 'center' |
| | | }, |
| | | { |
| | | width: 110, |
| | | label: "审核状态", |
| | |
| | | // 获取问题类型 |
| | | getPatrolGroupTree() { |
| | | getPatrolGroupTree({ |
| | | type: 1, |
| | | childType: 1 |
| | | type: 3, |
| | | childType: 9 |
| | | }).then(res => { |
| | | this.questionTypeList = res.data.data |
| | | }) |
| | |
| | | } |
| | | }) |
| | | } |
| | | data.records.forEach(item => { |
| | | if (item.signaturePath.length > 0) { |
| | | var urls = [] |
| | | var names = item.signaturePath.split(",") |
| | | names.forEach(name => { |
| | | urls.push(website.minioUrl + name) |
| | | }) |
| | | item.signaturePath = urls.join(",") |
| | | } |
| | | }) |
| | | |
| | | this.page.total = data.total |
| | | this.data = data.records |
| | | this.loading = false |