inspectList.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  1. <template>
  2. <view class="inspectList">
  3. <view class="page_tab">
  4. <view class="page_tab_bar active">
  5. <view class="tab_dept">
  6. <text @click="changeDept">{{ currenDept.dept}}</text>
  7. <button class="changeDept" type="default" size="mini" @click="moreFilter()">
  8. 更多筛选
  9. </button>
  10. </view>
  11. </view>
  12. </view>
  13. <view v-if="zxzData.length == 0" class="zwsj">
  14. <image class="zwsj-img" mode="widthFix" src="../../static/img/zanwushuju.png"></image>
  15. <view class="zwsj-txt">暂无数据</view>
  16. </view>
  17. <view v-if="zxzData.length" class="page_items">
  18. <scroll-view class="page_items_scroll" scroll-y :refresher-enabled="scroll_refresher_enabled"
  19. :refresher-triggered="triggered" @refresherrefresh="refresherrefresh" @refresherrestore="refresherrestore"
  20. @scrolltolower="scrolltolower" :scroll-top="scroll_top" @refresherabort="refresherabort" @scroll="scroll"
  21. refresher-background="transport">
  22. <view class="page_item_wrap" v-for="(item, index) of zxzData" :key="index">
  23. <view class="page_item">
  24. <view class="L"></view>
  25. <view class="R"></view>
  26. <view class="page_item_top">
  27. <view class="page_item_top_L">
  28. <template v-if="item.illnessState">
  29. <text v-if="item.illnessState.value === '2'"
  30. class="colorRed icon_transport transport-tubiao_wei"></text>
  31. <text v-if="item.illnessState.value === '3'" class="colorRed icon_transport transport-zhong"></text>
  32. </template>
  33. <template v-if="item.careLevel">
  34. <text v-if="item.careLevel.value === '0'" class="icon_transport transport-te1"></text>
  35. <text v-if="item.careLevel.value === '1'" class="icon_transport transport-1_round_solid"></text>
  36. <text v-if="item.careLevel.value === '2'" class="icon_transport transport-2_round_solid"></text>
  37. <text v-if="item.careLevel.value === '3'" class="icon_transport transport-3_round_solid"></text>
  38. </template>
  39. <text class="L_time"
  40. :style="{ color: item.focusPatient == 1 ? 'red' : '' }">{{ item.patientName }}({{ item.bedNum }})</text>
  41. </view>
  42. <view class="page_item_top_R">
  43. <text>{{item.inspectState?item.inspectState.name:''}}</text>
  44. <button @click="build(item)"
  45. v-if="!item.gdId&&(item.inspectState.value==1||item.inspectState.value==30)">建单</button>
  46. <button @click="viewWorkOrder(item)" v-if="item.gdId">查看工单</button>
  47. </view>
  48. </view>
  49. <view class="page_item_cont">
  50. <view class="page_item_conts">
  51. <view>
  52. <text class="p_title">住院号:</text>
  53. <text class="p_info">{{ item.residenceNo || "-" }}</text>
  54. </view>
  55. <view>
  56. <text class="p_title">检查科室:</text>
  57. <text class="p_info">{{
  58. item.execDept ? item.execDept.dept : "-"
  59. }}</text>
  60. </view>
  61. <view>
  62. <text class="p_title">检查项目:</text>
  63. <text class="p_info">{{ item.inspectName || "-" }}</text>
  64. </view>
  65. <view class="btn">
  66. <text class="p_title">预约时间:</text>
  67. <text class="p_info">{{ item.yyTime || "-" }}</text>
  68. <button @click="changeYyTime(item)" v-if="item.inspectState.value == 1 || item.inspectState.value == 30">修改</button>
  69. </view>
  70. <view>
  71. <text class="p_title">预约叫号:</text>
  72. <text class="p_info">{{
  73. item.reservationNumber || "-"
  74. }}</text>
  75. </view>
  76. <view>
  77. <text class="p_title">是否紧急:</text>
  78. <text class="p_info"
  79. :class="{red:item.priority==='1'||item.priority===1}">{{(item.priority==='1'||item.priority===1)?'是':'否'}}</text>
  80. </view>
  81. <view>
  82. <text class="p_title">护理等级:</text>
  83. <text class="p_info"
  84. :class="{red:item.careLevel&&(item.careLevel.value==0||item.careLevel.value==1)}">{{item.careLevel?item.careLevel.name:'-'}}</text>
  85. </view>
  86. <view>
  87. <text class="p_title">病情级别:</text>
  88. <text class="p_info"
  89. :class="{red:item.illnessState&&(item.illnessState.value==2||item.illnessState.value==3)}">{{item.illnessState?item.illnessState.name:'-'}}</text>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <view class="L-l"></view>
  95. <view class="R-l"></view>
  96. </view>
  97. </scroll-view>
  98. </view>
  99. <!-- 底部扫一扫 -->
  100. <bigScreen></bigScreen>
  101. <!-- 筛选 -->
  102. <fjj-condition @touchmove.stop :list="list" :visibleDrawer="visibleDrawer" @result="resultConditon"
  103. :keyWordGvie="searchlist.keyWord" :keyWordOld="keyWordOld" :bedNumSortGvie="searchlist.bedNumSort" :inspectStateList="inspectStateList" />
  104. <!-- 弹窗 -->
  105. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  106. @ok="ok" @cancel="cancel" @know="know" :operate="models.operate"></showModel>
  107. <!-- 弹窗 -->
  108. <inspectRemoveModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor" :content="models1.content" @know="know1" :operate="models1.operate" @ok="ok1" @cancel="cancel1"></inspectRemoveModel>
  109. </view>
  110. </template>
  111. <script>
  112. import bigScreen from "../../components/bigScreen/bigScreen.vue";
  113. import {
  114. get,
  115. post,
  116. deleteIt,
  117. webHandle
  118. } from "../../http/http.js";
  119. // https://ext.dcloud.net.cn/plugin?id=2849
  120. import fjjCondition from "@/components/fjj-condition/fjj-condition.vue";
  121. import showModel from "../../components/showModel/showModel.vue";
  122. export default {
  123. data() {
  124. return {
  125. keyWordOld: '',
  126. currentInspect: null,
  127. // 弹窗model1
  128. models1: {
  129. disjunctor: false,
  130. },
  131. // 记录当前滚动条的位置
  132. scrollYY: 0,
  133. // 建单的对象
  134. jdItem: {},
  135. // 弹窗model
  136. models: {
  137. disjunctor: false,
  138. },
  139. // 面板是否显示
  140. visibleDrawer: false,
  141. // 面板数据
  142. list: [{
  143. title: "时间",
  144. type: "single", //single不带时分秒
  145. key: "yyTime",
  146. },
  147. {
  148. title: "关键词",
  149. type: "keyWord", //keyWord是input
  150. key: "keyWord",
  151. },
  152. {
  153. title: "排序",
  154. type: "bedNumSort", //床号排序
  155. key: "bedNumSort",
  156. },
  157. {
  158. title: "检查信息状态",
  159. type: "inspectState", //检查信息状态
  160. key: "inspectState",
  161. },
  162. ],
  163. // 面板搜索数据
  164. searchlist: {
  165. yyTime: new Date().Format("yyyy/MM/dd"),
  166. keyWord: "",
  167. bedNumSort: false,
  168. inspectState: "1,30",
  169. },
  170. // 检查信息状态列表
  171. inspectStateList: [],
  172. //当前登录人所属科室
  173. currenDept: {},
  174. // 抢单的id
  175. qdId: "",
  176. //列表数据
  177. zxzData: [],
  178. //分页页码
  179. idx: 0,
  180. // 列表项总数
  181. totalNum: -1,
  182. triggered: false, //下拉刷新状态
  183. freshing: false, //上拉加载开关
  184. scroll_top: 0, //距离顶部的距离
  185. scroll_refresher_enabled: true, //是否开启自定义下拉刷新
  186. };
  187. },
  188. components: {
  189. bigScreen,
  190. fjjCondition,
  191. },
  192. methods: {
  193. // 修改预约时间->知道了
  194. know1() {
  195. this.models1.disjunctor = false;
  196. },
  197. // 修改预约时间->确定
  198. ok1(data) {
  199. console.log(data);
  200. const { yyTime} = data;
  201. if (!yyTime) {
  202. //没有填写预约时间
  203. uni.showModal({
  204. title: "提示",
  205. content: "请填写预约时间!",
  206. showCancel: false,
  207. success: function(res) {
  208. if (res.confirm) {
  209. console.log("用户点击确定");
  210. } else if (res.cancel) {
  211. console.log("用户点击取消");
  212. }
  213. },
  214. });
  215. return;
  216. }
  217. this.models1.disjunctor = false;
  218. let postData = {
  219. inspectCode: this.currentInspect.inspectCode,
  220. yyTime
  221. };
  222. uni.showLoading({
  223. title: '加载中',
  224. mask: true,
  225. })
  226. post('/workerOrder/updateInspectYytime', postData).then(res => {
  227. uni.hideLoading();
  228. if (res.status == 200) {
  229. this.idx = 0;
  230. this.totalNum = -1;
  231. this.waitingOrders(0);
  232. } else {
  233. uni.showToast({
  234. icon: "none",
  235. title: "修改失败",
  236. });
  237. }
  238. })
  239. },
  240. // 修改预约时间->取消
  241. cancel1() {
  242. this.models1.disjunctor = false;
  243. },
  244. // 修改预约时间
  245. changeYyTime(item) {
  246. this.currentInspect = item;
  247. this.models1 = {
  248. disjunctor: true,
  249. content: `您要修改[${item.inspectName||''}]的预约时间`,
  250. icon: "warn",
  251. operate: {
  252. ok: "确定",
  253. cancel: "取消",
  254. },
  255. };
  256. },
  257. // 更多筛选
  258. moreFilter() {
  259. uni.showLoading({
  260. title: "加载中",
  261. mask: true,
  262. });
  263. let postData = {
  264. "type": "list",
  265. "key": "inspect_state"
  266. };
  267. post("/common/common/getDictionary", postData).then((result) => {
  268. this.inspectStateList = result.map(item => {
  269. return {
  270. label: item.name,
  271. value: item.value
  272. }
  273. });
  274. this.inspectStateList.unshift({
  275. label: '全部',
  276. value: '0'
  277. });
  278. uni.hideLoading();
  279. this.visibleDrawer = true;
  280. })
  281. },
  282. // 查看工单
  283. viewWorkOrder(data) {
  284. console.log(data)
  285. uni.navigateTo({
  286. url: `../receipt_infopage/receipt_infopage?id=${data.gdId}`,
  287. });
  288. },
  289. // 建单
  290. build(data) {
  291. console.log(data);
  292. this.jdItem = data;
  293. this.models = {
  294. disjunctor: true,
  295. title: "提示",
  296. content: `您即将创建【${data.patientName || ""}】患者前往【${
  297. data.execDept ? data.execDept.dept : ""
  298. }】进行【${data.inspectName || ""}】检查,您确认吗?`,
  299. icon: "warn",
  300. operate: {
  301. ok: "确定",
  302. cancel: "取消",
  303. },
  304. };
  305. },
  306. //建单后知道了
  307. know() {
  308. this.models.disjunctor = false;
  309. this.idx = 0;
  310. this.totalNum = -1;
  311. this.waitingOrders(0);
  312. // this.scroll_top = Math.random(); //回到顶部
  313. this.scroll_top = this.scrollYY; //回到当前位置
  314. },
  315. //建单确定
  316. ok() {
  317. this.models.disjunctor = false;
  318. let postData = {
  319. deptId: this.currenDept.id
  320. };
  321. let taskId;
  322. uni.showLoading({
  323. title: "加载中",
  324. mask: true,
  325. });
  326. post("/nurse/getDeptTaskType", postData).then((result) => {
  327. if (result.status == 200) {
  328. let obj = result.data.allTaskTypes.filter(
  329. (item) => item.associationType.value == "inspect"
  330. );
  331. if (obj.length) {
  332. taskId = obj[0].id;
  333. let postData = {
  334. workOrder: {
  335. sourceId: 4,
  336. taskType: {
  337. id: taskId,
  338. isHalfInspect: obj[0].isHalfInspect === 1 ? 1 : 0
  339. },
  340. createDept: this.currenDept.id,
  341. startDept: {
  342. id: this.currenDept.id
  343. },
  344. patient: {
  345. patientCode: this.jdItem.patientCode
  346. },
  347. checkList: [{
  348. id: this.jdItem.id
  349. }],
  350. goods: "",
  351. worker: {
  352. id: uni.getStorageSync("userData").user.id
  353. },
  354. workerStartOrderFlag: 1,
  355. },
  356. };
  357. //根据检查的紧急度加急
  358. if (this.jdItem.priority === 1 || this.jdItem.priority === '1') {
  359. postData.workOrder["urgentDetails"] = {
  360. checkStatus: {
  361. id: 329
  362. },
  363. urgentReason: '系统根据检查信息,自动进行加急',
  364. };
  365. }
  366. post("/api/startOrder", postData).then((res) => {
  367. uni.hideLoading();
  368. let msg = res.msg;
  369. let icon = "error";
  370. if (res.status == 200) {
  371. msg = "建单成功";
  372. icon = "success";
  373. }
  374. this.models = {
  375. disjunctor: true,
  376. content: msg,
  377. icon: icon,
  378. operate: {
  379. know: "知道了",
  380. },
  381. };
  382. });
  383. } else {
  384. uni.hideLoading();
  385. this.models = {
  386. disjunctor: true,
  387. content: "建单失败,科室未开通!",
  388. icon: "error",
  389. operate: {
  390. know: "知道了",
  391. },
  392. };
  393. }
  394. } else {
  395. uni.hideLoading();
  396. uni.showToast({
  397. icon: "none",
  398. title: "请求失败!",
  399. });
  400. }
  401. });
  402. },
  403. //建单取消
  404. cancel() {
  405. this.models.disjunctor = false;
  406. },
  407. //点击确定后返回参数
  408. resultConditon(obj) {
  409. console.log(obj);
  410. this.visibleDrawer = obj.visibleDrawer;
  411. if (obj.str_result) {
  412. this.searchlist = {
  413. yyTime: obj.str_result.yyTime,
  414. keyWord: obj.str_result.keyWord,
  415. bedNumSort: obj.str_result.bedNumSort,
  416. inspectState: obj.str_result.inspectState,
  417. };
  418. this.idx = 0;
  419. this.totalNum = -1;
  420. this.waitingOrders(0);
  421. }
  422. },
  423. // 切换科室
  424. changeDept() {
  425. uni.navigateTo({
  426. url: `../search/search?type=inspectList`,
  427. });
  428. },
  429. //检查列表数据获取
  430. waitingOrders(idx) {
  431. if (this.zxzData.length == this.totalNum) {
  432. uni.showToast({
  433. icon: "none",
  434. title: "没有更多数据了!",
  435. });
  436. this.freshing = true;
  437. return;
  438. }
  439. console.log(this.searchlist, 222222)
  440. let postData = {
  441. idx,
  442. sum: 99999,
  443. inspect: {
  444. hosId: uni.getStorageSync("userData").user.currentHospital.id,
  445. platForm: 2,
  446. searchDays: 10000,
  447. applyDept: {
  448. id: this.currenDept.id,
  449. },
  450. clickSort: this.searchlist.bedNumSort,
  451. yyTime: this.searchlist.yyTime.split("/").join("-") + " 00:00:00",
  452. },
  453. };
  454. if (this.searchlist.inspectState) {
  455. let arr = this.searchlist.inspectState.split(',');
  456. let flag = arr.includes('0');
  457. postData.inspect.inspectState = {
  458. "value": flag ? '0' : arr.join(',')
  459. };
  460. }
  461. // url传递过来的住院号
  462. if (this.currenDept.patientCode) {
  463. this.searchlist.keyWord = this.currenDept.patientCode;
  464. this.currenDept.patientCode = "";
  465. }
  466. if (this.searchlist.keyWord) {
  467. postData.inspect.keyWord = this.searchlist.keyWord;
  468. }
  469. uni.showLoading({
  470. title: "加载中",
  471. mask: true,
  472. });
  473. // 请求列表数据
  474. post("/nurse/fetchDataList/inspect", postData).then((res) => {
  475. uni.hideLoading();
  476. if (res.status == 200) {
  477. this.triggered = false;
  478. this.freshing = true;
  479. this.totalNum = res.totalNum;
  480. res.list = res.list.map(v => {
  481. if(v.yyTime){
  482. let [date, time] = v.yyTime.split(" ");
  483. v.yyTime = new Date(date).Format('yyyy-MM-dd') + " " + time.slice(0, -3);
  484. }
  485. return v;
  486. })
  487. if (idx === 0) {
  488. this.zxzData = res.list;
  489. } else {
  490. this.zxzData.push(...res.list);
  491. }
  492. } else {
  493. uni.showToast({
  494. icon: "none",
  495. title: "请求失败!",
  496. });
  497. }
  498. });
  499. },
  500. //刷新
  501. refresherrefresh() {
  502. if (this.triggered) {
  503. return;
  504. }
  505. console.log("下拉刷新");
  506. this.triggered = true;
  507. this.idx = 0;
  508. this.totalNum = -1;
  509. this.waitingOrders(0);
  510. },
  511. // 下拉刷新复位
  512. refresherrestore() {
  513. this.triggered = false;
  514. console.log("下拉刷新复位");
  515. },
  516. //下拉刷新中止
  517. refresherabort() {
  518. this.triggered = false;
  519. console.log("下拉刷新中止");
  520. },
  521. //分页,上拉加载
  522. scrolltolower() {
  523. if (this.freshing) {
  524. console.log("上拉加载");
  525. this.freshing = false;
  526. this.waitingOrders(++this.idx);
  527. }
  528. },
  529. // 滚动
  530. scroll(e) {
  531. this.scrollYY = e.detail.scrollTop;
  532. if (e.detail.scrollTop < 20) {
  533. this.scroll_refresher_enabled = true;
  534. } else {
  535. this.scroll_refresher_enabled = false;
  536. }
  537. },
  538. // 阻止浏览器滑动
  539. stop(e) {
  540. e.preventDefault();
  541. },
  542. },
  543. onLoad(options) {
  544. console.log(options, 'options');
  545. let patientCurrentDept = uni.getStorageSync("patientCurrentDept");
  546. if (Object.keys(options).length) {
  547. let {
  548. id,
  549. dept,
  550. patientCode
  551. } = options;
  552. this.currenDept.id = id;
  553. this.currenDept.dept = dept;
  554. this.currenDept.patientCode = patientCode;
  555. this.keyWordOld = patientCode;
  556. } else if (patientCurrentDept) {
  557. this.currenDept.id = patientCurrentDept.id;
  558. this.currenDept.dept = patientCurrentDept.dept;
  559. } else {
  560. this.currenDept = uni.getStorageSync("userData").user.dept;
  561. }
  562. this.waitingOrders(0);
  563. // #ifdef APP-PLUS
  564. webHandle("no", "app");
  565. // #endif
  566. // #ifdef H5
  567. webHandle("no", "wx");
  568. // #endif
  569. },
  570. onShow() {
  571. // #ifdef H5
  572. document.body.addEventListener("touchmove", this.stop, {
  573. passive: false,
  574. });
  575. // #endif
  576. },
  577. onHide() {
  578. // #ifdef H5
  579. document.body.removeEventListener("touchmove", this.stop, {
  580. passive: false,
  581. });
  582. // #endif
  583. },
  584. };
  585. </script>
  586. <style lang="less">
  587. .inspectList {
  588. width: 100%;
  589. height: 100%;
  590. position: relative;
  591. .icon_transport {
  592. color: #49b856;
  593. font-size: 36rpx;
  594. &.colorRed {
  595. color: red;
  596. font-size: 32rpx;
  597. }
  598. }
  599. .page_tab {
  600. width: 100%;
  601. height: 96rpx;
  602. display: flex;
  603. position: fixed;
  604. left: 0;
  605. top: 0;
  606. z-index: 999;
  607. .page_tab_bar {
  608. flex: 1;
  609. font-size: 36rpx;
  610. background: #fff;
  611. display: flex;
  612. justify-content: center;
  613. align-items: center;
  614. position: relative;
  615. &:after {
  616. content: "";
  617. position: absolute;
  618. left: 0;
  619. bottom: 0;
  620. height: 2rpx;
  621. width: 100%;
  622. background-color: transparent;
  623. }
  624. .tab_dept {
  625. position: relative;
  626. .changeDept {
  627. width: 140rpx;
  628. white-space: nowrap;
  629. margin: 0;
  630. position: absolute;
  631. right: 0;
  632. top: 50%;
  633. transform: translate(105%, -50%);
  634. padding: 0 0.5em;
  635. line-height: 2;
  636. }
  637. .moreFilter {
  638. left: 0;
  639. transform: translate(-105%, -50%);
  640. }
  641. }
  642. &.active {
  643. color: #49b856;
  644. &:after {
  645. background-color: #49b856;
  646. }
  647. }
  648. }
  649. }
  650. .zwsj {
  651. position: absolute;
  652. left: 50%;
  653. top: 180rpx;
  654. transform: translateX(-50%);
  655. .zwsj-img {
  656. width: 560rpx;
  657. }
  658. .zwsj-txt {
  659. font-size: 36rpx;
  660. font-weight: 700;
  661. margin-top: 20rpx;
  662. text-align: center;
  663. }
  664. }
  665. .page_items {
  666. height: calc(100vh - 184rpx);
  667. padding: 0 20rpx;
  668. padding-top: 96rpx;
  669. .page_items_scroll {
  670. height: 100%;
  671. .page_item_wrap {
  672. position: relative;
  673. margin-bottom: 32rpx;
  674. .page_item {
  675. margin-bottom: 16rpx;
  676. background: #fff;
  677. border-radius: 8rpx;
  678. overflow: hidden;
  679. border: 2rpx solid #e5e9ed;
  680. display: flex;
  681. flex-direction: column;
  682. justify-content: space-between;
  683. .L {
  684. width: 40rpx;
  685. height: 40rpx;
  686. border-radius: 50%;
  687. background: #f9fafb;
  688. position: absolute;
  689. left: -24rpx;
  690. top: 68rpx;
  691. border: 2rpx solid #e5e9ed;
  692. }
  693. .R {
  694. width: 40rpx;
  695. height: 40rpx;
  696. border-radius: 50%;
  697. background: #f9fafb;
  698. position: absolute;
  699. float: right;
  700. right: -24rpx;
  701. top: 68rpx;
  702. border: 2rpx solid #e5e9ed;
  703. }
  704. .page_item_top {
  705. height: 86rpx;
  706. border-bottom: 2rpx dashed #e5e9ed;
  707. padding: 0 16rpx;
  708. display: flex;
  709. align-items: center;
  710. justify-content: space-between;
  711. .page_item_top_L {
  712. height: 100%;
  713. float: left;
  714. display: flex;
  715. align-items: center;
  716. line-height: 88rpx;
  717. text-overflow: ellipsis;
  718. overflow: hidden;
  719. white-space: nowrap;
  720. color: #6cc076;
  721. .L_time {
  722. font-size: 28rpx;
  723. }
  724. }
  725. .page_item_top_R {
  726. float: right;
  727. display: flex;
  728. align-items: center;
  729. justify-content: space-between;
  730. text {
  731. font-size: 28rpx;
  732. color: #49b856;
  733. margin-right: 16rpx;
  734. }
  735. button {
  736. font-size: 28rpx;
  737. color: #49b856;
  738. height: 50rpx;
  739. line-height: 50rpx;
  740. margin: 0;
  741. }
  742. }
  743. }
  744. .page_item_cont {
  745. padding: 16rpx;
  746. text-align: left;
  747. position: relative;
  748. .page_item_conts {
  749. color: rgb(102, 102, 102);
  750. font-size: 28rpx;
  751. view {
  752. margin-bottom: 10rpx;
  753. margin-left: 40rpx;
  754. display: flex;
  755. }
  756. .btn{
  757. button {
  758. font-size: 28rpx;
  759. color: #49b856;
  760. height: 50rpx;
  761. line-height: 50rpx;
  762. margin: 0;
  763. }
  764. }
  765. .p_title {
  766. width: 160rpx;
  767. }
  768. .p_info {
  769. flex: 1;
  770. &.red {
  771. color: red;
  772. }
  773. }
  774. .num {
  775. float: right;
  776. }
  777. }
  778. }
  779. .page_item_btn {
  780. height: 88rpx;
  781. background-image: linear-gradient(to right, #72c172, #3bb197);
  782. border-radius: 8rpx;
  783. line-height: 88rpx;
  784. color: #fff;
  785. font-size: 36rpx;
  786. font-weight: 700;
  787. text-align: center;
  788. }
  789. }
  790. .L-l {
  791. width: 2rpx;
  792. height: 40rpx;
  793. background: #f9fafb;
  794. position: absolute;
  795. left: 20rpx;
  796. top: 72rpx;
  797. display: none;
  798. }
  799. .R-l {
  800. width: 2rpx;
  801. height: 40rpx;
  802. background: #f9fafb;
  803. position: absolute;
  804. right: 20rpx;
  805. top: 72rpx;
  806. display: none;
  807. }
  808. }
  809. }
  810. }
  811. }
  812. </style>