Commit 45c1eb4e by liangjianmin

chore(dependencies): add @types/minimatch to devDependencies in package.json and package-lock.json

parent 443152ad
......@@ -18,6 +18,7 @@
"vue-router": "^3.2.0"
},
"devDependencies": {
"@types/minimatch": "^6.0.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
......@@ -18,6 +18,7 @@
"vue-router": "^3.2.0"
},
"devDependencies": {
"@types/minimatch": "^6.0.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
......
......@@ -109,7 +109,7 @@
<template slot-scope="scope">
<span v-if="!scope.row.payment_paid_list || scope.row.payment_paid_list.length === 0">-</span>
<span v-else-if="scope.row.payment_paid_list.length === 1">{{ scope.row.payment_paid_list[0].pay_time_val }}</span>
<el-popover v-else placement="top" width="320" trigger="hover">
<el-popover v-else width="320" trigger="hover">
<el-table :data="scope.row.payment_paid_list" size="mini" border>
<el-table-column prop="pay_time_val" label="时间" align="center"></el-table-column>
<el-table-column prop="amount_paid" label="金额" align="center"></el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment