27816
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
const install = function(Vue) {
|
const install = function(Vue) {
|
||||||
if (install.installed) return Promise.resolve();
|
if (install.installed) return Promise.resolve();
|
||||||
else {
|
else {
|
||||||
let contexts = require.context('../packages', true, /(\/.+)\/App[^\/]+\.vue$/);
|
let contexts = require.context('../project/xiushan', true, /(\/.+)\/App[^\/]+\.vue$/);
|
||||||
if (contexts) {
|
if (contexts) {
|
||||||
contexts.keys().map((e) => {
|
contexts.keys().map((e) => {
|
||||||
if (contexts(e).default) {
|
if (contexts(e).default) {
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<el-form-item label="操作时间">{{ detail.auditTime }}</el-form-item>
|
<el-form-item label="操作时间">{{ detail.auditTime }}</el-form-item>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-form-item v-if="detail.status==2" label="备注">{{ detail.remark }}</el-form-item>
|
<el-form-item v-if="detail.status==2" label="备注">{{ detail.auditDescription }}</el-form-item>
|
||||||
</el-row>
|
</el-row>
|
||||||
</template>
|
</template>
|
||||||
</ai-card>
|
</ai-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user