|
|
@ -42,8 +42,8 @@
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</el-form-item>-->
|
|
|
|
</el-form-item>-->
|
|
|
|
<el-form-item label="是否表示" prop="isFlag">
|
|
|
|
<el-form-item label="是否标识" prop="isFlag">
|
|
|
|
<el-select v-model="queryParams.isFlag" placeholder="请选择是否表示" clearable>
|
|
|
|
<el-select v-model="queryParams.isFlag" placeholder="请选择是否标识" clearable>
|
|
|
|
<el-option
|
|
|
|
<el-option
|
|
|
|
v-for="dict in dict.type.record_inspection_cabinet_is_flag"
|
|
|
|
v-for="dict in dict.type.record_inspection_cabinet_is_flag"
|
|
|
|
:key="dict.value"
|
|
|
|
:key="dict.value"
|
|
|
@ -169,7 +169,7 @@
|
|
|
|
<el-button type="primary" @click="openVideoPage(scope.row.filePath)">播放视频</el-button>
|
|
|
|
<el-button type="primary" @click="openVideoPage(scope.row.filePath)">播放视频</el-button>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="是否表示" align="center" prop="isFlag">
|
|
|
|
<el-table-column label="是否标识" align="center" prop="isFlag">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<dict-tag :options="dict.type.record_inspection_cabinet_is_flag" :value="scope.row.isFlag"/>
|
|
|
|
<dict-tag :options="dict.type.record_inspection_cabinet_is_flag" :value="scope.row.isFlag"/>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
@ -240,7 +240,7 @@
|
|
|
|
<el-form-item label="视频名称" prop="filePath">
|
|
|
|
<el-form-item label="视频名称" prop="filePath">
|
|
|
|
<el-input v-model="form.filePath" placeholder="请输入视频名称(*.mp4)" />
|
|
|
|
<el-input v-model="form.filePath" placeholder="请输入视频名称(*.mp4)" />
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label="是否表示" prop="isFlag">
|
|
|
|
<el-form-item label="是否标识" prop="isFlag">
|
|
|
|
<el-radio-group v-model="form.isFlag">
|
|
|
|
<el-radio-group v-model="form.isFlag">
|
|
|
|
<el-radio
|
|
|
|
<el-radio
|
|
|
|
v-for="dict in dict.type.record_inspection_cabinet_is_flag"
|
|
|
|
v-for="dict in dict.type.record_inspection_cabinet_is_flag"
|
|
|
|