quanyawei
2023-10-25 ab51d1f63674239f308e5581567f40b9acc9edf2
Merge branch 'feature_1.0'
1 files modified
16 ■■■■ changed files
src/views/list/road.vue 16 ●●●● patch | view | raw | blame | history
src/views/list/road.vue
@@ -179,7 +179,7 @@
  private change1(dates: Moment[]) {
   this.timevalue=[]
   this.timevalue=[dates[0].format("YYYY-MM-DD hh:mm"),dates[1].format("YYYY-MM-DD hh:mm")]
   this.timevalue=[dates[0].format("YYYY-MM-DD HH:mm"),dates[1].format("YYYY-MM-DD HH:mm")]
  }
   private  mounted() {
@@ -219,12 +219,22 @@
  private tableLoading: boolean = false;
  private columns: any[] = [
    {
      title: "序号",
      dataIndex: "key",
      key: "key",
      align: "center",
      customRender: (text,record,index) => `${index+1}`,
      width: 60,
    },
    {
      title: "路段名称",
      dataIndex: "startPoint"
      dataIndex: "startPoint",
       align: "center",
    },
    {
      title: "操作",
      customRender: this.opRender
      customRender: this.opRender,
       align: "center",
    }
  ];
  private openIn(){