| | |
| | | redirect: '/securityUnit/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '保安单位信息', |
| | | name: '单位信息', |
| | | meta: { |
| | | i18n: 'dict' |
| | | }, |
| | |
| | | redirect: '/securityUnitChild/index', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '保安单位详情', |
| | | name: '单位详情', |
| | | meta: { |
| | | i18n: 'dict' |
| | | }, |
| | |
| | | <el-tag class="dtype"> |
| | | {{ |
| | | row.auditStatus == 1 |
| | | ? "审核通过" |
| | | ? "待审核" |
| | | : row.auditStatus == 2 |
| | | ? "审核不通过" |
| | | : "待审核" |
| | | ? "审核通过" |
| | | : "审核不通过" |
| | | }} |
| | | <i class="zc" v-if="row.auditStatus == 1"></i> |
| | | <i class="yj" v-if="row.auditStatus == 2"></i> |
| | | <i class="gz" v-if="row.auditStatus == 3"></i> |
| | | <i class="zc" v-if="row.auditStatus == 2"></i> |
| | | <i class="yj" v-if="row.auditStatus == 3"></i> |
| | | <i class="gz" v-if="row.auditStatus == 1"></i> |
| | | </el-tag> |
| | | </template> |
| | | <template slot="menuLeft"> |
| | |
| | | label: "派遣单位类型", |
| | | prop: "district", |
| | | type: "select", |
| | | search: true, |
| | | search: false, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=dispatcherUnitType", |
| | | props: { |
| | | label: "dictValue", |
| | |
| | | if (this.data[k].num == -1) { |
| | | this.data[k].num = null; |
| | | } |
| | | if (this.data[k].district == -1) { |
| | | this.data[k].district = null; |
| | | } |
| | | } |
| | | window.localStorage.setItem("paqiandataS", JSON.stringify(this.data)); |
| | | this.loading = false; |