af-mobile-client-vue3 1.0.56 → 1.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.0.56",
4
+ "version": "1.0.57",
5
5
  "description": "Vue + Vite component lib",
6
6
  "license": "MIT",
7
7
  "engines": {
@@ -233,7 +233,7 @@ function handleFunctionStyle(funcString, param) {
233
233
  <VanRow gutter="20" class="card_item_header" align="center">
234
234
  <VanCol v-for="(column) in mainColumns" :key="`main_${column.dataIndex}`" :span="18">
235
235
  <p class="card_item_title" :style="handleFunctionStyle(column.styleFunctionForValue, item[column.dataIndex])">
236
- {{ item[column.dataIndex] }}
236
+ {{ item[column.dataIndex] ? item[column.dataIndex] : '--' }}
237
237
  </p>
238
238
  </VanCol>
239
239
  <VanCol v-for="(column) in subTitleColumns" :key="`subtitle_${column.dataIndex}`" :span="6">
@@ -6,11 +6,11 @@ import { useRouter } from 'vue-router'
6
6
 
7
7
  const router = useRouter()
8
8
 
9
- const idKey = ref('o_id')
10
- // const idKey = ref('t_id')
9
+ // const idKey = ref('o_id')
10
+ const idKey = ref('t_id')
11
11
 
12
- // const configName = ref('测试crud-移动端')
13
- const configName = ref('workPlanQueryParams_new')
12
+ const configName = ref('测试crud-移动端')
13
+ // const configName = ref('workPlanQueryParams_new')
14
14
 
15
15
  function toDetail(item) {
16
16
  router.push({