mo пре 4 година
родитељ
комит
8a755e1eb9

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-0790736e.cc6abe72.css → dist/static/css/chunk-60939714.14e6e9b0.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.point[data-v-31dc8938]{font-weight:700;color:#13817a}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.point[data-v-81291b6a]{font-weight:700;color:#13817a}

+ 1 - 1
dist/static/css/chunk-96b2ff4c.be1e4525.css → dist/static/css/chunk-78687725.70ac2296.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.point[data-v-530a056e]{font-weight:700;color:#13817a}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.newBand[data-v-2d578c0d]{display:inline-block}.noWrap[data-v-2d578c0d]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

+ 1 - 1
dist/static/css/chunk-2b42b68a.aaafb295.css → dist/static/css/chunk-bb96cef4.8afa4d26.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.newBand{display:inline-block}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.point[data-v-545b269e]{font-weight:700;color:#13817a}

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
dist/static/js/app.e640f1d5.js


Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
dist/static/js/chunk-2b42b68a.c9b4ba9d.js


Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
dist/static/js/chunk-60939714.1de843af.js


Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
dist/static/js/chunk-78687725.4a02b694.js


Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
dist/static/js/chunk-96b2ff4c.7e757c43.js


Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
dist/static/js/chunk-bb96cef4.8435e81b.js


+ 1 - 1
src/views/businessManager/orderManager/businessStatement.vue

@@ -94,7 +94,7 @@
           <el-table-column align='center'
                            prop="otherIncome"
                            width="150px"
-                           label="不确定收入(元)">
+                           label="其它收入(元)">
             <template slot-scope="scope">
               <div>
                 {{scope.row.otherIncome | moneyFormat}}

+ 1 - 1
src/views/businessManager/orderManager/businessStatementDetail.vue

@@ -96,7 +96,7 @@
           <el-table-column align='center'
                            prop="otherIncome"
                            width="150px"
-                           label="不确定收入(元)">
+                           label="其它收入(元)">
             <template slot-scope="scope">
               <div>
                 {{scope.row.otherIncome | moneyFormat}}

+ 25 - 3
src/views/businessManager/orderManager/payRecord.vue

@@ -131,10 +131,27 @@
           </el-table-column>
           <el-table-column align='center'
                            prop="paymentTime"
-                           label="付款时间"></el-table-column>
+                           label="付款时间">
+            <template slot-scope="scope">
+              <div>
+                {{scope.row.paymentTime|dayjsFormat}}
+              </div>
+            </template>
+          </el-table-column>
           <el-table-column align='center'
                            prop="cause"
-                           label="事由"></el-table-column>
+                           label="事由">
+            <template slot-scope="scope">
+              <div>
+                <el-tooltip class="item"
+                            effect="dark"
+                            :content="scope.row.cause"
+                            placement="top">
+                  <div class="noWrap">{{scope.row.cause}}</div>
+                </el-tooltip>
+              </div>
+            </template>
+          </el-table-column>
           <el-table-column align='center'
                            label="费用类型">
             <template slot-scope="scope">{{ scope.row.type | feeType }}</template>
@@ -382,8 +399,13 @@ export default {
   }
 }
 </script>
-<style lang="scss">
+<style lang="scss" scoped>
 .newBand {
   display: inline-block;
 }
+.noWrap {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 </style>

Неке датотеке нису приказане због велике количине промена