shish 5 år sedan
förälder
incheckning
2a75971647

+ 1 - 1
ghsApp/src/api/clear/index.js

@@ -8,7 +8,7 @@ export const getDetail = async id => {
 };
 
 /** *
- * 月结
+ * 月结单
  */
 export const getClearList = async data => {
 	return https.get("/clear/list", data);

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -51,7 +51,7 @@
       <view class="module-com user-open_bx">
         <view class="input-line-wrap">
             <tui-list-cell class="line-cell" :hover="false" :arrow="true" @click="pageTo({ url: '/admin/clear/list',query: {customId: userInfo.id}})">
-              <div class="tui-title">月结单</div>
+              <div class="tui-title">月结单</div>
             </tui-list-cell>
             <tui-list-cell class="line-cell" :hover="false">
               <div class="tui-title">允许欠款</div>

+ 1 - 1
hdApp/src/api/clear/index.js

@@ -8,7 +8,7 @@ export const getDetail = async id => {
 };
 
 /** *
- * 月结
+ * 月结单
  */
 export const getClearList = async data => {
 	return https.get("/clear/list", data);