add lucene

This commit is contained in:
2023-05-09 15:37:26 +08:00
parent 9b8d295fe7
commit f6c8f65177
25 changed files with 1049 additions and 92 deletions

View File

@@ -146,11 +146,11 @@
{{ dict.label.agv_system_type[scope.row.agv_system_type] }}
</template>
</el-table-column>
<!-- <el-table-column prop="agv_inst_type" label="AGV任务类型" show-overflow-tooltip width="130">-->
<!-- <template slot-scope="scope">-->
<!-- {{ dict.label.agv_inst_type[scope.row.agv_inst_type] }}-->
<!-- </template>-->
<!-- </el-table-column>-->
<!-- <el-table-column prop="agv_inst_type" label="AGV任务类型" show-overflow-tooltip width="130">-->
<!-- <template slot-scope="scope">-->
<!-- {{ dict.label.agv_inst_type[scope.row.agv_inst_type] }}-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column prop="remark" label="描述" show-overflow-tooltip width="100" />
<el-table-column prop="create_by" label="创建者" show-overflow-tooltip width="100" />
<el-table-column prop="create_time" label="创建时间" show-overflow-tooltip width="150" />