| | |
| | | <template slot-scope="scope">{{scope.row.ctTableName? scope.row.ctTableName: '————'}}</template> |
| | | <!-- <template slot-scope="scope">{{ getSrc1(scope.row.type) }}</template>--> |
| | | </el-table-column> |
| | | <el-table-column label="字段" prop="remark" sortable width="120" align="center" > |
| | | <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> |
| | | <el-table-column label=" " prop="by1" sortable width="120" align="center" > |
| | | <template slot-scope="scope">{{scope.row.by1? scope.row.by1: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="时间" prop="getDate" sortable width="170" align="center" > |
| | | <template slot-scope="scope">{{scope.row.getDate? scope.row.getDate: '————'}}</template> |
| | | <el-table-column label=" " prop="by2" sortable width="170" align="center" > |
| | | <template slot-scope="scope">{{scope.row.by2? scope.row.by2: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="位置" prop="by5" sortable width="170" align="center" > |
| | | <template slot-scope="scope">{{scope.row.by5 ? scope.row.by5: '————'}}</template> |
| | | <el-table-column label=" " prop="by3" sortable width="170" align="center" > |
| | | <template slot-scope="scope">{{scope.row.by3 ? scope.row.by3: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label=" " prop="by4" sortable width="170" align="center" > |
| | | <template slot-scope="scope">{{scope.row.by4? scope.row.by4: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label=" " prop="by6" sortable width="170" align="center" > |
| | | <template slot-scope="scope">{{scope.row.by6 ? scope.row.by6: '————'}}</template> |
| | | </el-table-column> |
| | | |
| | | <!-- </el-table-column>--> |
| | |
| | | formDat: { |
| | | ctTableName:undefined, |
| | | createTime:undefined, |
| | | by1:undefined, |
| | | by2:undefined, |
| | | by3:undefined, |
| | | by4:undefined, |
| | | by5:undefined, |
| | | by6:undefined, |
| | | remark:undefined, |
| | | location:undefined, |
| | | ctId:undefined |