change default login user
This commit is contained in:
@ -60,7 +60,7 @@ defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
const title = ref("木鸢BMS平台");
|
||||
const title = ref("木鸢物联平台");
|
||||
const settingsStore = useSettingsStore();
|
||||
const sideTheme = computed(() => settingsStore.sideTheme);
|
||||
</script>
|
||||
|
||||
@ -197,8 +197,8 @@ const router = useRouter();
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
const loginForm = ref({
|
||||
username: "admin",
|
||||
password: "admin123",
|
||||
username: "iotdemo",
|
||||
password: "123456",
|
||||
rememberMe: false,
|
||||
code: "",
|
||||
uuid: "",
|
||||
|
||||
@ -200,19 +200,19 @@ if (route.query.id) {
|
||||
>审核
|
||||
</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
v-if="
|
||||
route.path === '/maintenance/handle-order-detail' &&
|
||||
detail.status !== '4' &&
|
||||
detail.status !== '2'
|
||||
"
|
||||
icon="upload"
|
||||
type="primary"
|
||||
@click="handleCommitOrder"
|
||||
>提交审核
|
||||
</el-button>
|
||||
</el-col>
|
||||
<!-- <el-col :span="1.5">-->
|
||||
<!-- <el-button-->
|
||||
<!-- v-if="-->
|
||||
<!-- route.path === '/maintenance/handle-order-detail' &&-->
|
||||
<!-- detail.status !== '4' &&-->
|
||||
<!-- detail.status !== '2'-->
|
||||
<!-- "-->
|
||||
<!-- icon="upload"-->
|
||||
<!-- type="primary"-->
|
||||
<!-- @click="handleCommitOrder"-->
|
||||
<!-- >提交审核-->
|
||||
<!-- </el-button>-->
|
||||
<!-- </el-col>-->
|
||||
</el-row>
|
||||
<el-table
|
||||
:data="detail.alerts"
|
||||
|
||||
Reference in New Issue
Block a user