{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-fvue\\src\\views\\app\\history.vue?vue&type=template&id=4b4a5627&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\src\\views\\app\\history.vue","mtime":1667327529872},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["\n<div class=\"container\">\n  <!-- <div class=\"metContainer\" v-for=\"(itemArr, index) in metDataListSorted\" :key=\"index\" style=\"display: flex;\">\n    <div class=\"metDate\">\n      <div class=\"metMouth\">{{ itemArr[0].date.split('-')[0] }} 月 </div>\n      <div class=\"metDay\">{{ itemArr[0].date.split('-')[1] }}</div>\n    </div>\n    <div class=\"metItem\">\n      <el-row :gutter=\"40\" class=\"el-row\" type=\"flex\" justify=\"start\" style=\"flex-wrap: wrap; flex-direction:row; \">\n        <el-col v-for=\"(item, index) in metDataListSorted[index]\" :xs=\"24\" :sm=\"12\" :md=\"8\" style=\"flex: 1;\">\n          <meetingItem :MetData=\"item\" />\n        </el-col>\n      </el-row>\n    </div>\n  </div> -->\n  <div class=\"item\" v-for=\"(item, index) in metDataList\" :key=\"index\">\n    <div class=\"time\">\n      <p>\n        {{ item.startTime.substring(0, 2) }}月{{\n          item.startTime.substring(3, 5)\n        }}日 {{ item.startTime.substr(6) }}\n      </p>\n      <p style=\"color: #b2b5be\">{{ item.createTime.substring(0, 4) }} 年</p>\n    </div>\n    <div class=\"info\" @click=\"detils(item.id)\">\n      <div class=\"left\">\n        <p>\n          结束时间: {{ item.endTime.substring(0, 2) }}月{{\n            item.endTime.substring(3, 5)\n          }}日 {{ item.endTime.substr(6) }}\n        </p>\n        <p class=\"title\">{{ item.theme }}</p>\n        <p>\n          <span>时间: {{ item.startTime.substr(6) }} </span>\n          <span>发起人: {{ item.createName }}</span>\n        </p>\n      </div>\n      <div class=\"right\">\n        <van-icon name=\"arrow\" size=\"20\" color=\"#545965\" />\n      </div>\n    </div>\n  </div>\n</div>\n",null]}