Commit 242c8783 242c87835c18a1e22a92b9e724bddf029f52bfe5 by zhanghao

commit

1 parent af1e3548
...@@ -27,16 +27,6 @@ ...@@ -27,16 +27,6 @@
27 label="NLP断言" 27 label="NLP断言"
28 min-width="3"> 28 min-width="3">
29 </el-table-column> 29 </el-table-column>
30 <el-table-column
31 prop="data_type"
32 label="data_type"
33 min-width="1">
34 </el-table-column>
35 <el-table-column
36 prop="input_type"
37 label="input_type"
38 min-width="1">
39 </el-table-column>
40 </el-table> 30 </el-table>
41 </div> 31 </div>
42 </template> 32 </template>
......