AI识别算法开发

This commit is contained in:
卢序振 2023-12-14 10:31:49 +08:00
parent 07ceade975
commit 6ed11e3f24
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import ThemePicker from "@/components/ThemePicker";
export default { export default {
name: "App", name: "App",
created() { created() {
this.$store.dispatch('LogOut') if (process.env.NODE_ENV !== 'development') this.$store.dispatch('LogOut')
}, },
components: { ThemePicker }, components: { ThemePicker },
methods:{ methods:{

View File

@ -81,7 +81,7 @@
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row> </el-row>
<el-table v-loading="loading" :data="godUniversalElectricMeterList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="qyzyWorkRedioList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center"/> <el-table-column type="selection" width="55" align="center"/>
<el-table-column label="识别编号" align="center" prop="reserveOne"/> <el-table-column label="识别编号" align="center" prop="reserveOne"/>
<el-table-column label="识别类型" align="center" prop="reserveTwo"/> <el-table-column label="识别类型" align="center" prop="reserveTwo"/>