|
@@ -269,7 +269,7 @@
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import StandardTable from "@/components/table/StandardTable";
|
|
import StandardTable from "@/components/table/StandardTable";
|
|
|
-import fromRow from "@/components/form/FormRow";
|
|
|
|
|
|
|
+// import fromRow from "@/components/form/FormRow";
|
|
|
import mixin from "../../minins/mixin";
|
|
import mixin from "../../minins/mixin";
|
|
|
|
|
|
|
|
const columns = [
|
|
const columns = [
|
|
@@ -325,7 +325,7 @@ import moment from "moment";
|
|
|
export default {
|
|
export default {
|
|
|
components: {
|
|
components: {
|
|
|
StandardTable,
|
|
StandardTable,
|
|
|
- fromRow,
|
|
|
|
|
|
|
+ // fromRow,
|
|
|
},
|
|
},
|
|
|
mixins: [mixin, manageminxin],
|
|
mixins: [mixin, manageminxin],
|
|
|
data() {
|
|
data() {
|