Commit bcc4e31b by wangshuangqing

修改查看质控

parent 0cd03291
...@@ -922,7 +922,7 @@ ...@@ -922,7 +922,7 @@
</div> </div>
</div> </div>
</template> </template>
<script lang="ts"> <script >
import { reactive, toRefs, computed, onMounted, nextTick } from '@vue/composition-api'; import { reactive, toRefs, computed, onMounted, nextTick } from '@vue/composition-api';
import { transformTimestamp } from '../../utils/formatTime'; import { transformTimestamp } from '../../utils/formatTime';
import { decimal } from '../../utils/decimal'; import { decimal } from '../../utils/decimal';
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
</div> </div>
</template> </template>
<script lang="ts"> <script>
import http from '../utils/http'; import http from '../utils/http';
import { reactive, toRefs, onMounted, nextTick, computed } from '@vue/composition-api'; import { reactive, toRefs, onMounted, nextTick, computed } from '@vue/composition-api';
import $ from 'jquery'; import $ from 'jquery';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment