@@ -61,7 +61,6 @@
size="small"
style="margin-top: 10px"
@click.native.prevent="handleLogin"
- fill="#fff"
class="login-submit">{{$t('login.submit')}}
</el-button>
</el-form-item>
@@ -509,5 +509,19 @@ export default [
},
component: () => import( /* webpackChunkName: "views" */ '@/views/store/index.vue')
}]
+ },
+ {
+ path: '/complain/index',
+ component: Layout,
+ hidden: true,
+ children: [{
+ name: '投诉',
+ meta: {
+ i18n: '/complain/index',
+ keepAlive: true,
+ component: () => import( /* webpackChunkName: "views" */ '@/views/complain/index.vue')
+ }]
}
];
@@ -73,7 +73,7 @@
border-left: none;
border-radius: 40px;
color: #fff;
- background-color: #ffffff00;
+ background-color: #ffffff14;
width: 100%;
float: left;
box-sizing: border-box;
@@ -62,6 +62,7 @@
</template>
<script>
+// @ts-nocheck
import { submit, detail, submitComplaint, revokeComplaint } from "@/api/complain/index";
import dicSelect from "@/components/dicSelect/main.vue";
import { getToken } from "@/util/auth";
@@ -240,13 +241,13 @@ export default {
span: 12,
minRows: 2
- {
- label: "关闭原因",
- prop: "closeReason",
- type: "textarea",
- span: 12,
- minRows: 2
- },
+ // {
+ // label: "关闭原因",
+ // prop: "closeReason",
+ // type: "textarea",
+ // span: 12,
+ // minRows: 2
+ // },
{
label: "备注",
prop: "remark",
@@ -35,6 +35,7 @@
import { getList, remove } from "@/api/complain/index";
import detailsPage from "./detailsPage.vue";
@@ -200,11 +201,11 @@ export default {
],
overHidden: true
- overHidden: true
+ // overHidden: true
label: "提交时间",
prop: "submitTime",
@@ -73,6 +73,7 @@
import { submit, detail, submitLead, revokeLead, itemRemove } from "@/api/salesLead/index";
export default {
@@ -222,13 +223,13 @@ export default {
disabled: true
@@ -58,6 +58,7 @@
import { getList, remove } from '@/api/salesLead/index';
import detailsPage from './detailsPage.vue';
import { getToken } from '@/util/auth';
@@ -174,11 +175,11 @@ export default {
- label: '关闭原因',
- prop: 'closeReason',
+ // label: '关闭原因',
+ // prop: 'closeReason',
label: '备注',
prop: 'remark',