窗口顺序优化
This commit is contained in:
parent
e181335c00
commit
fa517627c6
@ -6,7 +6,7 @@
|
|||||||
@on-visible-change="visibleChange"
|
@on-visible-change="visibleChange"
|
||||||
v-model="my_show"
|
v-model="my_show"
|
||||||
width="500"
|
width="500"
|
||||||
:mask-style="{ 'z-index': source === 1 ? 1000 : 500}"
|
:mask-style="{ 'z-index': source === 1 ? 2000 : 1500}"
|
||||||
>
|
>
|
||||||
<div v-if="Object.keys(order_group).length" class="order-group-wrap">
|
<div v-if="Object.keys(order_group).length" class="order-group-wrap">
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -914,6 +914,7 @@ export default {
|
|||||||
* @return {[type]} [description]
|
* @return {[type]} [description]
|
||||||
*/
|
*/
|
||||||
openEdit(bool, source, data = null) {
|
openEdit(bool, source, data = null) {
|
||||||
|
console.log('source', source);
|
||||||
this.editObj = {
|
this.editObj = {
|
||||||
show: bool,
|
show: bool,
|
||||||
source,
|
source,
|
||||||
@ -927,6 +928,7 @@ export default {
|
|||||||
* @return {[type]} [description]
|
* @return {[type]} [description]
|
||||||
*/
|
*/
|
||||||
openCards(bool, source, orderObj = {}) {
|
openCards(bool, source, orderObj = {}) {
|
||||||
|
console.log('source', source);
|
||||||
this.cardsObj = {
|
this.cardsObj = {
|
||||||
show: bool,
|
show: bool,
|
||||||
source,
|
source,
|
||||||
|
2
public/css/chunk-23278e16.e2100cf6.css
Normal file
2
public/css/chunk-23278e16.e2100cf6.css
Normal file
File diff suppressed because one or more lines are too long
1
public/js/app.31841c8d.js
Normal file
1
public/js/app.31841c8d.js
Normal file
File diff suppressed because one or more lines are too long
14
public/js/chunk-23278e16.d41b3762.js
Normal file
14
public/js/chunk-23278e16.d41b3762.js
Normal file
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=\favicon.ico><script src=\config.js></script><title></title><link href=/css/chunk-2cc41ab2.bcb99373.css rel=prefetch><link href=/css/chunk-996b1e80.5cadf3d0.css rel=prefetch><link href=/js/chunk-00ae0766.d130b440.js rel=prefetch><link href=/js/chunk-07a274ec.55e1b3b0.js rel=prefetch><link href=/js/chunk-2cc41ab2.a9ca3249.js rel=prefetch><link href=/js/chunk-996b1e80.92847c4e.js rel=prefetch><link href=/css/app.8e379248.css rel=preload as=style><link href=/css/chunk-vendors.3c3b2e85.css rel=preload as=style><link href=/js/app.c841fbd5.js rel=preload as=script><link href=/js/chunk-vendors.ed6443e8.js rel=preload as=script><link href=/css/chunk-vendors.3c3b2e85.css rel=stylesheet><link href=/css/app.8e379248.css rel=stylesheet></head><body><noscript><strong>很抱歉,如果没有启用JavaScript,程序不能正常工作,若要继续使用请启用它。</strong></noscript><div id=app></div><script src=/js/chunk-vendors.ed6443e8.js></script><script src=/js/app.c841fbd5.js></script></body></html>
|
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=\favicon.ico><script src=\config.js></script><title></title><link href=/css/chunk-23278e16.e2100cf6.css rel=prefetch><link href=/css/chunk-996b1e80.5cadf3d0.css rel=prefetch><link href=/js/chunk-00ae0766.d130b440.js rel=prefetch><link href=/js/chunk-07a274ec.55e1b3b0.js rel=prefetch><link href=/js/chunk-23278e16.d41b3762.js rel=prefetch><link href=/js/chunk-996b1e80.92847c4e.js rel=prefetch><link href=/css/app.8e379248.css rel=preload as=style><link href=/css/chunk-vendors.3c3b2e85.css rel=preload as=style><link href=/js/app.31841c8d.js rel=preload as=script><link href=/js/chunk-vendors.ed6443e8.js rel=preload as=script><link href=/css/chunk-vendors.3c3b2e85.css rel=stylesheet><link href=/css/app.8e379248.css rel=stylesheet></head><body><noscript><strong>很抱歉,如果没有启用JavaScript,程序不能正常工作,若要继续使用请启用它。</strong></noscript><div id=app></div><script src=/js/chunk-vendors.ed6443e8.js></script><script src=/js/app.31841c8d.js></script></body></html>
|
Loading…
x
Reference in New Issue
Block a user